/base/notification/eventhandler/frameworks/test/moduletest/ |
D | event_handler_send_event_module_test.cpp | 29 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/notification/eventhandler/interfaces/inner_api/ |
D | event_handler.h | 112 inline bool SendEvent(InnerEvent::Pointer &event, Priority priority) in SendEvent() 163 inline bool SendEvent(uint32_t innerEventId, Priority priority) in SendEvent() 571 inline bool SendSyncEvent(uint32_t innerEventId, Priority priority) in SendSyncEvent() 667 inline bool SendTimingEvent(InnerEvent::Pointer &&event, int64_t taskTime, Priority priority) in SendTimingEvent() 705 inline bool SendTimingEvent(uint32_t innerEventId, int64_t taskTime, Priority priority) in SendTimingEvent()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
D | mock_event_handler.cpp | 32 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/ |
D | mock_event_handler.cpp | 32 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/ |
D | mock_event_handler.cpp | 32 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/ |
D | mock_event_handler.cpp | 32 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/ |
D | script_loadscript.cpp | 30 int32_t priority = 0; in Execute() local
|
/base/update/updater/services/script/script_manager/ |
D | script_managerImpl.cpp | 137 int32_t ScriptManagerImpl::ExecuteScript(int32_t priority) in ExecuteScript() 183 int32_t ScriptManagerImpl::AddScript(const std::string &scriptName, int32_t priority) in AddScript()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_handler.cpp | 54 bool EventHandler::SendEvent(InnerEvent::Pointer &event, int64_t delayTime, Priority priority) in SendEvent() 87 bool EventHandler::SendTimingEvent(InnerEvent::Pointer &event, int64_t taskTime, Priority priority) in SendTimingEvent() 101 bool EventHandler::SendSyncEvent(InnerEvent::Pointer &event, Priority priority) in SendSyncEvent()
|
D | event_queue.cpp | 103 void EventQueue::Insert(InnerEvent::Pointer &event, Priority priority) in Insert() 555 std::string priority[] = {"Immediate", "High", "Low"}; in Dump() local 587 std::string priority[] = {"Immediate", "High", "Low"}; in DumpQueueInfo() local
|
/base/notification/common_event_service/test/fuzztest/unsubscribecommonevent_fuzzer/ |
D | unsubscribecommonevent_fuzzer.cpp | 47 int32_t priority = U32_AT(reinterpret_cast<const uint8_t*>(data)); in DoSomethingInterestingWithMyAPI() local
|
/base/hiviewdfx/hiview/base/event_pool/ |
D | event_thread_pool.h | 32 TaskEvent(uint8_t priority, uint64_t targetTime, Task task, const std::string &name) in TaskEvent()
|
D | event_thread_pool.cpp | 59 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/ |
D | subscribecommonevent_fuzzer.cpp | 57 int32_t priority = U32_AT(reinterpret_cast<const uint8_t*>(data)); in DoSomethingInterestingWithMyAPI() local
|
/base/notification/eventhandler/test/fuzztest/eventhandler_fuzzer/ |
D | eventhandler_fuzzer.cpp | 51 AppExecFwk::EventQueue::Priority priority = AppExecFwk::EventQueue::Priority::LOW; in DoSomethingInterestingWithMyAPI() local
|
/base/location/interfaces/inner_api/include/ |
D | request_config.h | 40 inline void SetPriority(int priority) in SetPriority()
|
/base/powermgr/power_manager/services/native/test/unittest/src/mock/ |
D | power_mock_proxy_test.cpp | 122 auto priority = IShutdownCallback::ShutdownPriority::POWER_SHUTDOWN_PRIORITY_LOW; variable
|
D | power_mock_object_test.cpp | 128 auto priority = IShutdownCallback::ShutdownPriority::POWER_SHUTDOWN_PRIORITY_LOW; variable
|
D | power_mock_peer_test.cpp | 167 auto priority = IShutdownCallback::ShutdownPriority::POWER_SHUTDOWN_PRIORITY_LOW; variable
|
D | power_mock_parcel_test.cpp | 175 auto priority = IShutdownCallback::ShutdownPriority::POWER_SHUTDOWN_PRIORITY_LOW; variable
|
/base/hiviewdfx/hiview/base/event_pool/test/unittest/common/ |
D | event_pool_test.cpp | 303 auto task = [&](int name, uint64_t delay, uint64_t start, uint8_t priority) { in __anon4f994d620502() 322 uint8_t priority = randU(randEngine) % 50; variable
|
/base/notification/common_event_service/frameworks/native/src/ |
D | common_event_subscribe_info.cpp | 49 void CommonEventSubscribeInfo::SetPriority(const int32_t &priority) in SetPriority()
|
/base/location/services/location_locator/locator/source/ |
D | locator_event_manager.cpp | 92 int priority = request->GetRequestConfig()->GetPriority(); in LocationSessionStart() local
|
/base/telephony/cellular_data/services/src/apn_manager/ |
D | apn_holder.cpp | 29 ApnHolder::ApnHolder(const std::string &apnType, const int32_t priority) : apnType_(apnType), prior… in ApnHolder()
|
/base/powermgr/power_manager/services/native/src/ |
D | shutdown_service.cpp | 61 void ShutdownService::AddShutdownCallback(IShutdownCallback::ShutdownPriority priority, in AddShutdownCallback()
|