Home
last modified time | relevance | path

Searched refs:COMPILE_RESET (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h158 COMPILE_RESET, enumerator
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dbundle_command.h223 const std::string COMPILE_RESET = "reset AOT success.\n"; variable
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2087 ResetResults = COMPILE_RESET; in CompileReset()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp2596 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::COMPILE_RESET);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp521 case static_cast<uint32_t>(BundleMgrInterfaceCode::COMPILE_RESET): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp4807 if (!SendTransactCmd(BundleMgrInterfaceCode::COMPILE_RESET, data, reply)) { in CompileReset()