Home
last modified time | relevance | path

Searched refs:GetAsyncResult (Results 1 - 9 of 9) sorted by relevance

/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event.cpp43 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberImpl *objectInfo) in GetAsyncResult() function
45 LOGI("GetAsyncResult start"); in GetAsyncResult()
117 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in GetSubscriberCode()
127 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in SetSubscriberCode()
136 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in GetSubscriberData()
146 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in SetSubscriberData()
155 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in SetSubscriberCodeAndData()
164 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in IsCommonEventSticky()
174 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in IsCommonEventOrdered()
H A Dcommon_event.h37 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberImpl *objectInfo);
H A Dcommon_event_manager_ffi.cpp262 std::shared_ptr<AsyncCommonEventResult> result = GetAsyncResult(subscriber.get()); in CJ_FinishCommonEvent()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp415 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo) in GetAsyncResult() function
417 EVENT_LOGD("GetAsyncResult excute"); in GetAsyncResult()
949 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in IsOrderedCommonEventSync()
977 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in GetCodeSync()
1007 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in SetCodeSync()
1032 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in GetDataSync()
1068 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in SetDataSync()
1106 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in SetCodeAndDataSync()
1126 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in AbortCommonEventSync()
1148 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscribe in ClearAbortCommonEventSync()
[all...]
H A Dcommon_event_set_param.cpp159 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in SetCode()
236 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in SetData()
314 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in SetCodeAndData()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_set_param.cpp131 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in SetCode()
210 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in SetData()
291 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in SetCodeAndData()
H A Dcommon_event.cpp372 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo) in GetAsyncResult() function
374 EVENT_LOGD("GetAsyncResult start"); in GetAsyncResult()
435 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in IsOrderedCommonEvent()
521 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in IsStickyCommonEvent()
605 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in GetCode()
687 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in GetData()
768 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in AbortCommonEvent()
845 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in ClearAbortCommonEvent()
922 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber.get()); in GetAbortCommonEvent()
1004 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInf in FinishCommonEvent()
[all...]
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h334 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo);
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h310 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo);

Completed in 9 milliseconds