Home
last modified time | relevance | path

Searched refs:hasAccountId (Results 1 - 10 of 10) sorted by relevance

/base/telephony/core_service/frameworks/js/vcard/src/
H A Dnapi_vcard.cpp96 napi_env env, napi_value parameters[], size_t parameterCount, bool &hasAccountId, bool &hasCallback) in MatchImportParameters()
108 hasAccountId = true; in MatchImportParameters()
114 hasAccountId = false; in MatchImportParameters()
121 hasAccountId = true; in MatchImportParameters()
128 hasAccountId = false; in MatchImportParameters()
194 bool hasAccountId = false; in ImportVCard() local
196 if (!MatchImportParameters(env, parameters, parameterCount, hasAccountId, hasCallback)) { in ImportVCard()
209 if (hasAccountId) { in ImportVCard()
95 MatchImportParameters( napi_env env, napi_value parameters[], size_t parameterCount, bool &hasAccountId, bool &hasCallback) MatchImportParameters() argument
/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/
H A Dapplication_manager_addon.cpp349 bool hasAccountId = (argc == ARGS_SIZE_THREE); in AddOrRemoveDisallowedRunningBundlesSync() local
363 if (hasAccountId) { in AddOrRemoveDisallowedRunningBundlesSync()
400 bool hasAccountId = (argc == ARGS_SIZE_TWO); in GetDisallowedRunningBundlesSync() local
408 if (hasAccountId) { in GetDisallowedRunningBundlesSync()
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp366 bool hasAccountId = (argc == ARGS_SIZE_THREE); in DisallowAddOsAccount() local
378 if (hasAccountId) { in DisallowAddOsAccount()
391 if (hasAccountId) { in DisallowAddOsAccount()
411 bool hasAccountId = (argc == ARGS_SIZE_TWO); in IsAddOsAccountDisallowed() local
420 if (hasAccountId) { in IsAddOsAccountDisallowed()
/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_info.h121 bool hasAccountId = false; member
/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_user_auth.cpp274 env, jsOptions, "accountId", authOptions.accountId, authOptions.hasAccountId)) { in ParseContextForAuthOptions()
297 if (!authOptions.hasAccountId) { in ParseContextForAuthOptions()
378 if ((!context.authOptions.hasRemoteAuthOptions) && (context.authOptions.hasAccountId) && in Auth()
H A Dnapi_account_iam_common.cpp445 if (param->hasAccountId) { in GenerateAuthResult()
477 param.hasAccountId = true; in PrepareAuthResult()
/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/
H A Dbundle_manager_addon.cpp591 bool hasAccountId = (argc == ARGS_SIZE_THREE); in AddOrRemoveInstallBundlesSync() local
607 if (hasAccountId) { in AddOrRemoveInstallBundlesSync()
674 bool hasAccountId = (argc == ARGS_SIZE_TWO); in GetAllowedOrDisallowedInstallBundlesSync() local
684 if (hasAccountId) { in GetAllowedOrDisallowedInstallBundlesSync()
/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h82 bool hasAccountId = false; member
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h184 bool hasAccountId = false; member
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp1584 asyncContext->hasAccountId = true; in ParseParaIsVerifiedWithOneParam()
1633 asyncContext->hasAccountId = true; in ParseParaIsVerified()
1642 if (!asyncContext->hasAccountId) { in IsVerifiedExecuteCB()

Completed in 14 milliseconds