Home
last modified time | relevance | path

Searched refs:locatorHandler_ (Results 1 – 2 of 2) sorted by relevance

/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp147 locatorHandler_ = std::make_shared<LocatorHandler>(AppExecFwk::EventRunner::Create(true)); in Init()
149 if (locatorHandler_ != nullptr) { in Init()
150locatorHandler_->SendHighPriorityEvent(EVENT_INIT_REQUEST_MANAGER, 0, RETRY_INTERVAL_OF_INIT_REQUE… in Init()
268 if (locatorHandler_ != nullptr) { in ApplyRequests()
269 locatorHandler_->SendHighPriorityEvent(EVENT_APPLY_REQUIREMENTS, 0, RETRY_INTERVAL_UNITE); in ApplyRequests()
312 if (locatorHandler_ != nullptr) { in UpdateSaAbility()
313 locatorHandler_->SendHighPriorityEvent(event); in UpdateSaAbility()
333 if (locatorHandler_ == nullptr) { in UnloadSaAbility()
337 locatorHandler_->RemoveTask(UNLOAD_TASK); in UnloadSaAbility()
349 if (locatorHandler_ != nullptr) { in UnloadSaAbility()
[all …]
/base/location/services/location_locator/locator/include/
Dlocator_ability.h168 std::shared_ptr<LocatorHandler> locatorHandler_; variable