Home
last modified time | relevance | path

Searched refs:StopSyncRemoteMissionsInner (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h63 int32_t StopSyncRemoteMissionsInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h179 int StopSyncRemoteMissionsInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp156 &DistributedSchedStub::StopSyncRemoteMissionsInner; in InitLocalMissionManagerInner()
1124 int32_t DistributedSchedStub::StopSyncRemoteMissionsInner(MessageParcel& data, MessageParcel& reply) in StopSyncRemoteMissionsInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp328 DistributedSchedService::GetInstance().StopSyncRemoteMissionsInner(dataParcel, reply); in StopSyncRemoteMissionsInnerFuzzTest()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp201 return StopSyncRemoteMissionsInner(data, reply); in OnRemoteRequestInnerFifth()
2439 int AbilityManagerStub::StopSyncRemoteMissionsInner(MessageParcel &data, MessageParcel &reply) in StopSyncRemoteMissionsInner() function in OHOS::AAFwk::AbilityManagerStub
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp1972 auto res = stub_->StopSyncRemoteMissionsInner(data, reply);