Searched refs:ReadFromParcelParam (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want_params.h | 157 bool ReadFromParcelParam(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 | 117 bool ReadFromParcelParam(Parcel& parcel, const std::string& key, int type);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_params_test.cpp | 988 bool result2 = wantParams.ReadFromParcelParam(parcel, key, type1); 1154 bool result = wantParams.ReadFromParcelParam(parcel, key, type);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 1447 bool WantParams::ReadFromParcelParam(Parcel &parcel, const std::string &key, int type, int depth) in ReadFromParcelParam() function in OHOS::AAFwk::WantParams 1516 if (!ReadFromParcelParam(parcel, Str16ToStr8(key), type, depth)) { in ReadFromParcel()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params.cpp | 1343 bool DistributedWantParams::ReadFromParcelParam(Parcel& parcel, const std::string& key, int type) in ReadFromParcelParam() function in OHOS::DistributedSchedule::DistributedWantParams 1409 if (!ReadFromParcelParam(parcel, Str16ToStr8(key), type)) { in ReadFromParcel()
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_params_test.cpp | 1205 bool result2 = wantParams.ReadFromParcelParam(parcel, key, type1, 1);
|