Home
last modified time | relevance | path

Searched refs:hasProp (Results 1 - 9 of 9) sorted by relevance

/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_auth_callback.cpp67 bool hasProp = false; in ParseDoaminAuthResult() local
68 napi_has_named_property(env, value, "token", &hasProp); in ParseDoaminAuthResult()
69 if (hasProp) { in ParseDoaminAuthResult()
77 hasProp = false; in ParseDoaminAuthResult()
78 napi_has_named_property(env, value, "remainTimes", &hasProp); in ParseDoaminAuthResult()
79 if (hasProp) { in ParseDoaminAuthResult()
89 hasProp = false; in ParseDoaminAuthResult()
90 napi_has_named_property(env, value, "freezingTime", &hasProp); in ParseDoaminAuthResult()
91 if (hasProp) { in ParseDoaminAuthResult()
H A Dnapi_domain_account_manager.cpp1485 bool hasProp = false; in ParseGetDomainAccountInfoOptions() local
1486 napi_has_named_property(env, object, "domain", &hasProp); in ParseGetDomainAccountInfoOptions()
1487 if (hasProp) { in ParseGetDomainAccountInfoOptions()
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_inputer_manager.cpp68 bool hasProp = false; in ParseContextForRegisterInputer() local
69 napi_has_named_property(env, argv[PARAM_ONE], "onGetData", &hasProp); in ParseContextForRegisterInputer()
70 if (!hasProp) { in ParseContextForRegisterInputer()
H A Dnapi_account_iam_user_auth.cpp281 bool hasProp = false; in ParseContextForAuthOptions() local
282 if (!GetOptionalNumberPropertyByKey(env, jsOptions, "authIntent", authIntent, hasProp)) { in ParseContextForAuthOptions()
/base/account/os_account/interfaces/kits/napi/common/src/
H A Dnapi_account_common.cpp239 bool hasProp = false; in GetOptionalStringPropertyByKey() local
240 napi_has_named_property(env, obj, propertyName.c_str(), &hasProp); in GetOptionalStringPropertyByKey()
241 if (!hasProp) { in GetOptionalStringPropertyByKey()
258 bool hasProp = false; in GetOptionalStringPropertyByKey() local
259 napi_has_named_property(env, obj, propertyName.c_str(), &hasProp); in GetOptionalStringPropertyByKey()
260 if (!hasProp) { in GetOptionalStringPropertyByKey()
280 bool hasProp = false; in IsOptionalPropertyExist() local
281 napi_has_named_property(env, obj, propertyName.c_str(), &hasProp); in IsOptionalPropertyExist()
282 if (!hasProp) { in IsOptionalPropertyExist()
299 bool hasProp in GetOptionalNumberPropertyByKey() local
[all...]
/base/security/access_token/frameworks/js/napi/common/src/
H A Dnapi_common.cpp198 bool hasProp = false; in IsNeedParseProperty() local
200 napi_has_named_property(env, value, key.c_str(), &hasProp); in IsNeedParseProperty()
201 if (hasProp) { in IsNeedParseProperty()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp978 bool hasProp = false; in ParseVerifyCredentialOptions() local
979 napi_has_named_property(env, object, "parameters", &hasProp); in ParseVerifyCredentialOptions()
980 if (hasProp) { in ParseVerifyCredentialOptions()
1059 bool hasProp = false; in ParseSetPropertiesOptions() local
1060 napi_has_named_property(env, object, "properties", &hasProp); in ParseSetPropertiesOptions()
1061 if (hasProp) { in ParseSetPropertiesOptions()
1073 hasProp = false; in ParseSetPropertiesOptions()
1074 napi_has_named_property(env, object, "parameters", &hasProp); in ParseSetPropertiesOptions()
1075 if (hasProp) { in ParseSetPropertiesOptions()
1105 bool hasProp in ParseJSAuthCallback() local
[all...]
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
H A Dnapi_distributed_account.cpp122 bool hasProp = false; in GetAccountInfo() local
123 napi_has_named_property(env, object, "scalableData", &hasProp); in GetAccountInfo()
125 if (hasProp) { in GetAccountInfo()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp555 bool hasProp = false; in ParseDomainAccountInfo() local
556 napi_has_named_property(env, object, "accountId", &hasProp); in ParseDomainAccountInfo()
557 if (hasProp) { in ParseDomainAccountInfo()

Completed in 15 milliseconds