Home
last modified time | relevance | path

Searched refs:DistributedWant (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp79 DistributedWant::DistributedWant() in DistributedWant() function in OHOS::DistributedSchedule::DistributedWant
82 DistributedWant::~DistributedWant() in ~DistributedWant()
85 DistributedWant::DistributedWant(const DistributedWant& other) in DistributedWant() function in OHOS::DistributedSchedule::DistributedWant
91 DistributedWant& DistributedWant::operator=(const DistributedWant& other) in operator =()
98 DistributedWant::DistributedWant(const AAFwk::Want& want) in DistributedWant() function in OHOS::DistributedSchedule::DistributedWant
152 DistributedWant& DistributedWant::SetFlags(unsigned int flags) in SetFlags()
158 DistributedWant& DistributedWant::AddFlags(unsigned int flags) in AddFlags()
245 DistributedWant& DistributedWant::SetType(const std::string& type) in SetType()
816 DistributedWant& DistributedWant::SetUri(const OHOS::Uri& uri) in SetUri()
850 DistributedWant* DistributedWant::ReplaceParams(DistributedWant& want) in ReplaceParams()
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h34 class DistributedWant final : public Parcelable {
101 DistributedWant();
108 ~DistributedWant();
115 DistributedWant(const DistributedWant& want);
116 DistributedWant& operator=(const DistributedWant&);
117 DistributedWant(const AAFwk::Want& want);
124 DistributedWant& SetFlags(unsigned int flags);
137 DistributedWant& AddFlags(unsigned int flags);
161 DistributedWant& SetElementName(
314 static void ClearWant(DistributedWant* want);
[all …]
H A Ddistributed_operation.h29 friend class DistributedWant; variable
H A Ddistributed_want_params.h208 friend class DistributedWant; variable
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp49 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>(); in DoSomethingInterestingWithMyApiDistributedWant001()
69 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>(); in DoSomethingInterestingWithMyApiDistributedWant002()
83 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>(); in DoSomethingInterestingWithMyApiDistributedWant003()
101 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>(); in DoSomethingInterestingWithMyApiDistributedWant004()
123 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>(); in DoSomethingInterestingWithMyApiDistributedWant005()
148 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>(); in DoSomethingInterestingWithMyApiDistributedWant006()
178 DistributedWant dWant; in DoSomethingInterestingWithMyApiDistributedWant006()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp265 std::shared_ptr<DistributedWant> dwant = std::make_shared<DistributedWant>();
322 std::shared_ptr<DistributedWant> dwant = std::make_shared<DistributedWant>();
419 std::shared_ptr<DistributedWant> WantIn_ = std::make_shared<DistributedWant>();
453 std::shared_ptr<DistributedWant> WantOut_(DistributedWant::Unmarshalling(in));
509 std::shared_ptr<DistributedWant> WantOut_(DistributedWant::Unmarshalling(in));
572 std::shared_ptr<DistributedWant> WantOut_(DistributedWant::Unmarshalling(in));
1374 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>();
1399 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>();
1434 std::shared_ptr<DistributedWant> want = std::make_shared<DistributedWant>();
1476 DistributedWant want;
[all …]
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp586 DistributedWant dstbWant; in StartAbilityFromRemoteInnerFuzzTest()
616 DistributedWant dstbWant; in SendResultFromRemoteInnerFuzzTest()
681 DistributedWant dstbWant; in ConnectAbilityFromRemoteInnerFuzzTest()
766 DistributedWant dstbWant; in NotifyMissionsChangedFromRemoteInnerFuzzTest()
842 DistributedWant dstbWant; in StartFreeInstallFromRemoteInnerFuzzTest()
900 DistributedWant dstbWant; in StartAbilityByCallFromRemoteInnerFuzzTest()
971 DistributedWant dstbWant; in StartShareFormFromRemoteInnerFuzzTest()
989 DistributedWant dstbWant; in StopExtensionAbilityFromRemoteInnerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp80 DistributedWant dstbWant(want); in StartAbilityFromRemote()
118 DistributedWant dstbWant(want); in SendResultFromRemote()
338 DistributedWant dstbWant(want); in ConnectAbilityFromRemote()
843 DistributedWant dstbWant(want); in StartAbilityByCallFromRemote()
928 DistributedWant dstbWant(info.want); in StartFreeInstallFromRemote()
936 DistributedWant cmpWant; in StartFreeInstallFromRemote()
1122 DistributedWant dstbWant(want); in StopExtensionAbilityFromRemote()
H A Ddistributed_sched_stub.cpp285 shared_ptr<DistributedWant> dstbWant(data.ReadParcelable<DistributedWant>()); in ReadDistributedWant()
455 shared_ptr<DistributedWant> dstbWant(data.ReadParcelable<DistributedWant>()); in SendResultFromRemoteInner()
1311 shared_ptr<DistributedWant> dstbWant(data.ReadParcelable<DistributedWant>()); in StartAbilityByCallFromRemoteInner()
1513 shared_ptr<DistributedWant> cmpDstbWant(data.ReadParcelable<DistributedWant>()); in StartFreeInstallFromRemoteInner()
1588 shared_ptr<DistributedWant> dstbWant(data.ReadParcelable<DistributedWant>()); in StopExtensionAbilityFromRemoteInner()