Searched refs:IsConsumerDevice (Results 1 – 4 of 4) sorted by relevance
331 EXPECT_FALSE(provider.IsConsumerDevice()); in TEST()339 EXPECT_TRUE(provider.IsConsumerDevice()); in TEST()348 EXPECT_FALSE(provider.IsConsumerDevice()); in TEST()357 EXPECT_FALSE(provider.IsConsumerDevice()); in TEST()
26 MOCK_METHOD(bool, IsConsumerDevice, (), (const, override));
46 virtual bool IsConsumerDevice() const;
59 bool PolicyProvider::IsConsumerDevice() const { in IsConsumerDevice() function in policy::PolicyProvider