Home
last modified time | relevance | path

Searched refs:SilentInstall (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp46 int32_t HspSilentInstall::SilentInstall(const std::string& moduleName, const std::function<void()>&… in SilentInstall() function in OHOS::NavPushPathHelper::HspSilentInstall
73 …if (bms->SilentInstall(want, appInfo->uid / OHOS::AppExecFwk::Constants::BASE_USER_RANGE, routerCa… in SilentInstall()
H A Dnavpushpathhelper.cpp35 DECLARE_NAPI_FUNCTION("silentInstall", HspSilentInstallNapi::SilentInstall), in Init()
H A Dhsp_silentinstall_napi.cpp65 napi_value HspSilentInstallNapi::SilentInstall(napi_env env, napi_callback_info info) in SilentInstall() function in OHOS::NavPushPathHelper::HspSilentInstallNapi
104 HspSilentInstall::SilentInstall(moduleName, successCallback, failCallback); in SilentInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbundle_connect_ability_mgr.h60 bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack);
117 bool SilentInstall(TargetAbilityInfo &targetAbilityInfo, const Want &want,
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/
H A Dhsp_silentinstall.h28 … static int32_t SilentInstall(const std::string& moduleName, const std::function<void()>& callback,
H A Dhsp_silentinstall_napi.h27 static napi_value SilentInstall(napi_env env, napi_callback_info info);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleconnectabilitymgr_fuzzer/
H A Dbundleconnectabilitymgr_fuzzer.cpp50 bundleConnectAbilityMgr.SilentInstall(want, userId, callBack); in DoSomethingInterestingWithMyAPI()
70 bundleConnectAbilityMgr.SilentInstall(targetAbilityInfo1, want, freeInstallParams, userId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp244 …if (bms->SilentInstall(want, appInfo->uid / AppExecFwk::Constants::BASE_USER_RANGE, routerCallback… in LoadPageUrl()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp312 bool BundleConnectAbilityMgr::SilentInstall(TargetAbilityInfo &targetAbilityInfo, const Want &want, in SilentInstall() function in OHOS::AppExecFwk::BundleConnectAbilityMgr
1126 this->SilentInstall(*targetAbilityInfo, want, *freeInstallParams, userId); in QueryAbilityInfo()
1130 bool BundleConnectAbilityMgr::SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObj… in SilentInstall() function in OHOS::AppExecFwk::BundleConnectAbilityMgr
1171 SilentInstall(*targetAbilityInfo, want, *freeInstallParams, userId); in SilentInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h460 … virtual bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) in SilentInstall() function
H A Dbundle_mgr_proxy.h333 …virtual bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h287 …virtual bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp701 bool res = connectAbilityMgr->SilentInstall(targetAbilityInfo, want, freeInstallParams, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp687 bool BundleMgrHostImpl::SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &… in SilentInstall() function in OHOS::AppExecFwk::BundleMgrHostImpl
695 return connectMgr->SilentInstall(want, userId, callBack); in SilentInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4386 bool ret = hostImpl->SilentInstall(want, USERID, nullptr);
4403 bool ret = hostImpl->SilentInstall(want, USERID, nullptr);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2960 bool ret = SilentInstall(*want, userId, object); in HandleSilentInstall()
H A Dbundle_mgr_proxy.cpp1033 bool BundleMgrProxy::SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &cal… in SilentInstall() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp7987 bool ret = bundleMgrProxy->SilentInstall(want, USERID, nullptr);
8023 bool queryResult = bundleMgrProxy->SilentInstall(want, USERID, remoteObject);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5959 bool ret = bundleConnectAbility->SilentInstall(want, USERID, callBack);