Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_import_auth_code.cpp71 std::string authCode = "123456"; variable
82 std::string authCode = ""; variable
H A 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
H A 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
H A DUTTest_device_manager_impl.cpp1683 std::string authCode = ""; variable
H A DUTTest_ipc_cmd_parser_service.cpp565 std::string authCode = "123456"; variable
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_export_auth_code_rsp.h43 void SetAuthCode(const std::string &authCode) in SetAuthCode()
H A Dipc_import_auth_code_req.h42 void SetAuthCode(const std::string &authCode) in SetAuthCode()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/credential/
H A Ddm_credential_manager.h31 std::string authCode; member
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dauth_code_import.c46 Uint8Buff authCode; member
257 Uint8Buff authCode = { authCodeVal, AUTH_CODE_LEN }; in ServerGenAuthCodeProcEvent() local
330 Uint8Buff authCode = { authCodeVal, AUTH_CODE_LEN }; in ClientImportAuthCodeParseEvent() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
H A Diso_client_bind_exchange_task.c91 uint8_t *authCode = NULL; in DecAndImportAuthCode() local
H A Diso_server_bind_exchange_task.c147 uint8_t *authCode = (uint8_t *)HcMalloc(AUTH_CODE_LEN, 0); in GenAndEncAuthCode() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/
H A 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()
H A 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()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp801 std::string authCode = ""; variable
809 std::string authCode = "123456"; variable
817 std::string authCode = "123456"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp51 std::string authCode; member
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A 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()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c358 uint8_t authCode[DEV_AUTH_AUTH_CODE_SIZE] = { 0 }; in ImportSymTokenToKeyManager() local
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1480 int32_t DeviceManagerImpl::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
1520 int32_t DeviceManagerImpl::ExportAuthCode(std::string &authCode) in ExportAuthCode()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp913 std::string authCode = data.ReadString(); in ON_IPC_CMD() local
924 std::string authCode = ""; in ON_IPC_CMD() local
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp1025 std::string authCode = pReq->GetAuthCode(); in ON_IPC_SET_REQUEST() local
1055 std::string authCode = reply.ReadString(); in ON_IPC_READ_RESPONSE() local
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp1677 int32_t DmAuthManager::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()