Home
last modified time | relevance | path

Searched refs:ResetAOTCompileStatus (Results 1 - 20 of 20) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp294 bundleMgrProxy.ResetAOTCompileStatus(bundleName, moduleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
312 bundleMgrProxy.ResetAOTCompileStatus(bundleName, moduleName, 0); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h81 ErrCode ResetAOTCompileStatus();
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp358 return bundleMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in SetRequestAotCallback()
H A Djs_runtime.cpp1499 return bundleMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in SetRequestAotCallback()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1422 virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in ResetAOTCompileStatus() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h991 virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2288 * @tc.name: test ResetAOTCompileStatus
2289 * @tc.desc: 1.test ResetAOTCompileStatus of InnerBundleInfo
2294 auto res = innerBundleInfonfo.ResetAOTCompileStatus(ENTRY); in HWTEST_F()
2299 res = innerBundleInfonfo.ResetAOTCompileStatus(ENTRY); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h917 virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
H A Dbundle_data_mgr.h892 ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
H A Dinner_bundle_info.h2176 ErrCode ResetAOTCompileStatus(const std::string &moduleName);
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp940 {"resetAOTCompileStatus", std::bind(&BundleTestTool::ResetAOTCompileStatus, this)}, in CreateCommandMap()
3898 ErrCode BundleTestTool::ResetAOTCompileStatus() in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleTestTool
3900 APP_LOGI("begin to ResetAOTCompileStatus"); in ResetAOTCompileStatus()
3923 ErrCode ret = bundleMgrProxy_->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in ResetAOTCompileStatus()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8516 * @tc.name: ResetAOTCompileStatus testcase
8517 * @tc.desc: 1.bundleName and moduleName exist, call ResetAOTCompileStatus
8542 ErrCode ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HWTEST_F()
8546 ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HWTEST_F()
8560 * @tc.desc: 1.call ResetAOTCompileStatus
8573 ErrCode ret = bundleMgrProxy->ResetAOTCompileStatus(EMPTY_STRING, moduleName, triggerMode); in HWTEST_F()
8575 ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, EMPTY_STRING, triggerMode); in HWTEST_F()
8583 * @tc.desc: 1.call ResetAOTCompileStatus
8595 ErrCode ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HWTEST_F()
8602 ret = bundleMgrProxy->ResetAOTCompileStatus(bundleNam in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2235 * @tc.name: test ResetAOTCompileStatus
2245 ErrCode ret = dataMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HWTEST_F()
2253 ret = dataMgr->ResetAOTCompileStatus(BUNDLE_NAME, moduleName, triggerMode); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3732 ErrCode BundleMgrHostImpl::ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleMgrHostImpl
3735 APP_LOGD("ResetAOTCompileStatus begin"); in ResetAOTCompileStatus()
3747 return dataMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in ResetAOTCompileStatus()
H A Dinner_bundle_info.cpp232 ErrCode InnerBundleInfo::ResetAOTCompileStatus(const std::string &moduleName) in ResetAOTCompileStatus() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp6909 ErrCode BundleDataMgr::ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleDataMgr
6912 APP_LOGI("ResetAOTCompileStatus begin"); in ResetAOTCompileStatus()
6919 ErrCode ret = item->second.ResetAOTCompileStatus(moduleName); in ResetAOTCompileStatus()
6927 APP_LOGI("ResetAOTCompileStatus end"); in ResetAOTCompileStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5242 * @tc.name: ResetAOTCompileStatus
5243 * @tc.desc: test ResetAOTCompileStatus.
5248 auto ret = info.ResetAOTCompileStatus(MODULE_TEST); in HWTEST_F()
5253 ret = info.ResetAOTCompileStatus(MODULE_TEST); in HWTEST_F()
H A Dbms_bundle_kit_service_test.cpp9570 * @tc.name: test ResetAOTCompileStatus
9571 * @tc.desc: 1.Test the ResetAOTCompileStatus by BundleMgrHostImpl
9578 ErrCode ret = hostImpl->ResetAOTCompileStatus(BUNDLE_NAME_TEST, MODULE_NAME_TEST, triggerMode); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3448 ErrCode ret = ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HandleResetAOTCompileStatus()
H A Dbundle_mgr_proxy.cpp4132 ErrCode BundleMgrProxy::ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleMgrProxy
4136 APP_LOGD("ResetAOTCompileStatus begin, bundleName : %{public}s, moduleName : %{public}s, triggerMode : %{public}d", in ResetAOTCompileStatus()

Completed in 125 milliseconds