Home
last modified time | relevance | path

Searched refs:AsyncCallbackInfoGetRemindType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp382AsyncCallbackInfoGetRemindType *asynccallbackinfo = static_cast<AsyncCallbackInfoGetRemindType *>(… in AsyncCompleteCallbackNapiGetDeviceRemindType()
416 …auto asynccallbackinfo = new (std::nothrow) AsyncCallbackInfoGetRemindType {.env = env, .asyncWork… in NapiGetDeviceRemindType()
433 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoGetRemindType *>(data); in NapiGetDeviceRemindType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h72 struct AsyncCallbackInfoGetRemindType { struct
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddistributed.cpp522AsyncCallbackInfoGetRemindType *asynccallbackinfo = static_cast<AsyncCallbackInfoGetRemindType *>(… in AsyncCompleteCallbackGetDeviceRemindType()
556 …auto asynccallbackinfo = new (std::nothrow) AsyncCallbackInfoGetRemindType {.env = env, .asyncWork… in GetDeviceRemindType()
574 auto asynccallbackinfo = reinterpret_cast<AsyncCallbackInfoGetRemindType *>(data); in GetDeviceRemindType()