Searched refs:WriteArrayToParcelDouble (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/ |
H A D | wantparamsthird_fuzzer.cpp | 63 wantParams->WriteArrayToParcelDouble(parcel, ao); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/ |
H A D | distributedwantparams_fuzzer.cpp | 94 wantParams->WriteArrayToParcelDouble(parcel, ao); in DoSomethingInterestingWithMyApiDistributedWantParams002()
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want_params.h | 191 bool WriteArrayToParcelDouble(Parcel &parcel, IArray *ao) const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want_params.h | 150 bool WriteArrayToParcelDouble(Parcel& parcel, AAFwk::IArray* ao) const;
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want_params.cpp | 949 bool WantParams::WriteArrayToParcelDouble(Parcel &parcel, IArray *ao) const in WriteArrayToParcelDouble() function in OHOS::AAFwk::WantParams 1012 return WriteArrayToParcelDouble(parcel, ao); in WriteArrayToParcel()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params.cpp | 953 bool DistributedWantParams::WriteArrayToParcelDouble(Parcel& parcel, AAFwk::IArray* ao) const in WriteArrayToParcelDouble() function in OHOS::DistributedSchedule::DistributedWantParams 986 return WriteArrayToParcelDouble(parcel, ao); in WriteArrayToParcel()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_params_test.cpp | 918 bool result = wp.WriteArrayToParcelDouble(parcel, nullptr);
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_params_test.cpp | 1040 bool result = wp.WriteArrayToParcelDouble(parcel, nullptr);
|