Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_passive/passive/source/
H A Dpassive_ability.cpp51 passiveHandler_ = in PassiveAbility()
116 if (passiveHandler_ == nullptr) { in UnloadPassiveSystemAbility()
120 passiveHandler_->RemoveTask(UNLOAD_PASSIVE_TASK); in UnloadPassiveSystemAbility()
127 if (passiveHandler_ != nullptr) { in UnloadPassiveSystemAbility()
128 passiveHandler_->PostTask(task, UNLOAD_PASSIVE_TASK, RETRY_INTERVAL_OF_UNLOAD_SA); in UnloadPassiveSystemAbility()
202 if (passiveHandler_ == nullptr) { in SendMessage()
224 if (passiveHandler_->SendEvent(event)) { in SendMessage()
/ohos5.0/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_LOCA…
182 …ability_->passiveHandler_->RemoveEvent(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCA…
/ohos5.0/base/location/services/location_passive/passive/include/
H A Dpassive_ability.h74 std::shared_ptr<PassiveHandler> passiveHandler_; variable
/ohos5.0/base/location/test/location_mock_ipc/src/
H A Dlocation_mock_ipc.cpp144 passiveAbilityStub->passiveHandler_->TaskCancelAndWait();