Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h30 class DistributedUnsupportedData {
37 ~DistributedUnsupportedData();
39 DistributedUnsupportedData();
40 DistributedUnsupportedData(const DistributedUnsupportedData& other);
41 DistributedUnsupportedData(DistributedUnsupportedData&& other);
43 DistributedUnsupportedData& operator=(const DistributedUnsupportedData& other);
44 DistributedUnsupportedData& operator=(DistributedUnsupportedData&& other);
217 std::vector<DistributedUnsupportedData> cachedUnsupportedData_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp98 DistributedUnsupportedData::~DistributedUnsupportedData() in ~DistributedUnsupportedData()
106 DistributedUnsupportedData::DistributedUnsupportedData() = default;
108 DistributedUnsupportedData::DistributedUnsupportedData(const DistributedUnsupportedData& other) in DistributedUnsupportedData() function in OHOS::DistributedSchedule::DistributedUnsupportedData
123 DistributedUnsupportedData::DistributedUnsupportedData(DistributedUnsupportedData&& other) in DistributedUnsupportedData() function in OHOS::DistributedSchedule::DistributedUnsupportedData
131 DistributedUnsupportedData& DistributedUnsupportedData::operator=(const DistributedUnsupportedData&… in operator =()
152 DistributedUnsupportedData& DistributedUnsupportedData::operator=(DistributedUnsupportedData&& othe… in operator =()
747 for (const DistributedUnsupportedData& dData : cachedUnsupportedData_) { in DoMarshalling()
1325 DistributedUnsupportedData dData; in ReadUnsupportedData()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp164 DistributedUnsupportedData uData; in DoSomethingInterestingWithMyApiDistributedWantParams003()
165 …std::shared_ptr<DistributedUnsupportedData> unsupportedData = std::make_shared<DistributedUnsuppor… in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp934 std::shared_ptr<DistributedUnsupportedData> unsupportedData_ = nullptr;
945 unsupportedData_ = std::make_shared<DistributedUnsupportedData>(); in SetUp()
1035 DistributedUnsupportedData data1;
1036 const DistributedUnsupportedData data2;
1038 DistributedUnsupportedData ret = (data1 = data2);
1103 DistributedUnsupportedData data;