Home
last modified time | relevance | path

Searched defs:auth_type (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/telephony_data/etc/
H A Dpdp_profile.json10 "auth_type": "2", string
25 "auth_type": "2", string
36 "auth_type": "2", string
51 "auth_type": "2", string
151 "auth_type": "2", string
166 "auth_type": "2", string
/ohos5.0/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs137 let auth_type = attrs.get_enum_attr::<AuthType>(&column::AUTH_TYPE)?; in build_secret_key() localVariable
/ohos5.0/base/security/asset/services/db_key_operator/src/
H A Dlib.rs30 let auth_type = AuthType::None; in build_db_key_secret_key() localVariable
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dsecret_key.rs28 auth_type: AuthType, field
/ohos5.0/base/security/asset/services/db_operator/src/
H A Ddatabase.rs378 let auth_type = query_result.get_enum_attr(&column::AUTH_TYPE)?; in upgrade_key_alias() localVariable