Searched refs:NotifyProcessStateChangedSync (Results 1 – 9 of 9) sorted by relevance
236 int32_t MemMgrClient::NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedSync() function in OHOS::Memory::MemMgrClient244 return dps->NotifyProcessStateChangedSync(processStateInfo); in NotifyProcessStateChangedSync()
400 int32_t MemMgrProxy::NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedSync() function in OHOS::Memory::MemMgrProxy
60 … virtual int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) = 0;
47 int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo);
40 int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) override;
45 …virtual int32_t NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) over…
229 int32_t ret = MemMgrClient::GetInstance().NotifyProcessStateChangedSync(processStateInfo);
245 int32_t MemMgrService::NotifyProcessStateChangedSync(const MemMgrProcessStateInfo &processStateInfo) in NotifyProcessStateChangedSync() function in OHOS::Memory::MemMgrService
322 int32_t ret = NotifyProcessStateChangedSync(*processStateInfo); in HandleNotifyProcessStateChangedSync()