Home
last modified time | relevance | path

Searched refs:updateCallbackInfo_ (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h177 CallbackInfo updateCallbackInfo_; member in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp155 if (updateCallbackInfo_.ref != nullptr) { in ~SubscriberInstance()
156 napi_delete_reference(updateCallbackInfo_.env, updateCallbackInfo_.ref); in ~SubscriberInstance()
460 if (updateCallbackInfo_.ref == nullptr || updateCallbackInfo_.env == nullptr) { in OnUpdate()
478 dataWorker->env = updateCallbackInfo_.env; in OnUpdate()
479 dataWorker->ref = updateCallbackInfo_.ref; in OnUpdate()
934 updateCallbackInfo_.env = env; in SetUpdateCallbackInfo()
935 updateCallbackInfo_.ref = ref; in SetUpdateCallbackInfo()

Completed in 4 milliseconds