Home
last modified time | relevance | path

Searched refs:ParseContextWithExInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h274 bool ParseContextWithExInfo(napi_env env, napi_callback_info cbInfo, AppAccountAsyncContext *asyncC…
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp499 bool ParseContextWithExInfo(napi_env env, napi_callback_info cbInfo, AppAccountAsyncContext *asyncC… in ParseContextWithExInfo() function
H A Dnapi_app_account.cpp166 ParseContextWithExInfo(env, cbInfo, asyncContext.get()); in AddAccount()