Home
last modified time | relevance | path

Searched refs:retId (Results 1 - 2 of 2) sorted by relevance

/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_enable_multi_task.cpp175 std::string retId; in CheckOwnerId() local
176 ret = SignerInfo::ParseOwnerIdFromSignature(sigBuffer, retId); in CheckOwnerId()
180 } else if (retId != ownerId) { in CheckOwnerId()
182 ReportInvalidOwner(path, ownerId, retId); in CheckOwnerId()
183 LOG_ERROR("invalid ownerId retId %{public}s ownerId %{public}s", retId.c_str(), ownerId.c_str()); in CheckOwnerId()
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dvibration_priority_manager.cpp219 int retId = AccountSA::OsAccountManager::QueryActiveOsAccountIds(activeUserIds); in ShouldIgnoreInputMethod() local
220 if (retId != 0) { in ShouldIgnoreInputMethod()
221 MISC_HILOGE("QueryActiveOsAccountIds failed %{public}d", retId); in ShouldIgnoreInputMethod()

Completed in 2 milliseconds