Home
last modified time | relevance | path

Searched defs:authCode (Results 1 – 25 of 27) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_dm_import_auth_code.cpp71 std::string authCode = "123456"; variable
83 std::string authCode = ""; variable
DUTTest_auth_manager.cpp267 std::string authCode = ""; variable
281 std::string authCode = "123456"; variable
295 std::string authCode = "123456"; variable
DUTTest_device_manager_service_three.cpp379 std::string authCode = "authCode"; variable
400 std::string authCode = "authCode"; variable
675 std::string authCode; variable
686 std::string authCode; variable
696 std::string authCode; variable
DUTTest_device_manager_service.cpp1687 std::string authCode; variable
1695 std::string authCode = "authCode"; variable
1706 std::string authCode; variable
1713 std::string authCode = "authCode"; variable
2540 std::string authCode; variable
2551 std::string authCode = "authCode"; variable
2561 std::string authCode = "authCode"; variable
DUTTest_device_manager_impl_three.cpp1413 std::string authCode; variable
1422 std::string authCode = "950800"; variable
1432 std::string authCode; variable
DUTTest_device_manager_service_impl.cpp1227 std::string authCode = "authCode"; variable
1242 std::string authCode; variable
1257 std::string authCode = "authCode"; variable
1271 std::string authCode = "authCode"; variable
DUTTest_device_manager_impl_two.cpp1643 std::string authCode = "asdsedwe"; variable
DUTTest_device_manager_impl.cpp1681 std::string authCode = ""; variable
DUTTest_ipc_cmd_parser_service.cpp566 std::string authCode = "123456"; variable
/foundation/distributedhardware/device_manager/common/include/ipc/model/
Dipc_export_auth_code_rsp.h43 void SetAuthCode(const std::string &authCode) in SetAuthCode()
Dipc_import_auth_code_req.h42 void SetAuthCode(const std::string &authCode) in SetAuthCode()
/foundation/distributedhardware/device_manager/services/implementation/include/credential/
Ddm_credential_manager.h31 std::string authCode; member
/foundation/distributedhardware/device_manager/services/implementation/include/
Ddevice_manager_service_impl.h59 std::string authCode; member
/foundation/distributedhardware/device_manager/test/servicesfuzztest/authmanager_fuzzer/
Dauth_manager_fuzzer.cpp83 std::string authCode = fdp.ConsumeRandomLengthString(); in ImportAuthCodeFuzzTest() local
243 std::string authCode = fdp.ConsumeRandomLengthString(); in GetAuthCodeAndPkgNameFuzzTest() local
/foundation/distributedhardware/device_manager/services/implementation/src/authentication_v2/
Ddm_auth_manager_base.cpp332 int32_t AuthManagerBase::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
376 void AuthManagerBase::GetAuthCodeAndPkgName(std::string &pkgName, std::string &authCode) in GetAuthCodeAndPkgName()
Dauth_manager.cpp223 int32_t AuthManager::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
1071 void AuthManager::GetAuthCodeAndPkgName(std::string &pkgName, std::string &authCode) in GetAuthCodeAndPkgName()
/foundation/distributedhardware/device_manager/test/commonunittest/
DUTTest_dm_auth_manager_second.cpp891 std::string authCode = ""; variable
899 std::string authCode = "123456"; variable
907 std::string authCode = "123456"; variable
/foundation/distributedhardware/device_manager/services/implementation/src/
Ddevice_manager_service_impl_lite.cpp332 …t DeviceManagerServiceImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
350 int32_t DeviceManagerServiceImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
Ddevice_manager_service_impl.cpp230 std::string authCode; in ImportAuthCodeToConfig() local
1532 …t DeviceManagerServiceImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
1551 int32_t DeviceManagerServiceImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
Dauthenticate_device_fuzzer.cpp399 std::string authCode = "123456"; in AuthenticateDeviceFifthFuzzTest() local
/foundation/distributedhardware/device_manager/services/implementation/src/credential/
Ddm_credential_manager.cpp54 std::string authCode; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp1652 int32_t DeviceManagerImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
1690 int32_t DeviceManagerImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
Dipc_cmd_parser.cpp925 std::string authCode = data.ReadString(); in ON_IPC_CMD() local
936 std::string authCode = ""; in ON_IPC_CMD() local
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
Dcast_engine_common.h363 uint32_t authCode; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_cmd_parser.cpp972 std::string authCode = pReq->GetAuthCode(); in ON_IPC_SET_REQUEST() local
1001 std::string authCode = reply.ReadString(); in ON_IPC_READ_RESPONSE() local

12