Home
last modified time | relevance | path

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

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