Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp90 STATUS_ABILITY_NOT_FOUND = 0x40, member in OHOS::AppExecFwk::__anon3991::InstallErrorCode
3288 env, static_cast<int32_t>(InstallErrorCode::STATUS_ABILITY_NOT_FOUND), &nStatusAbilityNotFound)); in CreateInstallErrorCodeObject()
3290 env, napi_set_named_property(env, value, "STATUS_ABILITY_NOT_FOUND", nStatusAbilityNotFound)); in CreateInstallErrorCodeObject()
4888 installResult.resultCode = static_cast<int32_t>(InstallErrorCode::STATUS_ABILITY_NOT_FOUND); in ConvertInstallResult()
4889 installResult.resultMsg = "STATUS_ABILITY_NOT_FOUND"; in ConvertInstallResult()

Completed in 9 milliseconds