Home
last modified time | relevance | path

Searched refs:QueryServiceState (Results 1 – 10 of 10) sorted by relevance

/base/location/test/location_passive/source/
Dpassive_ability_test.cpp155 (ServiceRunningState)ability_->QueryServiceState()); // mock
158 (ServiceRunningState)ability_->QueryServiceState()); // mock
162 (ServiceRunningState)ability_->QueryServiceState()); // mock
165 (ServiceRunningState)ability_->QueryServiceState()); // mock
/base/location/services/location_passive/passive/include/
Dpassive_ability.h52 ServiceRunningState QueryServiceState() const in QueryServiceState() function
/base/location/test/location_network/source/
Dnetwork_ability_test.cpp197 (ServiceRunningState)ability_->QueryServiceState()); // after mock
200 (ServiceRunningState)ability_->QueryServiceState()); // after mock
204 (ServiceRunningState)ability_->QueryServiceState()); // after mock
207 (ServiceRunningState)ability_->QueryServiceState()); // after mock
/base/location/services/location_geocode/geocode/include/
Dgeo_convert_service.h48 ServiceRunningState QueryServiceState() const in QueryServiceState() function
/base/location/services/location_network/network/include/
Dnetwork_ability.h55 ServiceRunningState QueryServiceState() const in QueryServiceState() function
/base/location/services/location_gnss/gnss/include/
Dgnss_ability.h78 ServiceRunningState QueryServiceState() const in QueryServiceState() function
/base/location/services/location_locator/locator/include/
Dlocator_ability.h58 ServiceRunningState QueryServiceState() const in QueryServiceState() function
/base/location/test/location_locator/source/
Dlocator_service_test.cpp1531 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, locatorAbility->QueryServiceState());
1535 EXPECT_EQ(ServiceRunningState::STATE_NOT_START, locatorAbility->QueryServiceState());
1537 EXPECT_EQ(ServiceRunningState::STATE_RUNNING, locatorAbility->QueryServiceState());
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp575 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, ability_->QueryServiceState()); // mock will retur…
578 …EXPECT_EQ(ServiceRunningState::STATE_NOT_START, ability_->QueryServiceState()); // mock will retur…
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp458 locatorAbility->QueryServiceState(); in LocatorAbility001FuzzerTest()