Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp980 bool result = wantParams.ReadUnsupportedData(parcel, key, type);
984 bool result1 = wantParams.ReadUnsupportedData(parcel, key, type);
1127 bool result = wantParams.ReadUnsupportedData(parcel, key, type);
1133 bool result2 = wantParams.ReadUnsupportedData(parcel, key, type);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h209 bool ReadUnsupportedData(Parcel &parcel, const std::string &key, int type);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h167 bool ReadUnsupportedData(Parcel& parcel, const std::string& key, int type);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp1197 bool result = wantParams.ReadUnsupportedData(parcel, key, type);
1201 bool result1 = wantParams.ReadUnsupportedData(parcel, key, type);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp1409 bool WantParams::ReadUnsupportedData(Parcel &parcel, const std::string &key, int type) in ReadUnsupportedData() function in OHOS::AAFwk::WantParams
1482 if (!ReadUnsupportedData(parcel, key, type)) { in ReadFromParcelParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp1305 bool DistributedWantParams::ReadUnsupportedData(Parcel& parcel, const std::string& key, int type) in ReadUnsupportedData() function in OHOS::DistributedSchedule::DistributedWantParams
1375 if (!ReadUnsupportedData(parcel, key, type)) { in ReadFromParcelParam()