Searched refs:GetAuthCode (Results 1 – 7 of 7) sorted by relevance
33 std::string GetAuthCode() const in GetAuthCode() function
32 const std::string GetAuthCode() const in GetAuthCode() function
994 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);
487 int32_t GetAuthCode(const std::string &pkgName, int32_t &pinCode);
579 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
1025 std::string authCode = pReq->GetAuthCode(); in ON_IPC_SET_REQUEST()
1539 authCode = rsp->GetAuthCode(); in ExportAuthCode()