Home
last modified time | relevance | path

Searched refs:GetCallbackPromiseResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_state_query_napi.cpp127 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryModuleUsageRecordsAsyncCB()
218 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in IsBundleIdleAsyncCB()
361 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryCurrentBundleEventsAsyncCB()
417 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryBundleEventsAsyncCB()
545 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryBundleStatsInfoByIntervalAsyncCB()
642 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryBundleStatsInfosAsyncCB()
744 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryDeviceEventStatsAsyncCB()
798 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryNotificationEventStatsAsyncCB()
H A Dbundle_state_query.cpp92 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in IsBundleIdleAsyncCB()
194 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryAppGroupAsyncCB()
293 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryCurrentBundleEventsAsyncCB()
359 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryBundleEventsAsyncCB()
481 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryBundleStatsInfoByIntervalAsyncCB()
594 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryBundleStatsInfosAsyncCB()
H A Dbundle_active_app_group_napi.cpp133 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in QueryAppGroupAsyncCB()
307 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in SetAppGroupAsyncCB()
415 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in RegisterAppGroupCallBackAsyncCB()
497 BundleStateCommon::GetCallbackPromiseResult(env, *asyncCallbackInfo, result); in UnRegisterAppGroupCallBackAsyncCB()
H A Dbundle_state_common.cpp78 void BundleStateCommon::GetCallbackPromiseResult(const napi_env &env, in GetCallbackPromiseResult() function in OHOS::DeviceUsageStats::BundleStateCommon
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_common.h48 …static void GetCallbackPromiseResult(const napi_env &env, const AsyncWorkData &workData, const nap…