Home
last modified time | relevance | path

Searched defs:authBoxType (Results 1 – 7 of 7) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/include/interfaces/
Dlocal_service_info.h30 const int32_t authBoxType, const int32_t authType, const int32_t pinExchangeType, in LocalServiceInfo()
Dservice_info_profile.h33 …const std::string abilityName, const int32_t authBoxType, const int32_t authType, const int32_t pi… in ServiceInfoProfile()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
Dlocal_service_info.cpp51 void LocalServiceInfo::SetAuthBoxType(const int32_t authBoxType) in SetAuthBoxType()
Dservice_info_profile.cpp173 void ServiceInfoProfile::SetAuthBoxType(const int32_t authBoxType) in SetAuthBoxType()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
Ddm_device_info.h454 int32_t authBoxType = 0; member
/foundation/distributedhardware/device_manager/test/commonunittest/
DUTTest_dm_auth_manager_first.cpp2043 int32_t authBoxType = 3; variable
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Ddm_auth_manager.cpp1642 bool DmAuthManager::IsServiceInfoAuthBoxTypeValid(int32_t authBoxType) in IsServiceInfoAuthBoxTypeValid()