Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h181 CallbackInfo disturbModeCallbackInfo_; member in OHOS::NotificationNapi::SubscriberInstance
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp167 if (disturbModeCallbackInfo_.ref != nullptr) { in ~SubscriberInstance()
168 napi_delete_reference(disturbModeCallbackInfo_.env, disturbModeCallbackInfo_.ref); in ~SubscriberInstance()
958 disturbModeCallbackInfo_.env = env; in SetDisturbModeCallbackInfo()
959 disturbModeCallbackInfo_.ref = ref; in SetDisturbModeCallbackInfo()

Completed in 4 milliseconds