Home
last modified time | relevance | path

Searched refs:WriteString16Vector (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dcontinuation_extra_params.cpp62 parcel.WriteString16Vector(ContinationManagerUtils::Str8VecToStr16Vec(GetDeviceType())); in Marshalling()
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp205 bool WriteString16Vector(Parcel &parcel, rust::slice<const rust::string> val) in WriteString16Vector() function
212 return parcel.WriteString16Vector(v); in WriteString16Vector()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/c/src/
H A Dipc_rust_test.cpp67 WriteTestVector<std::u16string>(parcel, u"TEST", &Parcel::WriteString16Vector); in WriteTestVec()
159 ReadAndWriteV(parcel, data, &Parcel::WriteString16Vector, &Parcel::ReadString16Vector); in ReadAndWrite()
/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dparcel_wrapper.h66 bool WriteString16Vector(Parcel &parcel, rust::slice<const rust::string> val);
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs27 WriteBuffer, WriteInterfaceToken, WriteRemoteObject, WriteString16, WriteString16Vector,
288 match WriteString16Vector(self.as_parcel_mut(), s) { in write_string16_vec()
H A Dwrapper.rs134 fn WriteString16Vector(parcel: Pin<&mut Parcel>, val: &[String]) -> bool; in WriteString16Vector() functions
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dapi_cache_manager_test.cpp268 EXPECT_EQ(data.WriteString16Vector(key16StringVector), true); in LRUTest001AddCache3()
276 EXPECT_EQ(reply.WriteString16Vector(val16StringVector), true); in LRUTest001AddCache3()
400 EXPECT_EQ(data.WriteString16Vector(key16StringVector), true); in LRUTest001ParcelCache8()
424 EXPECT_EQ(reply.WriteString16Vector(val16StringVector), true); in LRUTest001AddCache8()
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp609 bool Parcel::WriteString16Vector(const std::vector<std::u16string> &val) in WriteString16Vector() function in OHOS::Parcel
H A Dparcel.h689 bool WriteString16Vector(const std::vector<std::u16string> &val);
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp374 data.WriteString16Vector(writeString16Vector); in TestParcelString16Vector()
H A Dtest_service_skeleton.cpp287 data.WriteString16Vector(args); in TestAsyncDumpService()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp235 ret = reply.WriteString16Vector(saNameVector); in ListSystemAbilityInner()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp133 data.WriteString16Vector(args); in Dump()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp847 return parcel.WriteString16Vector(array); in WriteArrayToParcelString()
H A Ddistributed_want.cpp912 if (!parcel.WriteString16Vector(entityU16)) { in MarshallingWriteEntities()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp2086 if (!parcel.WriteString16Vector(entityU16)) { in WriteEntities()
H A Dwant_params.cpp846 return parcel.WriteString16Vector(array); in WriteArrayToParcelString()

Completed in 28 milliseconds