Home
last modified time | relevance | path

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

/base/account/os_account/interfaces/kits/napi/osaccount/include/
Dnapi_os_account_common.h109 bool ParseParaDbDeviceId(napi_env env, napi_callback_info cbInfo, DbDeviceIdAsyncContext *asyncCont…
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account.cpp471 if (!ParseParaDbDeviceId(env, cbInfo, dbDeviceId.get()) && throwErr) { in GetDistributedVirtualDeviceIdInner()
Dnapi_os_account_common.cpp659 bool ParseParaDbDeviceId(napi_env env, napi_callback_info cbInfo, DbDeviceIdAsyncContext *asyncCont… in ParseParaDbDeviceId() function