Home
last modified time | relevance | path

Searched refs:ResetAOTCompileStatus (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_test_tool.h81 ErrCode ResetAOTCompileStatus();
/ohos5.0/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.cpp1564 return bundleMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in SetRequestAotCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1423 …virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in ResetAOTCompileStatus() function
H A Dbundle_mgr_proxy.h991 …virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
/ohos5.0/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.h891 ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
H A Dinner_bundle_info.h2176 ErrCode ResetAOTCompileStatus(const std::string &moduleName);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2259 auto res = innerBundleInfonfo.ResetAOTCompileStatus(ENTRY);
2264 res = innerBundleInfonfo.ResetAOTCompileStatus(ENTRY);
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp894 {"resetAOTCompileStatus", std::bind(&BundleTestTool::ResetAOTCompileStatus, this)}, in CreateCommandMap()
3848 ErrCode BundleTestTool::ResetAOTCompileStatus() in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleTestTool
3873 ErrCode ret = bundleMgrProxy_->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in ResetAOTCompileStatus()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8490 ErrCode ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, moduleName, triggerMode);
8494 ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, moduleName, triggerMode);
8521 ErrCode ret = bundleMgrProxy->ResetAOTCompileStatus(EMPTY_STRING, moduleName, triggerMode);
8523 ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, EMPTY_STRING, triggerMode);
8543 ErrCode ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, moduleName, triggerMode);
8550 ret = bundleMgrProxy->ResetAOTCompileStatus(bundleName, moduleName, triggerMode);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3779 ErrCode BundleMgrHostImpl::ResetAOTCompileStatus(const std::string &bundleName, const std::string &… in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleMgrHostImpl
3794 return dataMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in ResetAOTCompileStatus()
H A Dinner_bundle_info.cpp235 ErrCode InnerBundleInfo::ResetAOTCompileStatus(const std::string &moduleName) in ResetAOTCompileStatus() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp6885 ErrCode BundleDataMgr::ResetAOTCompileStatus(const std::string &bundleName, const std::string &modu… in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleDataMgr
6895 ErrCode ret = item->second.ResetAOTCompileStatus(moduleName); in ResetAOTCompileStatus()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp5226 auto ret = info.ResetAOTCompileStatus(MODULE_TEST);
5231 ret = info.ResetAOTCompileStatus(MODULE_TEST);
H A Dbms_bundle_kit_service_test.cpp9552 ErrCode ret = hostImpl->ResetAOTCompileStatus(BUNDLE_NAME_TEST, MODULE_NAME_TEST, triggerMode);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3460 ErrCode ret = ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HandleResetAOTCompileStatus()
H A Dbundle_mgr_proxy.cpp4099 ErrCode BundleMgrProxy::ResetAOTCompileStatus(const std::string &bundleName, const std::string &mod… in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleMgrProxy