Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h64 int32_t StopSyncMissionsFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp199 int32_t result = distributedSchedStub_->StopSyncMissionsFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp1345 …int32_t result = DistributedSchedService::GetInstance().StopSyncMissionsFromRemoteInner(data, repl…
1364 …int32_t result = DistributedSchedService::GetInstance().StopSyncMissionsFromRemoteInner(data, repl…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp182 &DistributedSchedStub::StopSyncMissionsFromRemoteInner; in InitRemoteFuncsInner()
1139 int32_t DistributedSchedStub::StopSyncMissionsFromRemoteInner(MessageParcel& data, MessageParcel& r… in StopSyncMissionsFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp959 DistributedSchedService::GetInstance().StopSyncMissionsFromRemoteInner(dataParcel, reply); in StopSyncMissionsFromRemoteInnerFuzzTest()