Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp150 wantParams->ReadFromParcelInt8(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h160 bool ReadFromParcelInt8(Parcel &parcel, const std::string &key);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h120 bool ReadFromParcelInt8(Parcel& parcel, const std::string& key);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1226 bool WantParams::ReadFromParcelInt8(Parcel &parcel, const std::string &key) in ReadFromParcelInt8() function in OHOS::AAFwk::WantParams
1459 return ReadFromParcelInt8(parcel, key); in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1154 bool DistributedWantParams::ReadFromParcelInt8(Parcel& parcel, const std::string& key) in ReadFromParcelInt8() function in OHOS::DistributedSchedule::DistributedWantParams
1352 return ReadFromParcelInt8(parcel, key); in ReadFromParcelParam()