Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h77 int32_t NotifyCompleteFreeInstallFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp321 int32_t result = distributedSchedStub_->NotifyCompleteFreeInstallFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp2017 …int32_t result = DistributedSchedService::GetInstance().NotifyCompleteFreeInstallFromRemoteInner(d…
2024 …result = DistributedSchedService::GetInstance().NotifyCompleteFreeInstallFromRemoteInner(data, rep…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp203 &DistributedSchedStub::NotifyCompleteFreeInstallFromRemoteInner; in InitRemoteFuncsInner()
1542 int32_t DistributedSchedStub::NotifyCompleteFreeInstallFromRemoteInner(MessageParcel& data, Message… in NotifyCompleteFreeInstallFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp870 …DistributedSchedService::GetInstance().NotifyCompleteFreeInstallFromRemoteInner(dataParcel, reply); in NotifyCompleteFreeInstallFromRemoteInnerFuzzTest()