Home
last modified time | relevance | path

Searched refs:cachedUnsupportedData_ (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp259 cachedUnsupportedData_.clear(); in operator =()
260 cachedUnsupportedData_ = other.cachedUnsupportedData_; in operator =()
276 cachedUnsupportedData_.clear();
277 cachedUnsupportedData_ = other.cachedUnsupportedData_;
278 other.cachedUnsupportedData_.clear();
719 if (!cachedUnsupportedData_.empty()) { in DoMarshalling()
720 size += cachedUnsupportedData_.size(); in DoMarshalling()
740 if (!cachedUnsupportedData_ in DoMarshalling()
[all...]
/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp166 wantParams->cachedUnsupportedData_.emplace_back(std::move(uData)); in DoSomethingInterestingWithMyAPI_DistributedWantParams_003()
168 wantParams->cachedUnsupportedData_.clear(); in DoSomethingInterestingWithMyAPI_DistributedWantParams_003()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h218 std::vector<UnsupportedData> cachedUnsupportedData_; member in OHOS::AAFwk::final
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp724 if (!cachedUnsupportedData_.empty()) { in DoMarshalling()
725 dSize += cachedUnsupportedData_.size(); in DoMarshalling()
746 if (!cachedUnsupportedData_.empty()) { in DoMarshalling()
747 for (const DistributedUnsupportedData& dData : cachedUnsupportedData_) { in DoMarshalling()
1339 cachedUnsupportedData_.emplace_back(std::move(dData)); in ReadUnsupportedData()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h217 std::vector<DistributedUnsupportedData> cachedUnsupportedData_; member in OHOS::DistributedSchedule::final
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp1104 distributedWantParams_->cachedUnsupportedData_.emplace_back(std::move(data)); in HWTEST_F()
1107 distributedWantParams_->cachedUnsupportedData_.clear(); in HWTEST_F()

Completed in 9 milliseconds