Home
last modified time | relevance | path

Searched refs:asyncResult (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp953 if (asyncResult) { in IsOrderedCommonEventSync()
981 if (asyncResult) { in GetCodeSync()
1011 if (asyncResult) { in SetCodeSync()
1036 if (asyncResult) { in GetDataSync()
1072 if (asyncResult) { in SetDataSync()
1110 if (asyncResult) { in SetCodeAndDataSync()
1130 if (asyncResult) { in AbortCommonEventSync()
1152 if (asyncResult) { in ClearAbortCommonEventSync()
1176 if (asyncResult) { in GetAbortCommonEventSync()
1205 if (asyncResult) { in IsStickyCommonEventSync()
[all …]
H A Dcommon_event_set_param.cpp159 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in SetCode() local
161 if (asyncResult) { in SetCode()
162 … asyncCallbackInfo->info.errorCode = asyncResult->SetCode(asyncCallbackInfo->code) ? in SetCode()
236 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in SetData() local
238 if (asyncResult) { in SetData()
239 … asyncCallbackInfo->info.errorCode = asyncResult->SetData(asyncCallbackInfo->data) ? in SetData()
314 std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult( in SetCodeAndData() local
316 if (asyncResult) { in SetCodeAndData()
317 asyncCallbackInfo->info.errorCode = asyncResult->SetCodeAndData( 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() local
132 if (asyncResult) { in SetCode()
133 asyncCallbackInfo->info.errorCode = asyncResult->SetCode(asyncCallbackInfo->code) ? in SetCode()
210 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in SetData() local
211 if (asyncResult) { in SetData()
212 asyncCallbackInfo->info.errorCode = asyncResult->SetData(asyncCallbackInfo->data) ? in SetData()
291 …std::shared_ptr<AsyncCommonEventResult> asyncResult = GetAsyncResult(asyncCallbackInfo->subscriber… in SetCodeAndData() local
292 if (asyncResult) { in SetCodeAndData()
293 asyncCallbackInfo->info.errorCode = asyncResult->SetCodeAndData( in SetCodeAndData()
H A Dcommon_event.cpp431 if (asyncResult) { in IsOrderedCommonEvent()
517 if (asyncResult) { in IsStickyCommonEvent()
518 asyncCallbackInfo->isSticky = asyncResult->IsStickyCommonEvent(); in IsStickyCommonEvent()
601 if (asyncResult) { in GetCode()
602 asyncCallbackInfo->code = asyncResult->GetCode(); in GetCode()
683 if (asyncResult) { in GetData()
684 asyncCallbackInfo->data = asyncResult->GetData(); in GetData()
764 if (asyncResult) { in AbortCommonEvent()
841 if (asyncResult) { in ClearAbortCommonEvent()
918 if (asyncResult) { in GetAbortCommonEvent()
[all …]
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h259 void SetAsyncResult(napi_value asyncResult) in SetAsyncResult() argument
261 callbackData_ = asyncResult; in SetAsyncResult()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.h133 void SetAsyncResult(shared_ptr<JsValue> asyncResult) in SetAsyncResult() argument
135 asyncResult_ = asyncResult; in SetAsyncResult()