Searched refs:GetIpcTag (Results 1 – 7 of 7) sorted by relevance
73 if (service->endpoint()->GetIpcTag() != Endpoint::kIpcTag) in AddService()94 if (service->endpoint()->GetIpcTag() != Endpoint::kIpcTag) in RemoveService()
12 MOCK_CONST_METHOD0(GetIpcTag, uint32_t());
18 virtual uint32_t GetIpcTag() const = 0;
42 virtual uint32_t GetIpcTag() const = 0;
23 uint32_t GetIpcTag() const override { return Endpoint::kIpcTag; } in GetIpcTag() function
41 uint32_t GetIpcTag() const override { return kIpcTag; } in GetIpcTag() function