Home
last modified time | relevance | path

Searched refs:SendHighPriorityEvent (Results 1 - 8 of 8) sorted by relevance

/base/notification/eventhandler/interfaces/inner_api/
H A Devent_handler.h327 inline bool SendHighPriorityEvent(InnerEvent::Pointer &event, int64_t delayTime = 0) in SendHighPriorityEvent() function in OHOS::AppExecFwk::EventHandler
339 inline bool SendHighPriorityEvent(InnerEvent::Pointer &&event, int64_t delayTime = 0) in SendHighPriorityEvent() function in OHOS::AppExecFwk::EventHandler
341 return SendHighPriorityEvent(event, delayTime); in SendHighPriorityEvent()
353 inline bool SendHighPriorityEvent(uint32_t innerEventId, int64_t param = 0, in SendHighPriorityEvent() function in OHOS::AppExecFwk::EventHandler
356 return SendHighPriorityEvent(InnerEvent::Get(innerEventId, param, caller), delayTime);
369 inline bool SendHighPriorityEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, in SendHighPriorityEvent() function in OHOS::AppExecFwk::EventHandler
372 return SendHighPriorityEvent(InnerEvent::Get(innerEventId, object, 0, caller), delayTime);
385 inline bool SendHighPriorityEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, in SendHighPriorityEvent() function in OHOS::AppExecFwk::EventHandler
388 return SendHighPriorityEvent(InnerEvent::Get(innerEventId, object, 0, caller), delayTime);
401 inline bool SendHighPriorityEvent(uint32_ function in OHOS::AppExecFwk::EventHandler
417 inline bool SendHighPriorityEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, SendHighPriorityEvent() function in OHOS::AppExecFwk::EventHandler
[all...]
/base/notification/eventhandler/frameworks/test/moduletest/
H A Devent_handler_send_event_module_test.cpp61 lvalueSendResult = handler->SendHighPriorityEvent(event, delayTime); in SendEventWithPriority()
63 handler->SendHighPriorityEvent(InnerEvent::Get(RUN_EVENT_ID, std::make_unique<int>(1)), delayTime); in SendEventWithPriority()
98 sendResult = handler->SendHighPriorityEvent(RUN_EVENT_ID, param, delayTime); in SendEventWithPriorityByEventId()
129 retVal = handler->SendHighPriorityEvent(RUN_EVENT_ID, ptr, 0); in SendEventWithSharedOrWeakPtr()
160 retVal = handler->SendHighPriorityEvent(RUN_EVENT_ID, uniquePtr, 0); in SendEventWithUniquePtr()
162 retVal = handler->SendHighPriorityEvent( in SendEventWithUniquePtr()
/base/location/services/location_locator/locator/source/
H A Dlocator_event_manager.cpp65 handler_->SendHighPriorityEvent(EVENT_SEND_DAILY_REPORT, 0, DAILY_INTERVAL); in Init()
H A Dlocator_ability.cpp133 locatorHandler_->SendHighPriorityEvent(EVENT_INIT_MSDP_MONITOR_MANAGER, 0, 0); in LocatorAbility()
138 locatorHandler_->SendHighPriorityEvent(EVENT_IS_STAND_BY, 0, 0); in LocatorAbility()
159 locatorHandler_->SendHighPriorityEvent(EVENT_SET_LOCATION_WORKING_STATE, 0, 0); in OnStart()
160 locatorHandler_->SendHighPriorityEvent(EVENT_SYNC_LOCATION_STATUS, 0, 0); in OnStart()
161 locatorHandler_->SendHighPriorityEvent(EVENT_WATCH_SWITCH_PARAMETER, 0, 0); in OnStart()
223 locatorHandler_->SendHighPriorityEvent(EVENT_INIT_REQUEST_MANAGER, 0, RETRY_INTERVAL_OF_INIT_REQUEST_MANAGER); in Init()
224 locatorHandler_->SendHighPriorityEvent(EVENT_PERIODIC_CHECK, 0, EVENT_PERIODIC_INTERVAL); in Init()
292 locatorHandler_->SendHighPriorityEvent(EVENT_APPLY_REQUIREMENTS, 0, delay * RETRY_INTERVAL_UNITE); in ApplyRequests()
348 locatorHandler_->SendHighPriorityEvent(event); in UpdateSaAbility()
1044 locatorHandler_->SendHighPriorityEvent(EVENT_UPDATE_LASTLOCATION_REQUESTNU in NeedReportCacheLocation()
[all...]
H A Dlocator_background_proxy.cpp164 locatorBackgroundHandler_->SendHighPriorityEvent(EVENT_STOPLOCATING, 0, 0); in StopLocator()
169 locatorBackgroundHandler_->SendHighPriorityEvent(EVENT_STARTLOCATING, 0, 0); in StartLocator()
170 locatorBackgroundHandler_->SendHighPriorityEvent(EVENT_STOPLOCATING, 0, DEFAULT_TIMEOUT_5S); in StartLocator()
H A Dlocator_required_data_manager.cpp87 wifiSdkHandler_->SendHighPriorityEvent(EVENT_GET_WIFI_LIST, 0, timeout); in SendGetWifiListEvent()
/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp229 networkHandler_->SendHighPriorityEvent(event); in SetEnable()
418 networkHandler_->SendHighPriorityEvent(EVENT_REPORT_MOCK_LOCATION, in ProcessReportLocationMock()
432 networkHandler_->SendHighPriorityEvent(EVENT_REPORT_MOCK_LOCATION, 0, 0); in SendReportMockLocationEvent()
559 networkHandler_->SendHighPriorityEvent(EVENT_RESTART_ALL_LOCATION_REQUEST, 0, DELAY_RESTART_MS); in RestartNlpRequests()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1429 gnssHandler_->SendHighPriorityEvent( in ProcessReportLocationMock()
1442 gnssHandler_->SendHighPriorityEvent(static_cast<uint32_t>( in SendReportMockLocationEvent()

Completed in 13 milliseconds