Home
last modified time | relevance | path

Searched refs:SilentInstall (Results 1 - 24 of 24) sorted by relevance

/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);
/foundation/arkui/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);
/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()>& callback, in SilentInstall() function in OHOS::NavPushPathHelper::HspSilentInstall
73 if (bms->SilentInstall(want, appInfo->uid / OHOS::AppExecFwk::Constants::BASE_USER_RANGE, routerCallback)) { 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
111 HspSilentInstall::SilentInstall(moduleName, successCallback, failCallback); in SilentInstall()
/foundation/arkui/advanced_ui_component/navpushpathhelper/src/
H A Dhsp_silentinstall.cpp46 int32_t HspSilentInstall::SilentInstall(const std::string& moduleName, const std::function<void()>& callback, in SilentInstall() function in OHOS::NavPushPathHelper::HspSilentInstall
73 if (bms->SilentInstall(want, appInfo->uid / OHOS::AppExecFwk::Constants::BASE_USER_RANGE, routerCallback)) { 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
111 HspSilentInstall::SilentInstall(moduleName, successCallback, failCallback); in SilentInstall()
/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);
111 bool SilentInstall(TargetAbilityInfo &targetAbilityInfo, const Want &want,
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpage_url_checker_ohos.cpp236 if (bms->SilentInstall(want, appInfo->uid / AppExecFwk::Constants::BASE_USER_RANGE, routerCallback)) { in LoadPageUrl()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_proxy_test/
H A Dbms_bundle_mgr_proxy_test.cpp639 * @tc.name: test the SilentInstall
641 * 2. test SilentInstall
650 auto res = bundleMgrProxy.SilentInstall(want, userId, callBack); in HWTEST_F()
656 res = bundleMgrProxy.SilentInstall(want, userId, callBack); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp288 bool BundleConnectAbilityMgr::SilentInstall(TargetAbilityInfo &targetAbilityInfo, const Want &want, in SilentInstall() function in OHOS::AppExecFwk::BundleConnectAbilityMgr
292 LOG_I(BMS_TAG_DEFAULT, "SilentInstall"); in SilentInstall()
1070 this->SilentInstall(*targetAbilityInfo, want, *freeInstallParams, userId); in QueryAbilityInfo()
1074 bool BundleConnectAbilityMgr::SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) in SilentInstall() function in OHOS::AppExecFwk::BundleConnectAbilityMgr
1076 LOG_D(BMS_TAG_DEFAULT, "SilentInstall"); in SilentInstall()
1115 SilentInstall(*targetAbilityInfo, want, *freeInstallParams, userId); in SilentInstall()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h459 virtual bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) in SilentInstall() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h333 virtual bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) override;
/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) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp691 * Function: SilentInstall
692 * @tc.name: test SilentInstall
693 * @tc.desc: test SilentInstall successed
701 bool res = connectAbilityMgr->SilentInstall(targetAbilityInfo, want, freeInstallParams, USERID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp667 bool BundleMgrHostImpl::SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) in SilentInstall() function in OHOS::AppExecFwk::BundleMgrHostImpl
669 APP_LOGD("SilentInstall in"); in SilentInstall()
675 return connectMgr->SilentInstall(want, userId, callBack); in SilentInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4356 * @tc.name: test SilentInstall
4364 bool ret = hostImpl->SilentInstall(want, USERID, nullptr); in HWTEST_F()
4370 * @tc.name: test SilentInstall
4381 bool ret = hostImpl->SilentInstall(want, USERID, nullptr); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2945 bool ret = SilentInstall(*want, userId, object); in HandleSilentInstall()
H A Dbundle_mgr_proxy.cpp1065 bool BundleMgrProxy::SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) in SilentInstall() function in OHOS::AppExecFwk::BundleMgrProxy
1072 APP_LOGE("fail to SilentInstall due to write token"); in SilentInstall()
1076 APP_LOGE("fail to SilentInstall due to write want"); in SilentInstall()
1081 APP_LOGE("fail to SilentInstall due to write userId"); in SilentInstall()
1086 APP_LOGE("fail to SilentInstall due to write callBack"); in SilentInstall()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8029 * @tc.name: test SilentInstall proxy
8039 bool ret = bundleMgrProxy->SilentInstall(want, USERID, nullptr); in HWTEST_F()
8045 * @tc.name: test SilentInstall proxy
8075 bool queryResult = bundleMgrProxy->SilentInstall(want, USERID, remoteObject); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5975 * @tc.name: test SilentInstall
5985 bool ret = bundleConnectAbility->SilentInstall(want, USERID, callBack); in HWTEST_F()

Completed in 81 milliseconds