Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 25 of 66) sorted by relevance

123

/base/powermgr/power_manager/frameworks/native/shutdown/
Dshutdown_client.cpp33 const sptr<ITakeOverShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
46 const sptr<IAsyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
59 const sptr<ISyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
/base/notification/eventhandler/frameworks/test/moduletest/
Devent_handler_send_event_module_test.cpp29 void SendAndCheck(int64_t delayTime, EventQueue::Priority priority) in SendAndCheck()
50 void SendEventWithPriority(EventQueue::Priority priority) in SendEventWithPriority()
83 void SendEventWithPriorityByEventId(EventQueue::Priority priority) in SendEventWithPriorityByEventId()
122 const std::shared_ptr<MyEventHandler> &handler, EventQueue::Priority priority, const T &ptr) in SendEventWithSharedOrWeakPtr()
144 …const std::shared_ptr<MyEventHandler> &handler, EventQueue::Priority priority, bool isRValue = fal… in SendEventWithUniquePtr()
188 void SendEventWithSmartPtr(SmartPointerType smartPointerType, EventQueue::Priority priority) in SendEventWithSmartPtr()
/base/powermgr/power_manager/services/zidl/src/shutdown/
Dshutdown_proxy_delegator.cpp24 const sptr<ITakeOverShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
70 const sptr<IAsyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
116 const sptr<ISyncShutdownCallback>& callback, ShutdownPriority priority) in RegisterShutdownCallback()
Dshutdown_stub_delegator.cpp63 uint32_t priority; in RegisterTakeOverShutdownCallback() local
85 uint32_t priority; in RegisterAsyncShutdownCallback() local
107 uint32_t priority; in RegisterSyncShutdownCallback() local
/base/telephony/core_service/utils/common/include/
Dtel_event_handler.h92 inline bool SendEvent(AppExecFwk::InnerEvent::Pointer &event, Priority priority) in SendEvent()
145 inline bool SendEvent(uint32_t innerEventId, Priority priority) in SendEvent()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
Dmock_event_handler.cpp32 bool EventHandler::SendEvent(InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent()
39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
44 bool EventHandler::SendSyncEvent(InnerEvent::Pointer &event, Priority priority) in SendSyncEvent()
/base/notification/distributed_notification_service/services/test/moduletest/mock/
Dmock_event_handler.cpp32 bool EventHandler::SendEvent(InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent()
39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
44 bool EventHandler::SendSyncEvent(InnerEvent::Pointer &event, Priority priority) in SendSyncEvent()
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_event_handler.cpp32 bool EventHandler::SendEvent(InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent()
39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
44 bool EventHandler::SendSyncEvent(InnerEvent::Pointer &event, Priority priority) in SendSyncEvent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_event_handler.cpp32 bool EventHandler::SendEvent(InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent()
39 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
44 bool EventHandler::SendSyncEvent(InnerEvent::Pointer &event, Priority priority) in SendSyncEvent()
/base/update/updater/services/script/script_instruction/
Dscript_loadscript.cpp35 int32_t priority = 0; in Execute() local
/base/notification/eventhandler/interfaces/inner_api/
Devent_handler.h87 inline bool SendEvent(InnerEvent::Pointer &event, Priority priority) in SendEvent()
695 inline bool SendTimingEvent(InnerEvent::Pointer &&event, int64_t taskTime, Priority priority) in SendTimingEvent()
/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/
Deventqueueinsert_fuzzer.cpp31 AppExecFwk::EventQueue::Priority priority = AppExecFwk::EventQueue::Priority::LOW; in DoSomethingInterestingWithMyAPI() local
/base/telephony/core_service/utils/common/src/
Dtel_event_queue.cpp51 …entQueue::Submit(AppExecFwk::InnerEvent::Pointer &event, AppExecFwk::EventQueue::Priority priority) in Submit()
61 uint32_t TelEventQueue::ToTelPriority(AppExecFwk::EventQueue::Priority priority) in ToTelPriority()
72 …nsertEventsInner(AppExecFwk::InnerEvent::Pointer &event, AppExecFwk::EventQueue::Priority priority) in InsertEventsInner()
Dtel_event_handler.cpp56 …entHandler::SendEvent(AppExecFwk::InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent()
/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_controller.cpp173 …Controller::AddCallback(const sptr<ITakeOverShutdownCallback>& callback, ShutdownPriority priority) in AddCallback()
182 …ownController::AddCallback(const sptr<IAsyncShutdownCallback>& callback, ShutdownPriority priority) in AddCallback()
191 …downController::AddCallback(const sptr<ISyncShutdownCallback>& callback, ShutdownPriority priority) in AddCallback()
Dshutdown_callback_holer.cpp29 …ShutdownCallbackHolder::AddCallback(const sptr<IRemoteObject>& callback, ShutdownPriority priority) in AddCallback()
/base/update/updater/services/script/script_manager/
Dscript_managerImpl.cpp205 int32_t ScriptManagerImpl::ExecuteScript(int32_t priority) in ExecuteScript()
256 int32_t ScriptManagerImpl::AddScript(const std::string &scriptName, int32_t priority) in AddScript()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_handler.cpp59 bool EventHandler::SendEvent(InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent()
93 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent()
107 bool EventHandler::SendSyncEvent(InnerEvent::Pointer &event, Priority priority) in SendSyncEvent()
/base/notification/common_event_service/test/fuzztest/unsubscribecommonevent_fuzzer/
Dunsubscribecommonevent_fuzzer.cpp47 int32_t priority = U32_AT(reinterpret_cast<const uint8_t*>(data)); in DoSomethingInterestingWithMyAPI() local
/base/powermgr/power_manager/services/native/src/suspend/
Dsleep_callback_holder.cpp24 … SleepCallbackHolder::AddCallback(const sptr<ISyncSleepCallback>& callback, SleepPriority priority) in AddCallback()
/base/web/webview/ohos_adapter/location_adapter/src/
Dlocation_proxy_adapter_impl.cpp61 int32_t ConvertPriority(int32_t priority) in ConvertPriority()
146 void LocationRequestConfigImpl::SetPriority(int32_t priority) in SetPriority()
/base/hiviewdfx/hiview/base/event_pool/
Devent_thread_pool.h32 TaskEvent(uint8_t priority, uint64_t targetTime, Task task, const std::string &name) in TaskEvent()
Devent_thread_pool.cpp59 void EventThreadPool::AddTask(Task task, const std::string &name, uint64_t delay, uint8_t priority) in AddTask()
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
Dsubscribecommonevent_fuzzer.cpp57 int32_t priority = U32_AT(reinterpret_cast<const uint8_t*>(data)); in DoSomethingInterestingWithMyAPI() local
/base/hiviewdfx/hiview/base/event_pool/test/unittest/common/
Devent_pool_test.cpp303 auto task = [&](int name, uint64_t delay, uint64_t start, uint8_t priority) { in __anondc4881610502()
322 uint8_t priority = randU(randEngine) % 50; variable

123