Searched refs:ReadUnsupportedData (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_params_test.cpp | 980 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 D | want_params.h | 209 bool ReadUnsupportedData(Parcel &parcel, const std::string &key, int type);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want_params.h | 167 bool ReadUnsupportedData(Parcel& parcel, const std::string& key, int type);
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_params_test.cpp | 1197 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 D | want_params.cpp | 1409 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 D | distributed_want_params.cpp | 1305 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()
|