/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 168 DECLARE_NAPI_FUNCTION("switchUninstallState", SwitchUninstallState), in BundleManagerExport()
|
H A D | bundle_manager.h | 337 napi_value SwitchUninstallState(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 5157 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 D | bundlemgrproxy_fuzzer.cpp | 319 bundleMgrProxy.SwitchUninstallState(bundleName, false); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1500 virtual ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state,
|
H A D | bundle_mgr_proxy.h | 1045 virtual ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 982 virtual ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state,
|
H A D | bundle_data_mgr.h | 956 …ErrCode SwitchUninstallState(const std::string &bundleName, const bool &state, const bool isNeedSe…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 4103 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 D | bundle_data_mgr.cpp | 8402 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 D | bms_bundle_kit_service_test.cpp | 9705 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 D | acts_bms_kit_system_test.cpp | 9080 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 D | bundle_mgr_host.cpp | 3836 ErrCode ret = SwitchUninstallState(bundleName, state, isNeedSendNotify); in HandleSwitchUninstallState()
|
H A D | bundle_mgr_proxy.cpp | 4892 ErrCode BundleMgrProxy::SwitchUninstallState(const std::string &bundleName, const bool &state, in SwitchUninstallState() function in OHOS::AppExecFwk::BundleMgrProxy
|