Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_dm_import_auth_code.cpp71 std::string authCode = "123456"; variable
82 std::string authCode = ""; variable
DUTTest_device_manager_service_three.cpp353 std::string authCode = "authCode"; variable
373 std::string authCode = "authCode"; variable
DUTTest_device_manager_service.cpp1671 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
DUTTest_device_manager_service_impl.cpp1136 std::string authCode = "authCode"; variable
1151 std::string authCode; variable
1166 std::string authCode = "authCode"; variable
1180 std::string authCode = "authCode"; variable
DUTTest_ipc_cmd_parser_service.cpp564 std::string authCode = "123456"; variable
DUTTest_device_manager_impl.cpp1721 std::string authCode = ""; variable
DUTTest_device_manager_impl_two.cpp1811 std::string authCode = "asdsedwe"; variable
/foundation/distributedhardware/device_manager/common/include/ipc/model/
Dipc_import_auth_code_req.h42 void SetAuthCode(const std::string &authCode) in SetAuthCode()
Dipc_export_auth_code_rsp.h43 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/src/
Ddevice_manager_service_impl_lite.cpp326 …t DeviceManagerServiceImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
333 int32_t DeviceManagerServiceImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
Ddevice_manager_service_impl.cpp566 …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/
DUTTest_dm_auth_manager_second.cpp853 std::string authCode = ""; variable
861 std::string authCode = "123456"; variable
869 std::string authCode = "123456"; variable
/foundation/distributedhardware/device_manager/services/implementation/src/credential/
Ddm_credential_manager.cpp54 std::string authCode; member
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
Dcast_engine_common.h360 uint32_t authCode; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp1642 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/
Ddevice_manager_service.cpp1245 …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/
Dipc_cmd_parser.cpp868 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/
Dipc_cmd_parser.cpp941 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/
Ddm_auth_manager.cpp2042 int32_t DmAuthManager::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()