Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp91 STATUS_BMS_SERVICE_ERROR = 0x41, member in OHOS::AppExecFwk::__anon3991::InstallErrorCode
3293 napi_create_int32(env, static_cast<int32_t>(InstallErrorCode::STATUS_BMS_SERVICE_ERROR), &nBmsServiceError)); in CreateInstallErrorCodeObject()
3294 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "STATUS_BMS_SERVICE_ERROR", nBmsServiceError)); in CreateInstallErrorCodeObject()
4978 installResult.resultCode = static_cast<int32_t>(InstallErrorCode::STATUS_BMS_SERVICE_ERROR); in ConvertInstallResult()
4979 installResult.resultMsg = "STATUS_BMS_SERVICE_ERROR"; in ConvertInstallResult()
5003 installResult.resultCode = static_cast<int32_t>(InstallErrorCode::STATUS_BMS_SERVICE_ERROR); in ConvertInstallResult()
5004 installResult.resultMsg = "STATUS_BMS_SERVICE_ERROR"; in ConvertInstallResult()

Completed in 11 milliseconds