| /foundation/distributedhardware/device_manager/test/unittest/ |
| D | UTTest_dm_import_auth_code.cpp | 71 std::string authCode = "123456"; variable 82 std::string authCode = ""; variable
|
| D | UTTest_device_manager_service_three.cpp | 353 std::string authCode = "authCode"; variable 373 std::string authCode = "authCode"; variable
|
| D | UTTest_device_manager_service.cpp | 1671 std::string authCode; variable 1679 std::string authCode = "authCode"; variable 1689 std::string authCode; variable 1696 std::string authCode = "authCode"; variable 2538 std::string authCode; variable 2548 std::string authCode = "authCode"; variable 2557 std::string authCode = "authCode"; variable
|
| D | UTTest_device_manager_service_impl.cpp | 1136 std::string authCode = "authCode"; variable 1151 std::string authCode; variable 1166 std::string authCode = "authCode"; variable 1180 std::string authCode = "authCode"; variable
|
| D | UTTest_ipc_cmd_parser_service.cpp | 564 std::string authCode = "123456"; variable
|
| D | UTTest_device_manager_impl.cpp | 1721 std::string authCode = ""; variable
|
| D | UTTest_device_manager_impl_two.cpp | 1811 std::string authCode = "asdsedwe"; variable
|
| /foundation/distributedhardware/device_manager/common/include/ipc/model/ |
| D | ipc_import_auth_code_req.h | 42 void SetAuthCode(const std::string &authCode) in SetAuthCode()
|
| D | ipc_export_auth_code_rsp.h | 43 void SetAuthCode(const std::string &authCode) in SetAuthCode()
|
| /foundation/distributedhardware/device_manager/services/implementation/include/credential/ |
| D | dm_credential_manager.h | 31 std::string authCode; member
|
| /foundation/distributedhardware/device_manager/services/implementation/src/ |
| D | device_manager_service_impl_lite.cpp | 326 …t DeviceManagerServiceImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode() 333 int32_t DeviceManagerServiceImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
|
| D | device_manager_service_impl.cpp | 566 …t DeviceManagerServiceImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode() 576 int32_t DeviceManagerServiceImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
|
| /foundation/distributedhardware/device_manager/test/commonunittest/ |
| D | UTTest_dm_auth_manager_second.cpp | 853 std::string authCode = ""; variable 861 std::string authCode = "123456"; variable 869 std::string authCode = "123456"; variable
|
| /foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
| D | dm_credential_manager.cpp | 54 std::string authCode; member
|
| /foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
| D | cast_engine_common.h | 360 uint32_t authCode; member
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
| D | device_manager_impl.cpp | 1642 int32_t DeviceManagerImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode() 1682 int32_t DeviceManagerImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
|
| /foundation/distributedhardware/device_manager/services/service/src/ |
| D | device_manager_service.cpp | 1245 …t32_t DeviceManagerService::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode() 1272 int32_t DeviceManagerService::ExportAuthCode(std::string &authCode) in ExportAuthCode()
|
| /foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
| D | ipc_cmd_parser.cpp | 868 std::string authCode = data.ReadString(); in ON_IPC_CMD() local 879 std::string authCode = ""; in ON_IPC_CMD() local
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
| D | ipc_cmd_parser.cpp | 941 std::string authCode = pReq->GetAuthCode(); in ON_IPC_SET_REQUEST() local 970 std::string authCode = reply.ReadString(); in ON_IPC_READ_RESPONSE() local
|
| /foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
| D | dm_auth_manager.cpp | 2042 int32_t DmAuthManager::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
|