Home
last modified time | relevance | path

Searched defs:msgType (Results 26 - 50 of 113) sorted by relevance

12345

/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder_session.cpp128 int32_t msgType = jsonObject[TAG_MSG_TYPE].get<int32_t>(); in SendData() local
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp409 int16_t msgType = 123; // 123 is except num in HWTEST_F() local
717 int16_t msgType = 123; // 123 is except num HWTEST_F() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_appmgr_test.cpp847 int msgType = GetAppSpawnMsgType(appCtx); in HWTEST_F() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp157 AppSpawnMsgType msgType[] = {MSG_APP_SPAWN, MSG_GET_RENDER_TERMINATION_STATUS, in HWTEST_F() local
/base/telephony/sms_mms/services/sms/include/
H A Dsms_cb_data.h44 uint8_t msgType = GsmCbCodec::GSM_UNKNOWN; member
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h102 int32_t msgType = -1; member
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp302 int32_t msgType; in OnMessage() local
H A Dremote_auth_service.cpp119 int32_t msgType; in OnMessage() local
/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp184 int32_t msgType; in OnMessage() local
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp204 void BaseSocket::RefreshTraceInfo(const std::string &connectionName, int32_t msgType, bool ack, uint32_t messageSeq) in RefreshTraceInfo() argument
221 int32_t msgType = -1; in SendRequest() local
262 int32_t msgType = -1; in SendResponse() local
308 int32_t msgType = -1; ParseMessage() local
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h269 virtual void OnNotifyMsgReportFromLpDevice(const UUID &uuid, int msgType, const std::vector<uint8_t> &value) {}; in OnNotifyMsgReportFromLpDevice() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp345 int32_t msgType = 0; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp174 int32_t msgType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcSendMessageTest() local
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c374 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len, int32_t msgType) in ServerIpcSendMessage() argument
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp233 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len, int32_t msgType) in ServerIpcSendMessage() argument
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c242 int32_t msgType; in RemoveMessageFunc() local
315 int32_t LnnFsmPostMessage(FsmStateMachine *fsm, uint32_t msgType, void *data) in LnnFsmPostMessage() argument
323 int32_t LnnFsmPostMessageDelay(FsmStateMachine *fsm, uint32_t msgType, in LnnFsmPostMessageDelay() argument
353 LnnFsmRemoveMessage(FsmStateMachine *fsm, int32_t msgType) LnnFsmRemoveMessage() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_fsm_test.cpp374 int32_t msgType = MSGTYPE; in HWTEST_F() local
1000 int32_t msgType = EVENT_HB_MIN; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_conflict.c53 static int32_t LinkConflictPostMsgToHandler(int32_t msgType, uint64_t param1, uint64_t param2, in LinkConflictPostMsgToHandler() argument
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.cpp104 MsgType msgType = static_cast<MsgType>(std::stoi(data.substr(0, pos))); in Decode() local
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp295 int32_t msgType = TRANS_SESSION_BYTES; in HWTEST_F() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c34 static void NotifySendResult(int32_t sessionId, DFileMsgType msgType, in NotifySendResult() argument
199 static bool IsParmasValid(DFileMsgType msgType, const DFileMsg *msgData) in IsParmasValid() argument
161 NotifySocketSendResult( int32_t socket, DFileMsgType msgType, const DFileMsg *msgData, const FileListener *listener) NotifySocketSendResult() argument
209 FileSendErrorEvent(UdpChannel *udpChannel, FileListener *fileListener, const DFileMsg *msgData, DFileMsgType msgType, int32_t sessionId) FileSendErrorEvent() argument
228 FileSendListener(int32_t dfileId, DFileMsgType msgType, const DFileMsg *msgData) FileSendListener() argument
279 NotifyRecvResult(int32_t sessionId, DFileMsgType msgType, const DFileMsg *msgData, FileListener *listener) NotifyRecvResult() argument
317 NotifySocketRecvResult( int32_t socket, DFileMsgType msgType, const DFileMsg *msgData, const FileListener *listener) NotifySocketRecvResult() argument
357 FileRecvErrorEvent(UdpChannel *udpChannel, FileListener *fileListener, const DFileMsg *msgData, DFileMsgType msgType, int32_t sessionId) FileRecvErrorEvent() argument
375 FileReceiveListener(int32_t dfileId, DFileMsgType msgType, const DFileMsg *msgData) FileReceiveListener() argument
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_fsm_strategy_mock.cpp159 int32_t LnnFsmRemoveMessage(FsmStateMachine *fsm, int32_t msgType) in LnnFsmRemoveMessage() argument
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp109 std::string AuthMessageProcessor::CreateSimpleMessage(int32_t msgType) in CreateSimpleMessage() argument
270 int32_t msgType = jsonObject[TAG_MSG_TYPE].get<int32_t>(); in ParseMessage() local
583 CreateDeviceAuthMessage(int32_t msgType, const uint8_t *data, uint32_t dataLen) CreateDeviceAuthMessage() argument
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_third.cpp46 std::string AuthMessageProcessor::CreateSimpleMessage(int32_t msgType) in CreateSimpleMessage() argument
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp127 int32_t msgType = MSG_TYPE_NEGOTIATE; in HWTEST_F() local
1073 int32_t msgType = MSG_TYPE_SYNC_GROUP; in HWTEST_F() local
1640 int32_t msgType = 1; HWTEST_F() local
[all...]

Completed in 21 milliseconds

12345