Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h269 struct PreinstalledApplicationInfosCallbackInfo : public BaseCallbackInfo { struct
270 explicit PreinstalledApplicationInfosCallbackInfo(napi_env env) : BaseCallbackInfo(env) {} in PreinstalledApplicationInfosCallbackInfo() function
H A Dbundle_manager.cpp4971 PreinstalledApplicationInfosCallbackInfo *asyncCallbackInfo = in GetAllPreinstalledApplicationInfosComplete()
4972 reinterpret_cast<PreinstalledApplicationInfosCallbackInfo *>(data); in GetAllPreinstalledApplicationInfosComplete()
4977 std::unique_ptr<PreinstalledApplicationInfosCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetAllPreinstalledApplicationInfosComplete()
4987 CommonFunc::NapiReturnDeferred<PreinstalledApplicationInfosCallbackInfo>( in GetAllPreinstalledApplicationInfosComplete()
5005 PreinstalledApplicationInfosCallbackInfo *asyncCallbackInfo = in GetAllPreinstalledApplicationInfosExec()
5006 reinterpret_cast<PreinstalledApplicationInfosCallbackInfo *>(data); in GetAllPreinstalledApplicationInfosExec()
5018 PreinstalledApplicationInfosCallbackInfo *asyncCallbackInfo = in GetAllPreinstalledApplicationInfos()
5019 new (std::nothrow) PreinstalledApplicationInfosCallbackInfo(env); in GetAllPreinstalledApplicationInfos()
5024 std::unique_ptr<PreinstalledApplicationInfosCallbackInfo> callbackPtr {asyncCallbackInfo}; in GetAllPreinstalledApplicationInfos()
5030 auto promise = CommonFunc::AsyncCallNativeMethod<PreinstalledApplicationInfosCallbackInfo>(en in GetAllPreinstalledApplicationInfos()
[all...]

Completed in 10 milliseconds