Home
last modified time | relevance | path

Searched refs:CommonEventDataWorker (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp64 napi_value SetCommonEventData(const CommonEventDataWorker *commonEventDataWorkerData, napi_value &r… in SetCommonEventData()
118 CommonEventDataWorker *commonEventDataWorkerData = static_cast<CommonEventDataWorker *>(data); in ThreadSafeCallback()
230 CommonEventDataWorker *commonEventDataWorker = new (std::nothrow) CommonEventDataWorker(); in OnReceiveEvent()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp94 napi_value SetCommonEventData(const CommonEventDataWorker *commonEventDataWorkerData, napi_value &r… in SetCommonEventData()
145 CommonEventDataWorker *commonEventDataWorkerData = static_cast<CommonEventDataWorker *>(data); in ThreadSafeCallback()
248 CommonEventDataWorker *commonEventDataWorker = new (std::nothrow) CommonEventDataWorker(); in OnReceiveEvent()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h202 struct CommonEventDataWorker { struct
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h217 struct CommonEventDataWorker { struct