Home
last modified time | relevance | path

Searched defs:isBinary (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/netstack/test/unittest/websocket/
DWebSocketTest.cpp701 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/
Djs_runtime.cpp47 void JsRuntime::DumpHeapSnapshot(uint32_t tid, bool isFullGC, bool isBinary) in DumpHeapSnapshot()
/foundation/ability/ability_runtime/frameworks/native/runtime/
Dcj_runtime.cpp351 void CJRuntime::DumpHeapSnapshot(uint32_t tid, bool isFullGC, bool isBinary) in DumpHeapSnapshot()
Djs_runtime.cpp1283 void JsRuntime::DumpHeapSnapshot(uint32_t tid, bool isFullGC, bool isBinary) in DumpHeapSnapshot()
/foundation/communication/netstack/frameworks/cj/websocket/src/
Dnet_websocket_exec.cpp221 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/
Dwebsocket_exec.cpp105 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()
Dwebsocket_server_exec.cpp890 size_t length, bool isBinary, bool isFinal) in OnServerMessage()
910 size_t length, bool isBinary, bool isFinal) in HandleServerRcvMessage()