Searched refs:ParseOneParaContext (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account_common.cpp | 78 static bool ParseOneParaContext(napi_env env, napi_callback_info cbInfo, CommonAsyncContext *asyncC… in ParseOneParaContext() function 699 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseParaGetOACount() 736 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseParaDbDeviceId() 841 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseParaProcessId() 875 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseQueryAllCreateOA() 959 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseQueryActiveIds() 1108 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseParaCurrentOA() 1329 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseParaQueryMaxNum() 1540 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseParaIsMultiEn() 1763 return ParseOneParaContext(env, cbInfo, asyncContext); in ParseParaIsTestOA() [all …]
|