Home
last modified time | relevance | path

Searched refs:SwitchUninstallState (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp168 DECLARE_NAPI_FUNCTION("switchUninstallState", SwitchUninstallState), in BundleManagerExport()
H A Dbundle_manager.h337 napi_value SwitchUninstallState(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp5157 napi_value SwitchUninstallState(napi_env env, napi_callback_info info) in SwitchUninstallState() function
5184 ErrCode ret = CommonFunc::ConvertErrCode(iBundleMgr->SwitchUninstallState(bundleName, state)); in SwitchUninstallState()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp319 bundleMgrProxy.SwitchUninstallState(bundleName, false); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1500 virtual ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state,
H A Dbundle_mgr_proxy.h1045 virtual ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h982 virtual ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state,
H A Dbundle_data_mgr.h956 …ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state, const bool isNeedSe…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4103 ErrCode BundleMgrHostImpl::SwitchUninstallState(const std::string &bundleName, const bool &state, in SwitchUninstallState() function in OHOS::AppExecFwk::BundleMgrHostImpl
4122 auto resCode = dataMgr->SwitchUninstallState(bundleName, state, isNeedSendNotify); in SwitchUninstallState()
H A Dbundle_data_mgr.cpp8402 ErrCode BundleDataMgr::SwitchUninstallState(const std::string &bundleName, const bool &state, in SwitchUninstallState() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9705 ErrCode ret = hostImpl->SwitchUninstallState(BUNDLE_NAME_DEMO, true, false);
13038 ErrCode res = dataMgr->SwitchUninstallState(BUNDLE_NAME_UNINSTALL_STATE, false, false);
13055 ErrCode res = dataMgr->SwitchUninstallState(BUNDLE_NAME_UNINSTALL_STATE, true, false);
13073 ErrCode res = dataMgr->SwitchUninstallState(BUNDLE_NAME_UNINSTALL_STATE, true, false);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9080 auto queryResult = bundleMgrProxy->SwitchUninstallState(appName, false);
9088 queryResult = bundleMgrProxy->SwitchUninstallState(appName, true);
9110 auto queryResult = bundleMgrProxy->SwitchUninstallState("", false);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3836 ErrCode ret = SwitchUninstallState(bundleName, state, isNeedSendNotify); in HandleSwitchUninstallState()
H A Dbundle_mgr_proxy.cpp4892 ErrCode BundleMgrProxy::SwitchUninstallState(const std::string &bundleName, const bool &state, in SwitchUninstallState() function in OHOS::AppExecFwk::BundleMgrProxy