Home
last modified time | relevance | path

Searched refs:ReadFromParcelString (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp408 void Notification::ReadFromParcelString(Parcel &parcel) in ReadFromParcelString() function in OHOS::Notification::Notification
463 ReadFromParcelString(parcel); in ReadFromParcel()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
H A Dreadfromparcel_fuzzer.cpp45 notification.ReadFromParcelString(parcel); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification.h339 void ReadFromParcelString(Parcel &parcel);
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp151 wantParams->ReadFromParcelString(parcel, key); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h158 bool ReadFromParcelString(Parcel &parcel, const std::string &key);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h118 bool ReadFromParcelString(Parcel& parcel, const std::string& key);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp461 rrc->ReadFromParcelString(parcel);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1196 bool WantParams::ReadFromParcelString(Parcel &parcel, const std::string &key) in ReadFromParcelString() function in OHOS::AAFwk::WantParams
1455 return ReadFromParcelString(parcel, key); in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1129 bool DistributedWantParams::ReadFromParcelString(Parcel& parcel, const std::string& key) in ReadFromParcelString() function in OHOS::DistributedSchedule::DistributedWantParams
1348 return ReadFromParcelString(parcel, key); in ReadFromParcelParam()