Home
last modified time | relevance | path

Searched refs:GetSerialNumberByOsAccountLocalIdInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h357 napi_value GetSerialNumberByOsAccountLocalIdInner(napi_env env, napi_callback_info cbInfo, bool thr…
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1317 return GetSerialNumberByOsAccountLocalIdInner(env, cbInfo, true); in QuerySerialNumberByOsAccountLocalId()
1322 return GetSerialNumberByOsAccountLocalIdInner(env, cbInfo, false); in GetSerialNumberByOsAccountLocalId()
1325 napi_value GetSerialNumberByOsAccountLocalIdInner(napi_env env, napi_callback_info cbInfo, bool thr… in GetSerialNumberByOsAccountLocalIdInner() function