Home
last modified time | relevance | path

Searched refs:GetAsyncResult (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/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
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()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp412 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo) in GetAsyncResult() function
952 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in IsOrderedCommonEventSync()
980 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(subscriber.get()); in GetCodeSync()
1334 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in IsOrderedCommonEvent()
1417 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in IsStickyCommonEvent()
1498 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in GetCode()
1580 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in GetData()
1659 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in AbortCommonEvent()
1734 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in ClearAbortCommonEvent()
1810 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in GetAbortCommonEvent()
[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()
/ohos5.0/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… in SetCode()
210 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in SetData()
291 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in SetCodeAndData()
H A Dcommon_event.cpp367 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo) in GetAsyncResult() function
430 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in IsOrderedCommonEvent()
516 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in IsStickyCommonEvent()
600 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in GetCode()
682 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in GetData()
763 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in AbortCommonEvent()
840 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in ClearAbortCommonEvent()
917 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in GetAbortCommonEvent()
999 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in FinishCommonEvent()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h254 napi_value GetAsyncResult() const in GetAsyncResult() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.h128 shared_ptr<JsValue> GetAsyncResult() const in GetAsyncResult() function
H A Djsi_pa_engine.cpp857 return GetAsyncResult(); in CallAsyncFunc()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h308 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h332 std::shared_ptr<AsyncCommonEventResult> GetAsyncResult(const SubscriberInstance *objectInfo);
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp188 auto result = GetAsyncResult(); in CheckAndSetAsyncResult()