Searched refs:AsyncCallbackInfoOrderedCommonEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
H A D | common_event.cpp | 398 AsyncCallbackInfoOrderedCommonEvent *asyncCallbackInfo = new (std::nothrow) in IsOrderedCommonEvent() 399 AsyncCallbackInfoOrderedCommonEvent {.env = env, .asyncWork = nullptr}; in IsOrderedCommonEvent() 424 AsyncCallbackInfoOrderedCommonEvent *asyncCallbackInfo = in IsOrderedCommonEvent() 425 static_cast<AsyncCallbackInfoOrderedCommonEvent *>(data); in IsOrderedCommonEvent() 439 AsyncCallbackInfoOrderedCommonEvent *asyncCallbackInfo = in IsOrderedCommonEvent() 440 static_cast<AsyncCallbackInfoOrderedCommonEvent *>(data); in IsOrderedCommonEvent()
|
H A D | common_event_parse.cpp | 142 …AsyncCallbackInfoOrderedCommonEvent *&asyncCallbackInfo, const napi_ref &callback, napi_value &pro… in PaddingAsyncCallbackInfoIsOrderedCommonEvent()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/ |
H A D | common_event.h | 88 struct AsyncCallbackInfoOrderedCommonEvent { struct 291 …AsyncCallbackInfoOrderedCommonEvent *&asynccallbackinfo, const napi_ref &callback, napi_value &pro…
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | napi_common_event.cpp | 1306 AsyncCallbackInfoOrderedCommonEvent *asyncCallbackInfo = new (std::nothrow) in IsOrderedCommonEvent() 1307 AsyncCallbackInfoOrderedCommonEvent {.env = env, .asyncWork = nullptr}; in IsOrderedCommonEvent() 1331 AsyncCallbackInfoOrderedCommonEvent *asyncCallbackInfo = in IsOrderedCommonEvent() 1332 static_cast<AsyncCallbackInfoOrderedCommonEvent *>(data); in IsOrderedCommonEvent() 1345 AsyncCallbackInfoOrderedCommonEvent *asyncCallbackInfo = in IsOrderedCommonEvent() 1346 static_cast<AsyncCallbackInfoOrderedCommonEvent *>(data); in IsOrderedCommonEvent()
|
H A D | common_event_parse.cpp | 238 …AsyncCallbackInfoOrderedCommonEvent *&asyncCallbackInfo, const napi_ref &callback, napi_value &pro… in PaddingAsyncCallbackInfoIsOrderedCommonEvent()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
H A D | napi_common_event.h | 103 struct AsyncCallbackInfoOrderedCommonEvent { struct 315 …AsyncCallbackInfoOrderedCommonEvent *&asynccallbackinfo, const napi_ref &callback, napi_value &pro…
|