Searched refs:MemMgrProcessStateInfo (Results 1 – 12 of 12) sorted by relevance
32 class MemMgrProcessStateInfo : public Parcelable {37 MemMgrProcessStateInfo() = default;47 MemMgrProcessStateInfo(int32_t callerPid, int32_t callerUid, int32_t pid, int32_t uid, in MemMgrProcessStateInfo() function53 ~MemMgrProcessStateInfo() = default;68 static MemMgrProcessStateInfo* Unmarshalling(Parcel &parcel);
60 … virtual int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) = 0;61 …virtual int32_t NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInfo) = 0;
47 int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo);48 int32_t NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInfo);
40 int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) override;41 int32_t NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInfo) override;
25 bool MemMgrProcessStateInfo::Marshalling(Parcel &parcel) const in Marshalling()32 MemMgrProcessStateInfo* MemMgrProcessStateInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()34 auto memMgrProcessStateInfo = new (std::nothrow) MemMgrProcessStateInfo(); in Unmarshalling()
236 int32_t MemMgrClient::NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedSync()247 int32_t MemMgrClient::NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedAsync()
400 int32_t MemMgrProxy::NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedSync()433 int32_t MemMgrProxy::NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedAsync()
45 …virtual int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) over…46 …virtual int32_t NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInfo) ove…
316 …std::unique_ptr<MemMgrProcessStateInfo> processStateInfo(data.ReadParcelable<MemMgrProcessStateInf… in HandleNotifyProcessStateChangedSync()338 …std::unique_ptr<MemMgrProcessStateInfo> processStateInfo(data.ReadParcelable<MemMgrProcessStateInf… in HandleNotifyProcessStateChangedAsync()
245 int32_t MemMgrService::NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedSync()263 int32_t MemMgrService::NotifyProcessStateChangedAsync(const MemMgrProcessStateInfo &processStateInf… in NotifyProcessStateChangedAsync()
225 MemMgrProcessStateInfo processStateInfo;235 MemMgrProcessStateInfo processStateInfo;
7483 Memory::MemMgrProcessStateInfo info; in NotifyAppFaultBySA()