Home
last modified time | relevance | path

Searched defs:ecode (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
Dnapi_context.cpp3288 … auto ecode = name == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetBundleName() local
3376 … auto ecode = info == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetApplicationInfo() local
3419 auto ecode = info == nullptr ? (NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetProcessInfo() local
3465 … auto ecode = ename == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetElementName() local
3506 … auto ecode = name == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetProcessName() local
3547 … auto ecode = name == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetCallingBundle() local
3594 … auto ecode = dir == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in OnGetOrCreateLocalDir() local
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
Dnapi_common_ability.cpp4664 … auto ecode = dir == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetFilesDir() local
4709 … auto ecode = info == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsIsUpdatingConfigurations() local
4754 … auto ecode = draw == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsPrintDrawnCompleted() local
4799 … auto ecode = dir == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetCacheDir() local
4844 … auto ecode = apptype == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetCtxAppType() local
4890 … auto ecode = info == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetCtxHapModuleInfo() local
4937 … auto ecode = info == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetAppVersionInfo() local
4984 … auto ecode = info == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetCtxAbilityInfo() local
5031 … auto ecode = dir == nullptr ? static_cast<int32_t>(NAPI_ERR_ABILITY_CALL_INVALID) : *value; in JsGetOrCreateDistributedDir() local