Home
last modified time | relevance | path

Searched refs:UnsupportedData (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h44 class UnsupportedData { class
51 ~UnsupportedData();
53 UnsupportedData();
54 UnsupportedData(const UnsupportedData &other);
55 UnsupportedData(UnsupportedData &&other);
57 UnsupportedData &operator=(const UnsupportedData &other);
58 UnsupportedData
[all...]
/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp44 UnsupportedData other; in DoSomethingInterestingWithMyAPI()
45 std::shared_ptr<UnsupportedData> unsupportedData = std::make_shared<UnsupportedData>(other); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp47 UnsupportedData::~UnsupportedData() in ~UnsupportedData()
55 UnsupportedData::UnsupportedData() = default;
57 UnsupportedData::UnsupportedData(const UnsupportedData &other) : key(other.key), type(other.type), size(other.size) in UnsupportedData() function in OHOS::AAFwk::UnsupportedData
71 UnsupportedData::UnsupportedData(UnsupportedData function in OHOS::AAFwk::UnsupportedData
[all...]
/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp1056 std::shared_ptr<UnsupportedData> unsupportedData_ = nullptr;
1067 unsupportedData_ = std::make_shared<UnsupportedData>(); in SetUp()
1207 UnsupportedData other; in HWTEST_F()
1208 std::shared_ptr<UnsupportedData> unsupportedData = std::make_shared<UnsupportedData>(other); in HWTEST_F()
1220 AAFwk::UnsupportedData data; in HWTEST_F()
1226 std::vector<AAFwk::UnsupportedData> cacheData; in HWTEST_F()
1229 std::vector<AAFwk::UnsupportedData> getCacheData; in HWTEST_F()

Completed in 5 milliseconds