| /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/test/unittest/ |
| D | UTTest_dm_auth_manager.cpp | 514 int32_t authType = 0; variable 532 int32_t authType = 1; variable 550 int32_t authType = 1; variable 569 int32_t authType = 4; variable 588 int32_t authType = 1; variable 608 int32_t authType = 1; variable 634 int32_t authType = 1; variable
|
| 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.cpp | 322 int32_t authType = 1; variable 338 int32_t authType = 0; variable 354 int32_t authType = 0; variable 1010 int32_t authType = 1; variable 1025 int32_t authType = 1; variable 1040 int32_t authType = 1; variable
|
| D | UTTest_hichain_connector.cpp | 90 int32_t authType = 1; variable 517 int32_t authType = 1; variable 603 const int32_t authType = 1; variable
|
| D | UTTest_device_manager_service_impl.cpp | 537 int32_t authType = 0; variable 553 int32_t authType = 0; variable 569 int32_t authType = 0; variable
|
| D | UTTest_device_manager_impl.cpp | 985 int32_t authType = 1; variable 2439 int32_t authType = 1; variable 2470 int32_t authType = 1; variable 2509 int32_t authType = 1; variable 2548 int32_t authType = 1; variable 2587 int32_t authType = 1; variable
|
| /foundation/distributedhardware/device_manager/test/fuzztest/authenticatedeviceservice_fuzzer/ |
| D | authenticate_device_service_fuzzer.cpp | 34 int32_t authType = 123; in AuthenticateDeviceServiceFuzzTest() local
|
| /foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
| D | dm_credential_manager.cpp | 160 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in ImportLocalCredential() local 209 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in DeleteCredential() local 369 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in GetAddDeviceList() local 399 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in ImportRemoteCredential() local 467 int32_t authType = jsonObject[FIELD_AUTH_TYPE].get<int32_t>(); in DeleteRemoteCredential() local
|
| /foundation/distributedhardware/device_manager/test/fuzztest/authenticatedevice_fuzzer/ |
| D | authenticate_device_fuzzer.cpp | 43 int32_t authType = *(reinterpret_cast<const int32_t*>(data)); in AuthenticateDeviceFuzzTest() local
|
| /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/ability/dmsfwk/services/dtbschedmgr/test/jsDmsDemo/dmsDemo/entry/src/main/js/model/ |
| D | RemoteDeviceModel.js | 171 "authType": 1, property
|
| /foundation/distributedhardware/device_manager/interfaces/kits/js_mini/include/ |
| D | native_devicemanager_js.h | 50 int32_t authType = -1; member
|
| /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/dependency/hichain/ |
| D | hichain_connector.cpp | 176 bool HiChainConnector::IsRedundanceGroup(const std::string &userId, int32_t authType, std::vector<G… in IsRedundanceGroup() 666 …iChainConnector::DeleteGroup(int64_t requestId_, const std::string &userId, const int32_t authType) in DeleteGroup() 757 void HiChainConnector::DealRedundanceGroup(const std::string &userId, int32_t authType) in DealRedundanceGroup() 773 int32_t HiChainConnector::CreateGroup(int64_t requestId, int32_t authType, const std::string &userI… in CreateGroup()
|
| /foundation/distributedhardware/device_manager/services/implementation/src/ |
| D | device_manager_service_impl.cpp | 156 int32_t DeviceManagerServiceImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() 177 int32_t DeviceManagerServiceImpl::BindDevice(const std::string &pkgName, int32_t authType, const st… in BindDevice()
|
| /foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
| D | dm_auth_manager.h | 70 int32_t authType; member 95 int32_t authType; member
|
| /foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
| D | dm_auth_manager.cpp | 75 int32_t DmAuthManager::CheckAuthParamVaild(const std::string &pkgName, int32_t authType, in CheckAuthParamVaild() 113 int32_t DmAuthManager::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice()
|
| /foundation/distributedhardware/device_manager/services/service/src/ |
| D | device_manager_service.cpp | 399 int32_t DeviceManagerService::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice() 436 int32_t DeviceManagerService::BindDevice(const std::string &pkgName, int32_t authType, const std::s… in BindDevice()
|
| /foundation/distributedhardware/device_manager/services/implementation/src/dispatch/ |
| D | command_dispatch.cpp | 201 int32_t authType = pReq->GetAuthType(); in AuthenticateDevice() local
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/ |
| D | device_manager_impl.cpp | 209 int32_t DeviceManagerImpl::AuthenticateDevice(const std::string &pkgName, int32_t authType, in AuthenticateDevice()
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
| D | dm_device_info.h | 221 int32_t authType; member
|
| /foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_fa_test/ |
| D | device_manager_fa_test.cpp | 105 const int32_t authType = 1; member in __anon26ff0a2e0111::DeviceManagerFaTest
|
| /foundation/distributedhardware/device_manager/services/service/src/ipc/lite/ |
| D | ipc_cmd_parser.cpp | 247 int32_t authType = 0; in ON_IPC_SERVER_CMD() local
|