Home
last modified time | relevance | path

Searched refs:ConvertToAOTCompileStatus (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/aot/
H A Daot_handler.h72 AOTCompileStatus ConvertToAOTCompileStatus(const ErrCode ret) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp220 AOTCompileStatus status = ConvertToAOTCompileStatus(ret); in AOTInternal()
225 AOTCompileStatus AOTHandler::ConvertToAOTCompileStatus(const ErrCode ret) const in ConvertToAOTCompileStatus() function in OHOS::AppExecFwk::AOTHandler