Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/file_hook/
Dparcel_mock.cpp80 bool Parcel::WriteStringVector(const std::vector<std::string> &value) in WriteStringVector() function in OHOS::FileManagement::CloudSync::Parcel
/foundation/filemanagement/dfs_service/test/mock/
Dmessage_parcel_mock.cpp228 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
/foundation/distributeddatamgr/udmf/framework/common/unittest/mock/
Dmessage_parcel_mock.cpp206 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.cpp316 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.cpp197 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_proxy.cpp691 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector() function in OHOS::AppExecFwk::AppControlProxy
Dapp_control_host.cpp539 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector() function in OHOS::AppExecFwk::AppControlHost
/foundation/multimedia/media_foundation/tests/unittest/avmemory_unittest/mock/
Dparcel.cpp639 bool Parcel::WriteStringVector(const std::vector<std::string> &val) in WriteStringVector() function in OHOS::Parcel
/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/graphic/graphics_effect/src/platform/mock/
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