Home
last modified time | relevance | path

Searched refs:GetOptionalNumberPropertyByKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_user_auth.cpp336 if (!GetOptionalNumberPropertyByKey( in ParseContextForRemoteAuthOptions()
361 if (!GetOptionalNumberPropertyByKey( in ParseContextForAuthOptions()
370 if (!GetOptionalNumberPropertyByKey(env, jsOptions, "authIntent", authIntent, hasProp)) { in ParseContextForAuthOptions()
H A Dnapi_account_iam_identity_manager.cpp369 if (!GetOptionalNumberPropertyByKey(env, jsOptions, "authType", authType, hasAuthType)) { in ParseGetAuthInfoOptions()
373 …if (!GetOptionalNumberPropertyByKey(env, jsOptions, "accountId", context->accountId, context->pars… in ParseGetAuthInfoOptions()
H A Dnapi_account_iam_common.cpp215 …if (!GetOptionalNumberPropertyByKey(env, value, "accountId", context.accountId, context.parseHasAc… in ParseAddCredInfo()
343 …if (!GetOptionalNumberPropertyByKey(env, object, "accountId", context.accountId, context.parseHasA… in ParseGetPropRequest()
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h76 bool GetOptionalNumberPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName,
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp296 bool GetOptionalNumberPropertyByKey(napi_env env, napi_value obj, const std::string &propertyName, in GetOptionalNumberPropertyByKey() function