Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account_common.h55 bool ParseParaQueryOAByIdCB(napi_env env, napi_callback_info cbInfo, QueryOAByIdAsyncContext *async…
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp208 if (!ParseParaQueryOAByIdCB(env, cbInfo, queryOAByIdCB.get())) { in QueryOsAccountById()
H A Dnapi_os_account_common.cpp158 bool ParseParaQueryOAByIdCB(napi_env env, napi_callback_info cbInfo, QueryOAByIdAsyncContext *async… in ParseParaQueryOAByIdCB() function