Home
last modified time | relevance | path

Searched refs:ProcessContinueLocalMission (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h117 …int32_t ProcessContinueLocalMission(const std::string& srcDeviceId, const std::string& dstDeviceId,
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp235 … DistributedSchedService::GetInstance().ProcessContinueLocalMission(deviceId, deviceId, bundleName, in ContinueMissionOfBundleNameInnerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1463 int32_t result = DistributedSchedService::GetInstance().ProcessContinueLocalMission(
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp811 int32_t DistributedSchedService::ProcessContinueLocalMission(const std::string& srcDeviceId, in ProcessContinueLocalMission() function in OHOS::DistributedSchedule::DistributedSchedService
875 … return ProcessContinueLocalMission(srcDeviceId, dstDeviceId, bundleName, callback, wantParams); in ContinueMission()