Searched refs:locatorHandler_ (Results 1 – 2 of 2) sorted by relevance
147 locatorHandler_ = std::make_shared<LocatorHandler>(AppExecFwk::EventRunner::Create(true)); in Init()149 if (locatorHandler_ != nullptr) { in Init()150 …locatorHandler_->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 …]
168 std::shared_ptr<LocatorHandler> locatorHandler_; variable