Home
last modified time | relevance | path

Searched refs:ReadFromParcelFloat (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp63 wantParams->ReadFromParcelFloat(parcel, key); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp114 wantParams->ReadFromParcelFloat(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams002()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h165 bool ReadFromParcelFloat(Parcel &parcel, const std::string &key);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h125 bool ReadFromParcelFloat(Parcel& parcel, const std::string& key);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1375 bool WantParams::ReadFromParcelFloat(Parcel &parcel, const std::string &key) in ReadFromParcelFloat() function in OHOS::AAFwk::WantParams
1469 return ReadFromParcelFloat(parcel, key); in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1277 bool DistributedWantParams::ReadFromParcelFloat(Parcel& parcel, const std::string& key) in ReadFromParcelFloat() function in OHOS::DistributedSchedule::DistributedWantParams
1362 return ReadFromParcelFloat(parcel, key); in ReadFromParcelParam()