Home
last modified time | relevance | path

Searched defs:msg (Results 1751 - 1775 of 6394) sorted by relevance

1...<<71727374757677787980>>...256

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp138 NegotiateMessage AuthNegotiateChannel::SendMessageAndWaitResponse(const NegotiateMessage &msg) in SendMessageAndWaitResponse() argument
191 static bool CheckSameAccount(const NegotiateMessage &msg) in CheckSameAccount() argument
224 NegotiateMessage msg; in OnAuthDataReceived() local
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager_test.cpp294 const char *msg = PackOneLnnRelation(UDID, PEER_UDID, OLD_RELATION, CONNECTION_ADDR_MAX); in HWTEST_F() local
446 LnnRelationChangedMsg *msg = in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_test.cpp751 void *msg = NULL; in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp399 OnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_t msgLen) OnNodeDeviceTrustedChange() argument
/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c155 int32_t LnnIpcSyncTrustedRelationShip(const char *pkgName, const char *msg, uint32_t msgLen) in LnnIpcSyncTrustedRelationShip() argument
203 int32_t LnnIpcNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) in LnnIpcNotifyDeviceTrustedChange() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info.c94 char *msg = JSON_PrintUnformatted(json); in LnnSyncDeviceNickName() local
109 static void OnReceiveDeviceName(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t len) in OnReceiveDeviceName() argument
241 OnReceiveDeviceNickName(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t len) OnReceiveDeviceNickName() argument
[all...]
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c87 static void ConnFreeMessage(SoftBusMessage *msg) in ConnFreeMessage() argument
100 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in ConnPostMsgToLooper() local
196 GetMsg(ConnectionQueue *queue, void **msg, bool *isFull, QueuePriority leastPriority) GetMsg() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_service_impl.cpp232 const char *msg = static_cast<const char *>(data); in BytesReceivedCallback() local
244 const char *msg = static_cast<const char *>(data); in MessageReceivedCallback() local
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_core_tcp_direct_test.cpp112 cJSON *msg = cJSON_CreateObject(); in TestGetMsgPack() local
335 string msg = TestGetMsgPack(); in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.cpp269 std::shared_ptr<Message> msg = Message::Decode(result); in OnMessageRecv() local
327 int32_t TMessenger::Send(const Message &msg) in Send() argument
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp151 char* msg = TransProxyPackHandshakeErrMsg(SOFTBUS_MEM_ERR); in HWTEST_F() local
176 char *msg = TransProxyPackHandshakeAckMsg(&chan); in HWTEST_F() local
209 char *msg = TransProxyPackHandshakeAckMsg(&chan); HWTEST_F() local
236 char *msg = TransProxyPackHandshakeMsg(&info); HWTEST_F() local
267 char *msg = TransProxyPackHandshakeMsg(&info); HWTEST_F() local
299 char *msg = TransProxyPackHandshakeMsg(&info); HWTEST_F() local
322 char* msg = TransProxyPackIdentity(identity); HWTEST_F() local
338 ProxyMessageHead msg; HWTEST_F() local
376 ProxyMessageHead msg; HWTEST_F() local
417 ProxyMessage msg; HWTEST_F() local
463 ProxyMessage msg, outMsg; HWTEST_F() local
498 ProxyMessage msg, outMsg; HWTEST_F() local
[all...]
H A Dsoftbus_trans_proxy_transceiver_test.cpp639 ProxyMessage msg; in HWTEST_F() local
728 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in HWTEST_F() local
[all...]
H A Dtrans_proxy_channel_test.cpp484 ProxyMessage msg; in HWTEST_F() local
608 ProxyMessage msg; in HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_traffic.cpp300 std::string msg; in HWTEST_F() local
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmsg.rs773 let mut msg = MsgParcel::new(); parcel_size() variables
822 let mut msg = MsgParcel::new(); read_to_end() variables
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket_diag.cpp88 int32_t NetLinkSocketDiag::ExecuteDestroySocket(uint8_t proto, const inet_diag_msg *msg) in ExecuteDestroySocket() argument
133 bool NetLinkSocketDiag::IsLoopbackSocket(const inet_diag_msg *msg) in IsLoopbackSocket() argument
149 IsMatchNetwork(const inet_diag_msg *msg, const std::string &ipAddr) IsMatchNetwork() argument
197 const auto *msg = reinterpret_cast<inet_diag_msg *>(NLMSG_DATA(nlh)); ProcessSockDiagDumpResponse() local
231 SockDiagDumpCallback(uint8_t proto, const inet_diag_msg *msg, const std::string &ipAddr, bool excludeLoopback) SockDiagDumpCallback() argument
306 SockDiagUidDumpCallback(uint8_t proto, const inet_diag_msg *msg, const NetLinkSocketDiag::DestroyFilter& needDestroy) SockDiagUidDumpCallback() argument
338 const auto *msg = reinterpret_cast<inet_diag_msg *>(NLMSG_DATA(nlh)); ProcessSockDiagUidDumpResponse() local
[all...]
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c67 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp123 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
276 ProcessCmdStationJoin(InternalMessagePtr msg) ProcessCmdStationJoin() argument
291 ProcessCmdStationLeave(InternalMessagePtr msg) ProcessCmdStationLeave() argument
303 ProcessCmdSetHotspotConfig(InternalMessagePtr msg) ProcessCmdSetHotspotConfig() argument
420 ProcessCmdSetHotspotIdleTimeout(InternalMessagePtr msg) ProcessCmdSetHotspotIdleTimeout() argument
458 ProcessCmdHotspotChannelChanged(InternalMessagePtr msg) ProcessCmdHotspotChannelChanged() argument
471 ProcessCmdAssociatedStaChanged(InternalMessagePtr msg) ProcessCmdAssociatedStaChanged() argument
500 ProcessCmdEnableAp(InternalMessagePtr msg) ProcessCmdEnableAp() argument
[all...]
H A Dap_service.cpp89 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in SetHotspotConfig() local
110 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); SetHotspotIdleTimeout() local
123 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); AddBlockList() local
138 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); DelBlockList() local
153 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); DisconnetStation() local
324 InternalMessagePtr msg = m_stateMachineObj.CreateMessage(); OnWifiCountryCodeChanged() local
[all...]
/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp45 bool NdefHarDataParser::TryNdef(const std::string& msg, std::shared_ptr<KITS::TagInfo> tagInfo) in TryNdef() argument
H A Dndef_wifi_data_parser.cpp217 std::shared_ptr<WifiData> NdefWifiDataParser::CheckWifiRecord(const std::string& msg) in CheckWifiRecord() argument
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dndef_tag_test.cpp187 std::shared_ptr<NdefMessage> msg; in HWTEST_F() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_server.c389 int PushBackCallbackMsg(int event, WifiHalEventCallbackMsg *msg) in PushBackCallbackMsg() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dconcrete_manager_state_machine.cpp149 bool ConcreteMangerMachine::DefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() argument
175 bool ConcreteMangerMachine::IdleState::ExecuteStateMsg(InternalMessagePtr msg) __attribute__((no_sanitize("cfi"))) in ExecuteStateMsg() argument
203 HandleSwitchToConnectMode(InternalMessagePtr msg) HandleSwitchToConnectMode() argument
214 HandleSwitchToScanOnlyMode(InternalMessagePtr msg) HandleSwitchToScanOnlyMode() argument
225 HandleSwitchToSemiActiveMode(InternalMessagePtr msg) HandleSwitchToSemiActiveMode() argument
236 HandleStartInIdleState(InternalMessagePtr msg) HandleStartInIdleState() argument
288 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
343 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
402 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
455 HandleCommonMessage(InternalMessagePtr msg) HandleCommonMessage() argument
655 checkAndContinueToStopWifi(InternalMessagePtr msg) checkAndContinueToStopWifi() argument
[all...]
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp127 InternalMessagePtr msg = std::make_shared<InternalMessage>(); in AddScanMessageBodyFuzzTest() local
141 InternalMessagePtr msg = std::make_shared<InternalMessage>(); in StoreRequestScanConfigFuzzTest() local

Completed in 19 milliseconds

1...<<71727374757677787980>>...256