Searched refs:hasAccountId (Results 1 - 10 of 10) sorted by relevance
/base/telephony/core_service/frameworks/js/vcard/src/ |
H A D | napi_vcard.cpp | 96 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 D | application_manager_addon.cpp | 349 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 D | account_manager_addon.cpp | 366 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 D | account_iam_info.h | 121 bool hasAccountId = false; member
|
/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_user_auth.cpp | 274 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 D | napi_account_iam_common.cpp | 445 if (param->hasAccountId) { in GenerateAuthResult() 477 param.hasAccountId = true; in PrepareAuthResult()
|
/base/customization/enterprise_device_management/interfaces/kits/bundle_manager/src/ |
H A D | bundle_manager_addon.cpp | 591 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 D | napi_account_iam_common.h | 82 bool hasAccountId = false; member
|
/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
H A D | napi_os_account.h | 184 bool hasAccountId = false; member
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account_common.cpp | 1584 asyncContext->hasAccountId = true; in ParseParaIsVerifiedWithOneParam() 1633 asyncContext->hasAccountId = true; in ParseParaIsVerified() 1642 if (!asyncContext->hasAccountId) { in IsVerifiedExecuteCB()
|
Completed in 14 milliseconds