Searched defs:openResult (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/netstack/test/unittest/websocket_inner_unittest/ |
H A D | websocket_inner_unittest.cpp | 51 static void OnOpen(WebSocketClient *client, OpenResult openResult) {} in OnOpen() argument
|
/foundation/communication/netstack/test/unittest/websocket_test/ |
H A D | websocket_inner_unittest.cpp | 51 static void OnOpen(WebSocketClient *client, OpenResult openResult) {}
in OnOpen() argument
|
H A D | websocket_capi_unittest.cpp | 40 static void OnOpen(struct WebSocket *client, WebSocket_OpenResult openResult) {}
in OnOpen() argument
|
/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/ |
H A D | net_websocket_adapter.cpp | 88 int32_t Conv2OpenResult(struct OpenResult openResult, struct WebSocket_OpenResult *webSocketOpenResult)
in Conv2OpenResult() argument
|
H A D | net_websocket.cpp | 62 void OH_NetStack_OnOpenCallback(WebSocketClient *ptrInner, OpenResult openResult)
in OH_NetStack_OnOpenCallback() argument
|
/foundation/communication/netstack/test/unittest/websocket_capi_unittest/ |
H A D | websocket_capi_unittest.cpp | 41 static void OnOpen(struct WebSocket *client, WebSocket_OpenResult openResult) {} in OnOpen() argument
|
/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/ |
H A D | websocket_inner_fuzzer.cpp | 79 static void OnOpen(WebSocketClient *client, OpenResult openResult) {} in OnOpen() argument
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy_file.cpp | 140 auto openResult = OpenCore(srcFile, UV_FS_O_RDONLY, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
in OpenFile() local 151 auto openResult = OpenCore(destFile, UV_FS_O_RDWR | UV_FS_O_CREAT |
in OpenFile() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy_file.cpp | 167 auto openResult = OpenCore(srcFile, UV_FS_O_RDWR, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in OpenFile() local 178 auto openResult = OpenCore(destFile, UV_FS_O_RDWR | UV_FS_O_CREAT | in OpenFile() local
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_reader.cpp | 192 const int openResult = unzOpenCurrentFile(zipFile_); in ExtractCurrentEntry() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | file_metadata_stream.cpp | 309 bool openResult = false; in Open() local
|
/foundation/communication/netstack/frameworks/native/websocket_client/ |
H A D | websocket_client.cpp | 246 OpenResult openResult;
in LwsCallbackClientEstablished() local
|
Completed in 7 milliseconds