Home
last modified time | relevance | path

Searched refs:NotifyProcessDiedFromRemoteInner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h49 int32_t NotifyProcessDiedFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp164 int32_t result = distributedSchedStub_->NotifyProcessDiedFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp1006 …int32_t result = DistributedSchedService::GetInstance().NotifyProcessDiedFromRemoteInner(data, rep…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp176 &DistributedSchedStub::NotifyProcessDiedFromRemoteInner; in InitRemoteFuncsInner()
845 int32_t DistributedSchedStub::NotifyProcessDiedFromRemoteInner(MessageParcel& data, MessageParcel& … in NotifyProcessDiedFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp734 DistributedSchedService::GetInstance().NotifyProcessDiedFromRemoteInner(dataParcel, reply); in NotifyProcessDiedFromRemoteInnerFuzzTest()