Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h74 int32_t StartFreeInstallFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp304 int32_t result = distributedSchedStub_->StartFreeInstallFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp1905 …int32_t result = DistributedSchedService::GetInstance().StartFreeInstallFromRemoteInner(data, repl…
1923 …int32_t result = DistributedSchedService::GetInstance().StartFreeInstallFromRemoteInner(data, repl…
1949 …int32_t result = DistributedSchedService::GetInstance().StartFreeInstallFromRemoteInner(data, repl…
1975 …int32_t result = DistributedSchedService::GetInstance().StartFreeInstallFromRemoteInner(data, repl…
2001 …int32_t result = DistributedSchedService::GetInstance().StartFreeInstallFromRemoteInner(data, repl…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp201 &DistributedSchedStub::StartFreeInstallFromRemoteInner; in InitRemoteFuncsInner()
1493 int32_t DistributedSchedStub::StartFreeInstallFromRemoteInner(MessageParcel& data, MessageParcel& r… in StartFreeInstallFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp853 DistributedSchedService::GetInstance().StartFreeInstallFromRemoteInner(dataParcel, reply); in StartFreeInstallFromRemoteInnerFuzzTest()