Home
last modified time | relevance | path

Searched defs:OpenOptions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dopen_options.rs37 pub struct OpenOptions(SyncOpenOptions); struct
39 impl OpenOptions { impl
78 pub fn read(&mut self, read: bool) -> &mut OpenOptions { in read() method
102 pub fn write(&mut self, write: bool) -> &mut OpenOptions { in write() method
150 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/
H A Dwebsocket_client_innerapi.h57 struct OpenOptions { struct
70 int Connect(std::string URL, OpenOptions Options); argument