Home
last modified time | relevance | path

Searched refs:AUTH_TYPE (Results 1 - 14 of 14) sorted by relevance

/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp36 const std::string AUTH_TYPE = "type"; member
154 result = g_accountManagerService->GetTokenVisibilityParam(STRING_NAME, AUTH_TYPE, STRING_BUNDLE_NAME, request); in HWTEST_F()
157 result = g_accountManagerService->SetOAuthTokenVisibility(STRING_NAME, AUTH_TYPE, STRING_BUNDLE_NAME, false); in HWTEST_F()
161 result = g_accountManagerService->SetAuthTokenVisibility(STRING_NAME, AUTH_TYPE, STRING_BUNDLE_NAME, isVisible); in HWTEST_F()
164 result = g_accountManagerService->CheckOAuthTokenVisibility(STRING_NAME, AUTH_TYPE, STRING_BUNDLE_NAME, isVisible); in HWTEST_F()
167 result = g_accountManagerService->CheckAuthTokenVisibility(STRING_NAME, AUTH_TYPE, STRING_BUNDLE_NAME, isVisible); in HWTEST_F()
190 ErrCode result = g_accountManagerService->GetOAuthList(STRING_NAME, AUTH_TYPE, oauthList); in HWTEST_F()
193 result = g_accountManagerService->GetAuthList(STRING_NAME, AUTH_TYPE, oauthList); in HWTEST_F()
196 result = g_accountManagerService->GetAuthList(STRING_NAME, AUTH_TYPE, oauthList); in HWTEST_F()
213 result = g_accountManagerService->DeleteAccountCredential(STRING_NAME, AUTH_TYPE); in HWTEST_F()
[all...]
/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs38 (Tag::AuthType, column::AUTH_TYPE),
65 column::AUTH_TYPE,
137 let auth_type = attrs.get_enum_attr::<AuthType>(&column::AUTH_TYPE)?;
H A Doperation_pre_query.rs72 db_data.entry(column::AUTH_TYPE).or_insert(Value::Number(AuthType::Any as u32));
H A Doperation_add.rs91 db_data.entry(column::AUTH_TYPE).or_insert(Value::Number(AuthType::default() as u32)); in add_default_attrs()
H A Doperation_query.rs94 match results[0].get(column::AUTH_TYPE) { in query_all()
/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h54 static constexpr const char *AUTH_TYPE = "auth_type"; member in OHOS::Telephony::PdpProfileData
/base/security/asset/services/db_operator/src/
H A Dtypes.rs62 pub const AUTH_TYPE: &str = "AuthType"; consts
126 ColumnInfo { name: column::AUTH_TYPE, data_type: DataType::Number, is_primary_key: false, not_null: true },
/base/telephony/telephony_data/pdp_profile/src/
H A Drdb_pdp_profile_helper.cpp61 createTableStr.append(PdpProfileData::AUTH_TYPE).append(" INTEGER, "); in CreatePdpProfileTableStr()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp974 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::OWNER, PropertyType::AUTH_TYPE }; in GetAuthTokenInternal()
1023 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyType::TOKEN }; in SetAuthTokenInternal()
1069 PropertyType::NAME, PropertyType::OWNER, PropertyType::AUTH_TYPE, PropertyType::TOKEN }; in DeleteAuthTokenInternal()
1116 PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyType::BUNDLE_NAME, PropertyType::IS_VISIBLE }; in SetAuthTokenVisibilityInternal()
1189 PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyType::BUNDLE_NAME }; in CheckAuthTokenVisibilityInternal()
1314 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::AUTH_TYPE }; in GetAuthListInternal()
H A Dnapi_app_account_common.cpp31 "Parameter error. The type of \"authType\" must be string", // index equals to PropertyType::AUTH_TYPE value
643 case PropertyType::AUTH_TYPE : in ParseContextOAuthProperty()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h128 AUTH_TYPE, enumerator
/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs36 (column::AUTH_TYPE, Value::Number(1)),
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp227 result->GetColumnIndex(PdpProfileData::AUTH_TYPE, index); in MakePdpProfile()
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp200 value.PutInt(PdpProfileData::AUTH_TYPE, bean.authType); in ParserPdpProfileToValuesBucket()

Completed in 20 milliseconds