Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp569 AsyncCallbackInfoGetCode *asyncCallbackInfo = in GetCode()
570 new (std::nothrow) AsyncCallbackInfoGetCode {.env = env, .asyncWork = nullptr}; in GetCode()
595AsyncCallbackInfoGetCode *asyncCallbackInfo = static_cast<AsyncCallbackInfoGetCode *>(data); in GetCode()
609AsyncCallbackInfoGetCode *asyncCallbackInfo = static_cast<AsyncCallbackInfoGetCode *>(data); in GetCode()
H A Dcommon_event_parse.cpp212 AsyncCallbackInfoGetCode *&asyncCallbackInfo, const napi_ref &callback, napi_value &promise) in PaddingAsyncCallbackInfoGetCode()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h104 struct AsyncCallbackInfoGetCode { struct
306 AsyncCallbackInfoGetCode *&asynccallbackinfo, const napi_ref &callback, napi_value &promise);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp1471 AsyncCallbackInfoGetCode *asyncCallbackInfo = in GetCode()
1472 new (std::nothrow) AsyncCallbackInfoGetCode {.env = env, .asyncWork = nullptr}; in GetCode()
1496AsyncCallbackInfoGetCode *asyncCallbackInfo = static_cast<AsyncCallbackInfoGetCode *>(data); in GetCode()
1511AsyncCallbackInfoGetCode *asyncCallbackInfo = static_cast<AsyncCallbackInfoGetCode *>(data); in GetCode()
H A Dcommon_event_parse.cpp311 AsyncCallbackInfoGetCode *&asyncCallbackInfo, const napi_ref &callback, napi_value &promise) in PaddingAsyncCallbackInfoGetCode()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h119 struct AsyncCallbackInfoGetCode { struct
330 AsyncCallbackInfoGetCode *&asynccallbackinfo, const napi_ref &callback, napi_value &promise);