Home
last modified time | relevance | path

Searched refs:WriteArrayToParcelDouble (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp63 wantParams->WriteArrayToParcelDouble(parcel, ao); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp94 wantParams->WriteArrayToParcelDouble(parcel, ao); in DoSomethingInterestingWithMyApiDistributedWantParams002()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h191 bool WriteArrayToParcelDouble(Parcel &parcel, IArray *ao) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h150 bool WriteArrayToParcelDouble(Parcel& parcel, AAFwk::IArray* ao) const;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp949 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 Ddistributed_want_params.cpp953 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 Ddistributed_want_params_test.cpp918 bool result = wp.WriteArrayToParcelDouble(parcel, nullptr);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp1040 bool result = wp.WriteArrayToParcelDouble(parcel, nullptr);