Home
last modified time | relevance | path

Searched refs:StopAOT (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_executor.h39 ErrCode StopAOT();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp84 ErrCode InstalldClient::StopAOT() in StopAOT() function in OHOS::AppExecFwk::InstalldClient
86 return CallService(&IInstalld::StopAOT); in StopAOT()
H A Dmock_installd_host_impl.cpp219 ErrCode InstalldHostImpl::StopAOT() in StopAOT() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp62 ErrCode InstalldClient::StopAOT() in StopAOT() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp90 ErrCode InstalldClient::StopAOT() in StopAOT() function in OHOS::AppExecFwk::InstalldClient
92 return CallService(&IInstalld::StopAOT); in StopAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h71 virtual ErrCode StopAOT() override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h196 ErrCode StopAOT();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h102 virtual ErrCode StopAOT() in StopAOT() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h73 virtual ErrCode StopAOT() override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_executor.cpp301 ErrCode AOTExecutor::StopAOT() in StopAOT() function in OHOS::AppExecFwk::AOTExecutor
H A Daot_handler.cpp524 ErrCode ret = InstalldClient::GetInstance()->StopAOT(); in BeforeOTACompile()
525 APP_LOGI("StopAOT ret %{public}d", ret); in BeforeOTACompile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp383 ret = installdHostImpl.StopAOT(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp310 * @tc.name: test StopAOT
312 * 2. call StopAOT
318 ErrCode ret = AOTExecutor::GetInstance().StopAOT(); in HWTEST_F()
324 * @tc.name: test StopAOT
326 * 2. call StopAOT
333 ErrCode ret = AOTExecutor::GetInstance().StopAOT(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp246 ErrCode InstalldHostImpl::StopAOT() in StopAOT() function in OHOS::AppExecFwk::InstalldHostImpl
248 LOG_I(BMS_TAG_INSTALLD, "StopAOT begin"); in StopAOT()
253 return AOTExecutor::GetInstance().StopAOT(); in StopAOT()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp987 * @tc.name: test Marshalling function of StopAOT
988 * @tc.desc: 1. calling StopAOT of proxy
995 auto ret = proxy->StopAOT(); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp1015 * @tc.desc: 1. calling StopAOT of hostImpl
1023 ErrCode ret = installdProxy->StopAOT(); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp345 ErrCode result = StopAOT(); in HandleStopAOT()
H A Dinstalld_proxy.cpp160 ErrCode InstalldProxy::StopAOT() in StopAOT() function in OHOS::AppExecFwk::InstalldProxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1158 * @tc.name: StopAOT
1159 * @tc.desc: call StopAOT.
1164 ErrCode result = installClient_->StopAOT(); in HWTEST_F()

Completed in 25 milliseconds