Home
last modified time | relevance | path

Searched refs:bundleGroupCallbackInfo_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dapp_group_observer_napi.cpp33 if (bundleGroupCallbackInfo_.ref) { in ~AppGroupObserver()
34 napi_delete_reference(bundleGroupCallbackInfo_.env, bundleGroupCallbackInfo_.ref); in ~AppGroupObserver()
40 bundleGroupCallbackInfo_.env = env; in SetCallbackInfo()
41 bundleGroupCallbackInfo_.ref = ref; in SetCallbackInfo()
136 napi_get_uv_event_loop(bundleGroupCallbackInfo_.env, &loop); in OnAppGroupChanged()
163 callbackReceiveDataWorker->env = bundleGroupCallbackInfo_.env; in OnAppGroupChanged()
164 callbackReceiveDataWorker->ref = bundleGroupCallbackInfo_.ref; in OnAppGroupChanged()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dapp_group_observer_napi.h42 BundleGroupCallbackInfo bundleGroupCallbackInfo_; variable