Home
last modified time | relevance | path

Searched refs:ReadFromParcelFD (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp61 wantParams->ReadFromParcelFD(parcel, key); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp157 wantParams->ReadFromParcelFD(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h180 bool ReadFromParcelFD(Parcel &parcel, const std::string &key);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h139 bool ReadFromParcelFD(Parcel& parcel, const std::string& key);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1297 return ReadFromParcelFD(parcel, key); in ReadFromParcelWantParamWrapper()
1320 bool WantParams::ReadFromParcelFD(Parcel &parcel, const std::string &key) in ReadFromParcelFD() function in OHOS::AAFwk::WantParams
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1213 return ReadFromParcelFD(parcel, key); in ReadFromParcelWantParamWrapper()
1228 bool DistributedWantParams::ReadFromParcelFD(Parcel& parcel, const std::string& key) in ReadFromParcelFD() function in OHOS::DistributedSchedule::DistributedWantParams
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp1166 bool result = wantParams.ReadFromParcelFD(parcel, key);