Searched refs:ReadFromParcelWantParamWrapper (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/ |
H A D | wantparamssecond_fuzzer.cpp | 60 wantParams->ReadFromParcelWantParamWrapper(parcel, key, type, 1); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/ |
H A D | distributedwantparams_fuzzer.cpp | 159 wantParams->ReadFromParcelWantParamWrapper(parcel, key, type); in DoSomethingInterestingWithMyApiDistributedWantParams003()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want_params.h | 179 … bool ReadFromParcelWantParamWrapper(Parcel &parcel, const std::string &key, int type, int depth);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want_params.h | 138 bool ReadFromParcelWantParamWrapper(Parcel& parcel, const std::string& key, int type);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 1294 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 D | distributed_want_params.cpp | 1210 bool DistributedWantParams::ReadFromParcelWantParamWrapper(Parcel& parcel, const std::string& key, … in ReadFromParcelWantParamWrapper() function in OHOS::DistributedSchedule::DistributedWantParams 1368 return ReadFromParcelWantParamWrapper(parcel, key, type); in ReadFromParcelParam()
|