Home
last modified time | relevance | path

Searched defs:WriteStringVector (Results 1 – 7 of 7) sorted by relevance

/foundation/filemanagement/dfs_service/test/mock/
Dmessage_parcel_mock.cpp140 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
/foundation/window/window_manager/window_scene/test/mock/
Dmock_message_parcel.cpp229 bool Parcel::WriteStringVector(const std::vector<std::string>& val) in WriteStringVector() function in OHOS::Parcel
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dparcel_wrapper.cpp196 bool WriteStringVector(Parcel &parcel, rust::slice<const rust::string> val) in WriteStringVector() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
Dapp_control_host.cpp486 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector() function in OHOS::AppExecFwk::AppControlHost
Dapp_control_proxy.cpp651 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector() function in OHOS::AppExecFwk::AppControlProxy
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp604 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
Dwrapper.rs133 fn WriteStringVector(parcel: Pin<&mut Parcel>, val: &[String]) -> bool; in WriteStringVector() function