/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()
|
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 81 ErrCode ResetAOTCompileStatus();
|
/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 | 1499 return bundleMgr->ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in SetRequestAotCallback()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1422 virtual ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName, in ResetAOTCompileStatus() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 991 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 D | bms_bundle_install_checker_test.cpp | 2288 * @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 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 | 892 ErrCode ResetAOTCompileStatus(const std::string &bundleName, const std::string &moduleName,
|
H A D | inner_bundle_info.h | 2176 ErrCode ResetAOTCompileStatus(const std::string &moduleName);
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 940 {"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 D | acts_bms_kit_system_test.cpp | 8516 * @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 D | bms_data_mgr_test.cpp | 2235 * @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 D | bundle_mgr_host_impl.cpp | 3732 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 D | inner_bundle_info.cpp | 232 ErrCode InnerBundleInfo::ResetAOTCompileStatus(const std::string &moduleName) in ResetAOTCompileStatus() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 6909 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 D | bms_bundle_data_mgr_test.cpp | 5242 * @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 D | bms_bundle_kit_service_test.cpp | 9570 * @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 D | bundle_mgr_host.cpp | 3448 ErrCode ret = ResetAOTCompileStatus(bundleName, moduleName, triggerMode); in HandleResetAOTCompileStatus()
|
H A D | bundle_mgr_proxy.cpp | 4132 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()
|