| /foundation/distributedhardware/device_manager/test/commonunittest/ |
| D | UTTest_dm_auth_manager_second.cpp | 888 int32_t authType = 0; variable 896 int32_t authType = 0; variable 905 int32_t authType = 0; variable 914 int32_t authType = 0; variable 923 int32_t authType = 0; variable 1030 int32_t authType = 7; variable 1037 int32_t authType = 7; variable 1045 int32_t authType = -1; variable 1055 int32_t authType = 6; variable 1065 int32_t authType = 4; variable [all …]
|
| D | UTTest_hichain_connector.cpp | 113 int32_t authType = 1; variable 614 int32_t authType = 1; variable 779 const int32_t authType = 1; variable 1077 int32_t authType = 1; variable 1092 int32_t authType = 1; variable
|
| D | UTTest_dm_auth_manager_first.cpp | 444 int32_t authType = -1; variable 453 int32_t authType = 0; variable 473 int32_t authType = 1; variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
| D | session_manager.cpp | 62 int32_t authType = static_cast<int32_t>(AuthType::DEFAULT); in GetSession() local 107 int32_t authType = static_cast<int32_t>(AuthType::DEFAULT); in CheckSession() local
|
| D | upgrade_manager.cpp | 91 const std::vector<std::string> &uuids, int32_t authType) in GetIdentifierParams()
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| D | device_manager_impl_test.cpp | 67 int32_t authType = 0; variable 78 int32_t authType = 0; variable 95 int32_t authType = 0; variable
|
| D | UTTest_device_manager_service_impl.cpp | 963 int32_t authType = 1; variable 981 int32_t authType = 1; variable 999 int32_t authType = 1; variable 1017 int32_t authType = 1; variable 1099 int32_t authType = 0; variable 1117 int32_t authType = 0; variable 1135 int32_t authType = 0; variable
|
| D | UTTest_device_manager_impl_two.cpp | 494 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
|
| D | UTTest_device_manager_service.cpp | 503 int32_t authType = 1; variable 519 int32_t authType = 0; variable 535 int32_t authType = 0; variable 551 int32_t authType = 0; variable 1194 int32_t authType = 1; variable 1204 int32_t authType = 1; variable 1214 int32_t authType = 1; variable 1224 int32_t authType = 1; variable
|
| /foundation/distributedhardware/device_manager/common/include/ipc/model/ |
| D | ipc_authenticate_device_req.h | 63 void SetAuthType(int32_t authType) in SetAuthType()
|
| /foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
| D | dm_credential_manager.cpp | 179 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 393 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in GetAddDeviceList() local 423 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in ImportRemoteCredential() local 491 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in DeleteRemoteCredential() local
|
| /foundation/communication/nfc/services/src/tag/ |
| D | ndef_wifi_data_parser.cpp | 81 void NdefWifiDataParser::SetKeyMgmt(std::string& keyMgmt, uint16_t authType) in SetKeyMgmt() 171 uint16_t authType = GetTypeFromPayload(payload, offset); in ParseWiFiPayload() local
|
| /foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceservice_fuzzer/ |
| D | authenticate_device_service_fuzzer.cpp | 65 int32_t authType = 1; in AuthenticateDeviceServiceFuzzTest() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| D | auth_delegate.cpp | 55 int localUserId, int peerUserId, const std::string &peerDeviceId, int32_t authType, bool isSend) in CheckAccess()
|
| /foundation/distributedhardware/device_manager/display/ |
| D | @ohos.distributedHardware.deviceManager.d.ts | 342 authType: number; property 359 authType: number; property
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
| D | net_ledger_test.cpp | 85 uint32_t authType = 0; variable
|
| /foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/ |
| D | hichain_connector_fuzzer.cpp | 66 int32_t authType = *(reinterpret_cast<const int32_t*>(data)); in HiChainConnectorFuzzTest() local
|
| /foundation/distributedhardware/device_manager/services/implementation/include/config/ |
| D | dm_config_manager.h | 52 int32_t authType; member
|
| /foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
| D | dm_auth_manager.cpp | 118 int32_t DmAuthManager::CheckAuthParamVaild(const std::string &pkgName, int32_t authType, in CheckAuthParamVaild() 165 void DmAuthManager::GetAuthParam(const std::string &pkgName, int32_t authType, in GetAuthParam() 212 void DmAuthManager::InitAuthState(const std::string &pkgName, int32_t authType, in InitAuthState() 238 int32_t DmAuthManager::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() 1725 int32_t authType = -1; in BindTarget() local 1795 …mAuthManager::ParseAuthType(const std::map<std::string, std::string> &bindParam, int32_t &authType) in ParseAuthType() 1864 bool DmAuthManager::IsAuthTypeSupported(const int32_t &authType) in IsAuthTypeSupported() 2792 void DmAuthManager::SetAuthType(int32_t authType) in SetAuthType()
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| D | auth_session_key.c | 79 static bool SessionKeyHasAuthLinkType(uint32_t authType, AuthLinkType type) in SessionKeyHasAuthLinkType() 84 static void SetAuthLinkType(uint32_t *authType, AuthLinkType type) in SetAuthLinkType() 89 static void ClearAuthLinkType(uint32_t *authType, AuthLinkType type) in ClearAuthLinkType()
|
| D | auth_lane.c | 53 AuthLinkType authType = AUTH_LINK_TYPE_MAX; in GetAuthConn() local
|
| /foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
| D | hichain_connector.cpp | 190 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/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
| D | store_meta_data.h | 61 int32_t authType = 0; member
|
| /foundation/distributedhardware/device_manager/services/implementation/src/ |
| D | device_manager_service_impl_lite.cpp | 112 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()
|
| D | device_manager_service_impl.cpp | 151 int32_t DeviceManagerServiceImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() 184 int32_t DeviceManagerServiceImpl::BindDevice(const std::string &pkgName, int32_t authType, const st… in BindDevice()
|