Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp73 const std::string FAILURE_REASON_BUNDLE_NOT_EXIST = "bundle not exist"; variable
641 eventInfo.failureReason = FAILURE_REASON_BUNDLE_NOT_EXIST; in HandleCompileWithBundle()