Searched refs:DistributedUnsupportedData (Results 1 – 4 of 4) sorted by relevance
30 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_;
98 DistributedUnsupportedData::~DistributedUnsupportedData() in ~DistributedUnsupportedData()106 DistributedUnsupportedData::DistributedUnsupportedData() = default;108 DistributedUnsupportedData::DistributedUnsupportedData(const DistributedUnsupportedData& other) in DistributedUnsupportedData() function in OHOS::DistributedSchedule::DistributedUnsupportedData123 DistributedUnsupportedData::DistributedUnsupportedData(DistributedUnsupportedData&& other) in DistributedUnsupportedData() function in OHOS::DistributedSchedule::DistributedUnsupportedData131 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()
164 DistributedUnsupportedData uData; in DoSomethingInterestingWithMyApiDistributedWantParams003()165 …std::shared_ptr<DistributedUnsupportedData> unsupportedData = std::make_shared<DistributedUnsuppor… in DoSomethingInterestingWithMyApiDistributedWantParams003()
934 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;