Home
last modified time | relevance | path

Searched refs:ParseParaDbDeviceId (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.h118 bool ParseParaDbDeviceId(napi_env env, napi_callback_info cbInfo, DbDeviceIdAsyncContext *asyncCont…
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp505 if (!ParseParaDbDeviceId(env, cbInfo, dbDeviceId.get()) && throwErr) { in GetDistributedVirtualDeviceIdInner()
H A Dnapi_os_account_common.cpp734 bool ParseParaDbDeviceId(napi_env env, napi_callback_info cbInfo, DbDeviceIdAsyncContext *asyncCont… in ParseParaDbDeviceId() function