Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp156 wantParams->ReadFromParcelInt(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h163 bool ReadFromParcelInt(Parcel &parcel, const std::string &key);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h123 bool ReadFromParcelInt(Parcel& parcel, const std::string& key);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1277 bool WantParams::ReadFromParcelInt(Parcel &parcel, const std::string &key) in ReadFromParcelInt() function in OHOS::AAFwk::WantParams
1465 return ReadFromParcelInt(parcel, key); in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1196 bool DistributedWantParams::ReadFromParcelInt(Parcel& parcel, const std::string& key) in ReadFromParcelInt() function in OHOS::DistributedSchedule::DistributedWantParams
1358 return ReadFromParcelInt(parcel, key); in ReadFromParcelParam()