Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp60 wantParams->ReadFromParcelWantParamWrapper(parcel, key, type, 1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp159 wantParams->ReadFromParcelWantParamWrapper(parcel, key, type); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h179 … bool ReadFromParcelWantParamWrapper(Parcel &parcel, const std::string &key, int type, int depth);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h138 bool ReadFromParcelWantParamWrapper(Parcel& parcel, const std::string& key, int type);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1294 bool WantParams::ReadFromParcelWantParamWrapper(Parcel &parcel, const std::string &key, int type, i… in ReadFromParcelWantParamWrapper() function in OHOS::AAFwk::WantParams
1475 return ReadFromParcelWantParamWrapper(parcel, key, type, depth); in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1210 bool DistributedWantParams::ReadFromParcelWantParamWrapper(Parcel& parcel, const std::string& key, … in ReadFromParcelWantParamWrapper() function in OHOS::DistributedSchedule::DistributedWantParams
1368 return ReadFromParcelWantParamWrapper(parcel, key, type); in ReadFromParcelParam()