Searched refs:ReadFromParcelFD (Results 1 – 7 of 7) sorted by relevance
61 wantParams->ReadFromParcelFD(parcel, key); in DoSomethingInterestingWithMyAPI()
157 wantParams->ReadFromParcelFD(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams003()
180 bool ReadFromParcelFD(Parcel &parcel, const std::string &key);
139 bool ReadFromParcelFD(Parcel& parcel, const std::string& key);
1297 return ReadFromParcelFD(parcel, key); in ReadFromParcelWantParamWrapper()1320 bool WantParams::ReadFromParcelFD(Parcel &parcel, const std::string &key) in ReadFromParcelFD() function in OHOS::AAFwk::WantParams
1213 return ReadFromParcelFD(parcel, key); in ReadFromParcelWantParamWrapper()1228 bool DistributedWantParams::ReadFromParcelFD(Parcel& parcel, const std::string& key) in ReadFromParcelFD() function in OHOS::DistributedSchedule::DistributedWantParams
1166 bool result = wantParams.ReadFromParcelFD(parcel, key);