Home
last modified time | relevance | path

Searched refs:GetIdentityId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dapp_manager.cpp52 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()
H A Dapp_record.cpp48 uint64_t AppRecord::GetIdentityId() const in GetIdentityId() function in OHOS::AppRecord
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dapp_record.h31 uint64_t GetIdentityId() const;
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dapp_spawn_client.cpp104 std::string identityId = std::to_string(appRecord.GetIdentityId()); in SpawnProcess()