Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h83 int32_t StopSyncRemoteMissionsInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h176 int StopSyncRemoteMissionsInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp156 &DistributedSchedStub::StopSyncRemoteMissionsInner; in InitLocalMissionManagerInner()
1171 int32_t DistributedSchedStub::StopSyncRemoteMissionsInner(MessageParcel& data, MessageParcel& reply) in StopSyncRemoteMissionsInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp328 DistributedSchedService::GetInstance().StopSyncRemoteMissionsInner(dataParcel, reply); in StopSyncRemoteMissionsInnerFuzzTest()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp202 return StopSyncRemoteMissionsInner(data, reply); in OnRemoteRequestInnerFifth()
2425 int AbilityManagerStub::StopSyncRemoteMissionsInner(MessageParcel &data, MessageParcel &reply) in StopSyncRemoteMissionsInner() function in OHOS::AAFwk::AbilityManagerStub
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp1994 * Function: StopSyncRemoteMissionsInner
1996 * FunctionPoints: AbilityManagerService StopSyncRemoteMissionsInner
1998 * CaseDescription: Verify the function StopSyncRemoteMissionsInner is normal flow.
2004 auto res = stub_->StopSyncRemoteMissionsInner(data, reply); in HWTEST_F()

Completed in 19 milliseconds