/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_dm_import_auth_code.cpp | 71 std::string authCode = "123456"; variable 82 std::string authCode = ""; variable
|
H A D | UTTest_device_manager_service_impl.cpp | 1378 std::string authCode = "authCode"; variable 1393 std::string authCode; variable 1408 std::string authCode = "authCode"; variable 1422 std::string authCode = "authCode"; variable
|
H A D | UTTest_device_manager_service.cpp | 1572 std::string authCode; variable 1580 std::string authCode = "authCode"; variable 1588 std::string authCode; variable 1595 std::string authCode = "authCode"; variable
|
H A D | UTTest_device_manager_impl.cpp | 1683 std::string authCode = ""; variable
|
H A D | UTTest_ipc_cmd_parser_service.cpp | 565 std::string authCode = "123456"; variable
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_export_auth_code_rsp.h | 43 void SetAuthCode(const std::string &authCode) in SetAuthCode()
|
H A D | ipc_import_auth_code_req.h | 42 void SetAuthCode(const std::string &authCode) in SetAuthCode()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/credential/ |
H A D | dm_credential_manager.h | 31 std::string authCode; member
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | auth_code_import.c | 46 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 D | iso_client_bind_exchange_task.c | 91 uint8_t *authCode = NULL; in DecAndImportAuthCode() local
|
H A D | iso_server_bind_exchange_task.c | 147 uint8_t *authCode = (uint8_t *)HcMalloc(AUTH_CODE_LEN, 0); in GenAndEncAuthCode() local
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 363 …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 D | device_manager_service_impl.cpp | 611 …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 D | UTTest_dm_auth_manager_second.cpp | 801 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 D | dm_credential_manager.cpp | 51 std::string authCode; member
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 1057 …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 D | sym_token_manager.c | 358 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 D | device_manager_impl.cpp | 1480 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 D | ipc_cmd_parser.cpp | 913 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 D | ipc_cmd_parser.cpp | 1025 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 D | dm_auth_manager.cpp | 1677 int32_t DmAuthManager::ImportAuthCode(const std::string &pkgName, const std::string &authCode) in ImportAuthCode()
|