Searched refs:GetIdentityId (Results 1 – 4 of 4) sorted by relevance
52 if (current != nullptr && current->GetIdentityId() == appRecord.GetIdentityId()) { in RemoveAppRecord()53 PRINTD("AppManager", "remove process %{private}" PRIu64, current->GetIdentityId()); in RemoveAppRecord()94 … if (appRecord != nullptr && appRecord->GetIdentityId() == token && appRecord->GetPid() == pid) { in GetAppRecordByToken()
48 uint64_t AppRecord::GetIdentityId() const in GetIdentityId() function in OHOS::AppRecord
31 uint64_t GetIdentityId() const;
104 std::string identityId = std::to_string(appRecord.GetIdentityId()); in SpawnProcess()