/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/include/ |
H A D | hsp_silentinstall.h | 28 static int32_t SilentInstall(const std::string& moduleName, const std::function<void()>& callback,
|
H A D | hsp_silentinstall_napi.h | 27 static napi_value SilentInstall(napi_env env, napi_callback_info info);
|
/foundation/arkui/advanced_ui_component/navpushpathhelper/include/ |
H A D | hsp_silentinstall.h | 28 static int32_t SilentInstall(const std::string& moduleName, const std::function<void()>& callback,
|
H A D | hsp_silentinstall_napi.h | 27 static napi_value SilentInstall(napi_env env, napi_callback_info info);
|
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall.cpp | 46 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 D | navpushpathhelper.cpp | 35 DECLARE_NAPI_FUNCTION("silentInstall", HspSilentInstallNapi::SilentInstall),
in Init()
|
H A D | hsp_silentinstall_napi.cpp | 65 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 D | hsp_silentinstall.cpp | 46 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 D | navpushpathhelper.cpp | 35 DECLARE_NAPI_FUNCTION("silentInstall", HspSilentInstallNapi::SilentInstall), in Init()
|
H A D | hsp_silentinstall_napi.cpp | 65 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 D | bundle_connect_ability_mgr.h | 60 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 D | page_url_checker_ohos.cpp | 236 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 D | bms_bundle_mgr_proxy_test.cpp | 639 * @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 D | bundle_connect_ability_mgr.cpp | 288 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 D | bundle_mgr_interface.h | 459 virtual bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) in SilentInstall() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 333 virtual bool SilentInstall(const Want &want, int32_t userId, const sptr<IRemoteObject> &callBack) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 287 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 D | bms_bundle_free_install_test.cpp | 691 * 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 D | bundle_mgr_host_impl.cpp | 667 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 D | bms_bundle_manager_test.cpp | 4356 * @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 D | bundle_mgr_host.cpp | 2945 bool ret = SilentInstall(*want, userId, object); in HandleSilentInstall()
|
H A D | bundle_mgr_proxy.cpp | 1065 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 D | acts_bms_kit_system_test.cpp | 8029 * @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 D | bms_bundle_data_mgr_test.cpp | 5975 * @tc.name: test SilentInstall 5985 bool ret = bundleConnectAbility->SilentInstall(want, USERID, callBack); in HWTEST_F()
|