Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h65 bool GetLongIntProperty(napi_env env, napi_value obj, int64_t &property);
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp142 bool GetLongIntProperty(napi_env env, napi_value obj, int64_t &property) in GetLongIntProperty() function
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp1688 if (!GetLongIntProperty(env, argv[PARAMZERO], asyncContext->serialNumber)) { in ParseParaSerialNumId()