Home
last modified time | relevance | path

Searched refs:GetAuthCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_export_auth_code_rsp.h33 std::string GetAuthCode() const in GetAuthCode() function
H A Dipc_import_auth_code_req.h32 const std::string GetAuthCode() const in GetAuthCode() function
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_second.cpp994 int32_t ret = authManager_->GetAuthCode(pkgName, pinCode);
1004 int32_t ret = authManager_->GetAuthCode(pkgName, pinCode);
1014 int32_t ret = authManager_->GetAuthCode(pkgName, pinCode);
1024 int32_t ret = authManager_->GetAuthCode(pkgName, pinCode);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h487 int32_t GetAuthCode(const std::string &pkgName, int32_t &pinCode);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp579 GetAuthCode(authResponseContext_->hostPkgName, pinCode); in OnGroupCreated()
1027 GetAuthCode(authResponseContext_->hostPkgName, authResponseContext_->code); in ConfirmProcessExt()
1460 if (GetAuthCode(authResponseContext_->hostPkgName, pinCode) != DM_OK) { in ShowStartAuthDialog()
1828 int32_t DmAuthManager::GetAuthCode(const std::string &pkgName, int32_t &pinCode) in GetAuthCode() function in OHOS::DistributedHardware::DmAuthManager
/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()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1539 authCode = rsp->GetAuthCode(); in ExportAuthCode()