Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.h86 struct InstallPreexistingAppCallbackInfo : public BaseCallbackInfo { struct
87 explicit InstallPreexistingAppCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in InstallPreexistingAppCallbackInfo() function
H A Dinstaller.cpp1828 InstallPreexistingAppCallbackInfo *asyncCallbackInfo = reinterpret_cast<InstallPreexistingAppCallbackInfo *>(data); in InstallPreexistingAppExec()
1842 InstallPreexistingAppCallbackInfo *asyncCallbackInfo = reinterpret_cast<InstallPreexistingAppCallbackInfo *>(data); in InstallPreexistingAppComplete()
1847 std::unique_ptr<InstallPreexistingAppCallbackInfo> callbackPtr {asyncCallbackInfo}; in InstallPreexistingAppComplete()
1858 CommonFunc::NapiReturnDeferred<InstallPreexistingAppCallbackInfo>(env, asyncCallbackInfo, result, ARGS_SIZE_ONE); in InstallPreexistingAppComplete()
1865 std::unique_ptr<InstallPreexistingAppCallbackInfo> asyncCallbackInfo in InstallPreexistingApp()
1866 = std::make_unique<InstallPreexistingAppCallbackInfo>(env); in InstallPreexistingApp()
1897 auto promise = CommonFunc::AsyncCallNativeMethod<InstallPreexistingAppCallbackInfo>( in InstallPreexistingApp()

Completed in 5 milliseconds