Home
last modified time | relevance | path

Searched refs:passiveHandler_ (Results 1 - 4 of 4) sorted by relevance

/base/location/services/location_passive/passive/source/
H A Dpassive_ability.cpp51 passiveHandler_ = in PassiveAbility()
120 if (passiveHandler_ == nullptr) { in UnloadPassiveSystemAbility()
124 passiveHandler_->RemoveTask(UNLOAD_PASSIVE_TASK); in UnloadPassiveSystemAbility()
131 if (passiveHandler_ != nullptr) { in UnloadPassiveSystemAbility()
132 passiveHandler_->PostTask(task, UNLOAD_PASSIVE_TASK, RETRY_INTERVAL_OF_UNLOAD_SA); in UnloadPassiveSystemAbility()
206 if (passiveHandler_ == nullptr) { in SendMessage()
228 if (passiveHandler_->SendEvent(event)) { in SendMessage()
/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp66 ability_->passiveHandler_->RemoveAllEvents(); in TearDownTestCase()
177 ability_->passiveHandler_->RemoveEvent(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS)); in HWTEST_F()
182 ability_->passiveHandler_->RemoveEvent(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS)); in HWTEST_F()
/base/location/services/location_passive/passive/include/
H A Dpassive_ability.h74 std::shared_ptr<PassiveHandler> passiveHandler_; member in OHOS::Location::PassiveAbility
/base/location/test/location_mock_ipc/src/
H A Dlocation_mock_ipc.cpp181 passiveAbilityStub->passiveHandler_->TaskCancelAndWait(); in HWTEST_F()

Completed in 2 milliseconds