Searched refs:QueryServiceState (Results 1 – 10 of 10) sorted by relevance
/base/location/test/location_passive/source/ |
D | passive_ability_test.cpp | 161 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState()); 163 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState()); 166 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, ability_->QueryServiceState()); 168 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState());
|
/base/location/test/location_network/source/ |
D | network_ability_test.cpp | 202 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState()); 204 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState()); 207 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, ability_->QueryServiceState()); 209 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState());
|
/base/location/services/location_geocode/geocode/include/ |
D | geo_convert_service.h | 46 ServiceRunningState QueryServiceState() const in QueryServiceState() function
|
/base/location/services/location_passive/passive/include/ |
D | passive_ability.h | 51 ServiceRunningState QueryServiceState() const in QueryServiceState() function
|
/base/location/services/location_network/network/include/ |
D | network_ability.h | 54 ServiceRunningState QueryServiceState() const in QueryServiceState() function
|
/base/location/services/location_gnss/gnss/include/ |
D | gnss_ability.h | 72 ServiceRunningState QueryServiceState() const in QueryServiceState() function
|
/base/location/test/location_gnss/source/ |
D | gnss_ability_test.cpp | 576 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState()); 578 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState()); 581 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, ability_->QueryServiceState()); 583 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, ability_->QueryServiceState());
|
/base/location/services/location_locator/locator/include/ |
D | locator_ability.h | 60 ServiceRunningState QueryServiceState() const in QueryServiceState() function
|
/base/location/test/location_locator/source/ |
D | locator_service_test.cpp | 1582 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, locatorAbility->QueryServiceState()); 1586 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, locatorAbility->QueryServiceState()); 1588 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, locatorAbility->QueryServiceState());
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 439 locatorAbility->QueryServiceState(); in LocatorAbility001FuzzerTest()
|