Searched refs:Caller (Results 1 - 6 of 6) sorted by relevance
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_handler.h | 124 * @param caller Caller info of the event, default is caller's file, func and line. 127 inline bool SendEvent(uint32_t innerEventId, int64_t param, int64_t delayTime, const Caller &caller = {}) in SendEvent() 138 * @param caller Caller info of the event, default is caller's file, func and line. 142 Priority priority = Priority::LOW, const Caller &caller = {}) in SendEvent() 152 * @param caller Caller info of the event, default is caller's file, func and line. 155 inline bool SendEvent(uint32_t innerEventId, Priority priority, const Caller &caller = {}) in SendEvent() 166 * @param caller Caller info of the event, default is caller's file, func and line. 171 int64_t delayTime = 0, const Caller &caller = {}) in SendEvent() 182 * @param caller Caller info of the event, default is caller's file, func and line. 187 int64_t delayTime = 0, const Caller in SendEvent() [all...] |
H A D | inner_event.h | 42 struct Caller { struct 48 Caller(std::string file = __builtin_FILE(), int line = __builtin_LINE(), in Caller() function 52 Caller() {} in Caller() function 100 * @param caller Caller info of the event, default is caller's file, func and line. 103 static Pointer Get(uint32_t innerEventId, int64_t param = 0, const Caller &caller = {}); 110 * @param caller Caller info of the event, default is caller's file, func and line. 113 static Pointer Get(const EventId &innerEventId, int64_t param = 0, const Caller &caller = {}); 121 * @param caller Caller info of the event, default is caller's file, func and line. 126 int64_t param = 0, const Caller &caller = {}) in Get() 139 * @param caller Caller inf [all...] |
/base/msdp/device_status/intention/adapters/ddm_adapter/src/ |
H A D | ddm_adapter_impl.cpp | 142 DistributedHardware::DmAccessCaller Caller = { in CheckSameAccountToLocal() local 152 if (D_DEV_MGR.CheckIsSameAccount(Caller, Callee)) { in CheckSameAccountToLocal()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | inner_event.cpp | 112 InnerEvent::Pointer InnerEvent::Get(uint32_t innerEventId, int64_t param, const Caller &caller) in Get() 124 InnerEvent::Pointer InnerEvent::Get(const EventId &innerEventId, int64_t param, const Caller &caller) in Get() 144 InnerEvent::Pointer InnerEvent::Get(const Callback &callback, const std::string &name, const Caller &caller) in Get()
|
H A D | event_handler.cpp | 126 const Caller &caller) in PostTaskAtFront() 633 Caller caller = {}; in PostTaskByFFRT()
|
H A D | event_runner.cpp | 44 const char *g_crashEmptyDumpInfo = "Current Event Caller is empty. Nothing to dump"; 47 thread_local static Caller g_currentEventCaller = {}; 497 if (snprintf_s(buf, len, len - 1, "Current Event Caller info: [%s(%s:%d)]. EventName is '%s'", in CrashCallback()
|
Completed in 5 milliseconds