Searched defs:isBinary (Results 1 – 7 of 7) sorted by relevance
| /foundation/communication/netstack/test/unittest/websocket/ |
| D | WebSocketTest.cpp | 701 bool isBinary = false; variable 713 bool isBinary = false; variable 739 bool isBinary = true; variable 751 bool isBinary = true; variable 763 bool isBinary = false; variable 775 bool isBinary = false; variable
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| D | js_runtime.cpp | 47 void JsRuntime::DumpHeapSnapshot(uint32_t tid, bool isFullGC, bool isBinary) in DumpHeapSnapshot()
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| D | cj_runtime.cpp | 351 void CJRuntime::DumpHeapSnapshot(uint32_t tid, bool isFullGC, bool isBinary) in DumpHeapSnapshot()
|
| D | js_runtime.cpp | 1283 void JsRuntime::DumpHeapSnapshot(uint32_t tid, bool isFullGC, bool isBinary) in DumpHeapSnapshot()
|
| /foundation/communication/netstack/frameworks/cj/websocket/src/ |
| D | net_websocket_exec.cpp | 221 static uint8_t* CreateMessagePara(CJWebsocketProxy *websocketProxy, bool isBinary) in CreateMessagePara() 915 size_t length, bool isBinary, bool isFinal) in OnMessage() 1000 void *data, size_t length, bool isBinary, bool isFinal) in HandleRcvMessage()
|
| /foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/ |
| D | websocket_exec.cpp | 105 bool isBinary; member 943 void WebSocketExec::OnMessage(EventManager *manager, void *data, size_t length, bool isBinary, bool… in OnMessage() 961 …ec::HandleRcvMessage(EventManager *manager, void *data, size_t length, bool isBinary, bool isFinal) in HandleRcvMessage()
|
| D | websocket_server_exec.cpp | 890 size_t length, bool isBinary, bool isFinal) in OnServerMessage() 910 size_t length, bool isBinary, bool isFinal) in HandleServerRcvMessage()
|