/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 294 … 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 D | bundle_test_tool.h | 81 ErrCode ResetAOTCompileStatus();
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 358 return bundleMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in SetRequestAotCallback()
|
H A D | js_runtime.cpp | 1564 return bundleMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in SetRequestAotCallback()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1423 …virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in ResetAOTCompileStatus() function
|
H A D | bundle_mgr_proxy.h | 991 …virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 917 …virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
|
H A D | bundle_data_mgr.h | 891 ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
|
H A D | inner_bundle_info.h | 2176 ErrCode ResetAOTCompileStatus(const std::string &moduleName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 2259 auto res = innerBundleInfonfo.ResetAOTCompileStatus(ENTRY); 2264 res = innerBundleInfonfo.ResetAOTCompileStatus(ENTRY);
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 894 {"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 D | acts_bms_kit_system_test.cpp | 8490 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 D | bundle_mgr_host_impl.cpp | 3779 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 D | inner_bundle_info.cpp | 235 ErrCode InnerBundleInfo::ResetAOTCompileStatus(const std::string &moduleName) in ResetAOTCompileStatus() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 6885 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 D | bms_bundle_data_mgr_test.cpp | 5226 auto ret = info.ResetAOTCompileStatus(MODULE_TEST); 5231 ret = info.ResetAOTCompileStatus(MODULE_TEST);
|
H A D | bms_bundle_kit_service_test.cpp | 9552 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 D | bundle_mgr_host.cpp | 3460 ErrCode ret = ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HandleResetAOTCompileStatus()
|
H A D | bundle_mgr_proxy.cpp | 4099 ErrCode BundleMgrProxy::ResetAOTCompileStatus(const std::string &bundleName, const std::string &mod… in ResetAOTCompileStatus() function in OHOS::AppExecFwk::BundleMgrProxy
|