Searched refs:ReadFromParcelFloat (Results 1 – 6 of 6) sorted by relevance
63 wantParams->ReadFromParcelFloat(parcel, key); in DoSomethingInterestingWithMyAPI()
114 wantParams->ReadFromParcelFloat(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams002()
165 bool ReadFromParcelFloat(Parcel &parcel, const std::string &key);
125 bool ReadFromParcelFloat(Parcel& parcel, const std::string& key);
1375 bool WantParams::ReadFromParcelFloat(Parcel &parcel, const std::string &key) in ReadFromParcelFloat() function in OHOS::AAFwk::WantParams1469 return ReadFromParcelFloat(parcel, key); in ReadFromParcelParam()
1277 bool DistributedWantParams::ReadFromParcelFloat(Parcel& parcel, const std::string& key) in ReadFromParcelFloat() function in OHOS::DistributedSchedule::DistributedWantParams1362 return ReadFromParcelFloat(parcel, key); in ReadFromParcelParam()