Searched refs:GetCallbackPromiseResult (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_usage_statistics/frameworks/src/ |
H A D | bundle_state_query_napi.cpp | 127 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 D | bundle_state_query.cpp | 92 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 D | bundle_active_app_group_napi.cpp | 133 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 D | bundle_state_common.cpp | 78 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 D | bundle_state_common.h | 48 …static void GetCallbackPromiseResult(const napi_env &env, const AsyncWorkData &workData, const nap…
|