Home
last modified time | relevance | path

Searched refs:ReadFromParcelShort (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp154 wantParams->ReadFromParcelShort(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h162 bool ReadFromParcelShort(Parcel &parcel, const std::string &key);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h122 bool ReadFromParcelShort(Parcel& parcel, const std::string& key);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1260 bool WantParams::ReadFromParcelShort(Parcel &parcel, const std::string &key) in ReadFromParcelShort() function in OHOS::AAFwk::WantParams
1463 return ReadFromParcelShort(parcel, key); in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1182 bool DistributedWantParams::ReadFromParcelShort(Parcel& parcel, const std::string& key) in ReadFromParcelShort() function in OHOS::DistributedSchedule::DistributedWantParams
1356 return ReadFromParcelShort(parcel, key); in ReadFromParcelParam()