Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp276 napi_value errCodeVal = nullptr; in FillErrorArgs() local
323 napi_value errCodeVal = nullptr; in CreateError() local
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp1302 auto errCodeVal = std::make_shared<int32_t>(0); in OnGetAllFormsInfo() local
1358 auto errCodeVal = std::make_shared<int32_t>(0); in GetFormsInfoByFilter() local
1420 auto errCodeVal = std::make_shared<int32_t>(0); in OnGetFormsInfo() local
1445 …apiAsyncTask::CompleteCallback CreateFormInfosCompleteCallback(std::shared_ptr<int32_t> errCodeVal, in CreateFormInfosCompleteCallback()