/ohos5.0/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 168 if (openResult) { in OpenFile() 169 return openResult; in OpenFile() 178 auto openResult = OpenCore(destFile, UV_FS_O_RDWR | UV_FS_O_CREAT | in OpenFile() local 180 if (openResult) { in OpenFile() 181 return openResult; in OpenFile()
|
/ohos5.0/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 *webSocketOpenRes… in Conv2OpenResult() argument 90 webSocketOpenResult->code = openResult.status; in Conv2OpenResult() 91 webSocketOpenResult->reason = openResult.message; in Conv2OpenResult()
|
H A D | net_websocket.cpp | 62 void OH_NetStack_OnOpenCallback(WebSocketClient *ptrInner, OpenResult openResult) in OH_NetStack_OnOpenCallback() argument 66 Conv2OpenResult(openResult, &OH_OpenResult); in OH_NetStack_OnOpenCallback()
|
/ohos5.0/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 141 if (openResult) { in OpenFile() 142 return openResult; in OpenFile() 151 auto openResult = OpenCore(destFile, UV_FS_O_RDWR | UV_FS_O_CREAT | in OpenFile() local 153 if (openResult) { in OpenFile() 154 return openResult; in OpenFile()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | file_metadata_stream.cpp | 309 bool openResult = false; in Open() local 312 openResult = OpenFromFD(modeStr); in Open() 316 openResult = OpenFromPath(modeStr); in Open() 319 if (!openResult) { in Open()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_reader.cpp | 192 const int openResult = unzOpenCurrentFile(zipFile_); in ExtractCurrentEntry() local 193 if (openResult != UNZ_OK) { in ExtractCurrentEntry()
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/c/net_websocket/include/ |
H A D | net_websocket_adapter.h | 35 int32_t Conv2OpenResult(struct OpenResult openResult, struct WebSocket_OpenResult *webSocketOpenRes…
|
H A D | net_websocket_type.h | 103 typedef void (*WebSocket_OnOpenCallback)(struct WebSocket *client, WebSocket_OpenResult openResult);
|
/ohos5.0/foundation/communication/netstack/frameworks/native/websocket_client/ |
H A D | websocket_client.cpp | 246 OpenResult openResult; in LwsCallbackClientEstablished() local 247 openResult.status = client->GetClientContext()->openStatus; in LwsCallbackClientEstablished() 248 openResult.message = client->GetClientContext()->openMessage.c_str(); in LwsCallbackClientEstablished() 249 client->onOpenCallback_(client, openResult); in LwsCallbackClientEstablished()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | netstack.md | 44 …ket.md) \*client, [WebSocket_OpenResult](_web_socket___open_result.md) openResult) | websocket客户端接… 164 typedef void(* WebSocket_OnOpenCallback) (struct WebSocket *client, WebSocket_OpenResult openResult) 176 | openResult | websocket客户端接收建立连接消息的内容 |
|
H A D | net__websocket__type_8h.md | 37 …ket.md) \*client, [WebSocket_OpenResult](_web_socket___open_result.md) openResult) | websocket客户端接…
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/websocket_client/include/ |
H A D | websocket_client_innerapi.h | 68 typedef void (*OnOpenCallback)(WebSocketClient *client, OpenResult openResult);
|
/ohos5.0/foundation/communication/netstack/test/unittest/websocket_capi_unittest/ |
H A D | websocket_capi_unittest.cpp | 40 static void OnOpen(struct WebSocket *client, WebSocket_OpenResult openResult) {} in OnOpen() argument
|
/ohos5.0/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
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | net__websocket__type_8h.md | 37 …ket.md) \*client, [WebSocket_OpenResult](_web_socket___open_result.md) openResult) | Callback invo…
|
H A D | netstack.md | 44 …ket.md) \*client, [WebSocket_OpenResult](_web_socket___open_result.md) openResult) | Callback invo… 164 typedef void(* WebSocket_OnOpenCallback) (struct WebSocket *client, WebSocket_OpenResult openResult) 176 | openResult | Content of the connection setup message received by the WebSocket client. |
|
/ohos5.0/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
|