Home
last modified time | relevance | path

Searched defs:authCode (Results 1 – 18 of 18) 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_impl.cpp1378 std::string authCode = "authCode"; variable
1393 std::string authCode; variable
1408 std::string authCode = "authCode"; variable
1422 std::string authCode = "authCode"; variable
DUTTest_device_manager_service.cpp1572 std::string authCode; variable
1580 std::string authCode = "authCode"; variable
1588 std::string authCode; variable
1595 std::string authCode = "authCode"; variable
DUTTest_device_manager_impl.cpp1683 std::string authCode = ""; variable
DUTTest_ipc_cmd_parser_service.cpp565 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/src/
Ddevice_manager_service_impl_lite.cpp363 …t DeviceManagerServiceImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
370 int32_t DeviceManagerServiceImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
Ddevice_manager_service_impl.cpp611 …t DeviceManagerServiceImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
621 int32_t DeviceManagerServiceImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
/foundation/distributedhardware/device_manager/test/commonunittest/
DUTTest_dm_auth_manager_second.cpp801 std::string authCode = ""; variable
809 std::string authCode = "123456"; variable
817 std::string authCode = "123456"; variable
/foundation/distributedhardware/device_manager/services/implementation/src/credential/
Ddm_credential_manager.cpp51 std::string authCode; member
/foundation/distributedhardware/device_manager/services/service/src/
Ddevice_manager_service.cpp1057 …t32_t DeviceManagerService::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
1084 int32_t DeviceManagerService::ExportAuthCode(std::string &authCode) in ExportAuthCode()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
Dcast_engine_common.h334 uint32_t authCode; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp1482 int32_t DeviceManagerImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
1522 int32_t DeviceManagerImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
Dipc_cmd_parser.cpp916 std::string authCode = data.ReadString(); in ON_IPC_CMD() local
927 std::string authCode = ""; in ON_IPC_CMD() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_cmd_parser.cpp1028 std::string authCode = pReq->GetAuthCode(); in ON_IPC_SET_REQUEST() local
1058 std::string authCode = reply.ReadString(); in ON_IPC_READ_RESPONSE() local
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Ddm_auth_manager.cpp1677 int32_t DmAuthManager::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()