Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common.cpp331 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsGetFilesDir()
340 … auto ecode = dir == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetFilesDir()
379 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsIsUpdatingConfigurations()
428 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsPrintDrawnCompleted()
477 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsGetCacheDir()
527 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsGetCtxAppType()
579 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsGetCtxHapModuleInfo()
630 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsGetAppVersionInfo()
681 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in JsGetCtxAbilityInfo()
1131 { static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID), std::string("ability call error") }, in ConvertErrorCode()
[all …]
H A Dnapi_context.cpp1061 appInfoCB->cbBase.errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetAppInfoExecuteCB()
1334 processInfoCB->cbBase.errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetProcessInfoExecuteCB()
1580 elementNameCB->cbBase.errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetElementNameExecuteCB()
3267 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in OnGetBundleName()
3363 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in OnGetApplicationInfo()
3410 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in OnGetProcessInfo()
3416 auto ecode = info == nullptr ? (NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetProcessInfo()
3459 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in OnGetElementName()
3500 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in OnGetProcessName()
3545 *value = static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID); in OnGetCallingBundle()
[all …]
H A Dnapi_common_ability_execute_utils.cpp259 abilityInfoCB->cbBase.errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetAbilityInfoExecuteCB()
460 hapModuleInfoCB->cbBase.errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetHapModuleInfoExecuteCB()
643 appVersionInfoCB->cbBase.errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetAppVersionInfoExecuteCB()
816 asyncCallbackInfo->errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetWantExecuteCB()
H A Dnapi_common_ability_wrap_utils.cpp46 { NAPI_ERR_ABILITY_CALL_INVALID, ERR_ABILITY_QUERY_FAILED },
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_error.h32 #define NAPI_ERR_ABILITY_CALL_INVALID (-106) // Call the ability interface, the return value is wr… macro
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H A Dfeature_ability.cpp861 asyncCallbackInfo->errCode = NAPI_ERR_ABILITY_CALL_INVALID; in GetWantSyncWrap()