Home
last modified time | relevance | path

Searched defs:authType (Results 1 – 25 of 34) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/unittest/
Ddevice_manager_impl_test.cpp67 int32_t authType = 0; variable
78 int32_t authType = 0; variable
95 int32_t authType = 0; variable
DUTTest_device_manager_impl_two.cpp494 int32_t authType = 1; variable
525 int32_t authType = 1; variable
564 int32_t authType = 1; variable
603 int32_t authType = 1; variable
642 int32_t authType = 1; variable
DUTTest_device_manager_service_impl.cpp428 int32_t authType = 0; variable
444 int32_t authType = 0; variable
460 int32_t authType = 0; variable
DUTTest_device_manager_service.cpp364 int32_t authType = 1; variable
380 int32_t authType = 0; variable
396 int32_t authType = 0; variable
962 int32_t authType = 1; variable
977 int32_t authType = 1; variable
992 int32_t authType = 1; variable
/foundation/distributedhardware/device_manager/common/include/ipc/model/
Dipc_authenticate_device_req.h63 void SetAuthType(int32_t authType) in SetAuthType()
/foundation/distributedhardware/device_manager/test/commonunittest/
DUTTest_dm_auth_manager.cpp443 int32_t authType = -1; variable
459 int32_t authType = 1; variable
475 int32_t authType = 1; variable
492 int32_t authType = 4; variable
508 int32_t authType = 1; variable
525 int32_t authType = 1; variable
549 int32_t authType = 1; variable
DUTTest_hichain_connector.cpp149 int32_t authType = 1; variable
576 int32_t authType = 1; variable
662 const int32_t authType = 1; variable
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceservice_fuzzer/
Dauthenticate_device_service_fuzzer.cpp34 int32_t authType = 123; in AuthenticateDeviceServiceFuzzTest() local
/foundation/distributedhardware/device_manager/services/implementation/src/credential/
Ddm_credential_manager.cpp179 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in ImportLocalCredential() local
228 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in DeleteCredential() local
392 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in GetAddDeviceList() local
422 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in ImportRemoteCredential() local
490 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in DeleteRemoteCredential() local
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
Dauthenticate_device_fuzzer.cpp43 int32_t authType = *(reinterpret_cast<const int32_t*>(data)); in AuthenticateDeviceFuzzTest() local
/foundation/distributedhardware/device_manager/display/
D@ohos.distributedHardware.deviceManager.d.ts342 authType: number; property
359 authType: number; property
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
Dnet_ledger_test.cpp85 uint32_t authType = 0; variable
/foundation/distributedhardware/device_manager/services/implementation/include/config/
Ddm_config_manager.h52 int32_t authType; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Ddm_auth_manager.cpp92 int32_t DmAuthManager::CheckAuthParamVaild(const std::string &pkgName, int32_t authType, in CheckAuthParamVaild()
141 void DmAuthManager::GetAuthParam(const std::string &pkgName, int32_t authType, in GetAuthParam()
187 void DmAuthManager::InitAuthState(const std::string &pkgName, int32_t authType, in InitAuthState()
224 int32_t DmAuthManager::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice()
1549 int32_t authType = -1; in BindTarget() local
1619 …mAuthManager::ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &authType) in ParseAuthType()
1688 bool DmAuthManager::IsAuthTypeSupported(const int32_t &authType) in IsAuthTypeSupported()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
Dhichain_connector.cpp191 bool HiChainConnector::IsRedundanceGroup(const std::string &userId, int32_t authType, std::vector<G… in IsRedundanceGroup()
684 …iChainConnector::DeleteGroup(int64_t requestId_, const std::string &userId, const int32_t authType) in DeleteGroup()
775 void HiChainConnector::DealRedundanceGroup(const std::string &userId, int32_t authType) in DealRedundanceGroup()
791 int32_t HiChainConnector::CreateGroup(int64_t requestId, int32_t authType, const std::string &userI… in CreateGroup()
987 int32_t authType = GetJsonInt(jsonObject, AUTH_TYPE); in ParseRemoteCredentialExt() local
/foundation/distributedhardware/device_manager/services/implementation/src/
Ddevice_manager_service_impl_lite.cpp112 int32_t DeviceManagerServiceImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice()
129 int32_t DeviceManagerServiceImpl::BindDevice(const std::string &pkgName, int32_t authType, const st… in BindDevice()
Ddevice_manager_service_impl.cpp179 int32_t DeviceManagerServiceImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice()
208 int32_t DeviceManagerServiceImpl::BindDevice(const std::string &pkgName, int32_t authType, const st… in BindDevice()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
Ddm_auth_manager.h97 int32_t authType; member
133 int32_t authType; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/
Ddm_device_info.h231 int32_t authType; member
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
Dnative_devicemanager_js.h71 int32_t authType = -1; member
/foundation/distributedhardware/device_manager/services/service/src/
Ddevice_manager_service.cpp423 int32_t DeviceManagerService::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice()
472 int32_t DeviceManagerService::BindDevice(const std::string &pkgName, int32_t authType, const std::s… in BindDevice()
/foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_fa_test/
Ddevice_manager_fa_test.cpp108 const int32_t authType = 1; member in __anonbc8fb3d00111::DeviceManagerFaTest
/foundation/filemanagement/dfs_service/test/mock/
Ddevice_manager_impl_mock.cpp138 int32_t authType, in AuthenticateDevice()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
Ddm_native_util.cpp404 int32_t authType = bindParamObj[AUTH_TYPE].get<int32_t>(); in InsertMapParames() local
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
Dconn_event_form.h54 int32_t authType; // AUTH_TYPE member

12