| /foundation/distributedhardware/device_manager/services/service/src/pinholder/ |
| H A D | pin_holder_session.cpp | 128 int32_t msgType = jsonObject[TAG_MSG_TYPE].get<int32_t>(); in SendData() local
|
| /base/request/request/test/unittest/cpp_test/fwkTest/src/ |
| H A D | response_message_receiver_test.cpp | 409 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 D | app_spawn_appmgr_test.cpp | 847 int msgType = GetAppSpawnMsgType(appCtx); in HWTEST_F() local [all...] |
| /base/startup/appspawn/test/unittest/app_spawn_client_test/ |
| H A D | app_spawn_interface_test.cpp | 157 AppSpawnMsgType msgType[] = {MSG_APP_SPAWN, MSG_GET_RENDER_TERMINATION_STATUS, in HWTEST_F() local
|
| /base/telephony/sms_mms/services/sms/include/ |
| H A D | sms_cb_data.h | 44 uint8_t msgType = GsmCbCodec::GSM_UNKNOWN; member
|
| /base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/ |
| H A D | hisysevent_adapter.h | 102 int32_t msgType = -1; member
|
| /base/useriam/user_auth_framework/services/context/src/ |
| H A D | remote_executor_stub.cpp | 302 int32_t msgType; in OnMessage() local
|
| H A D | remote_auth_service.cpp | 119 int32_t msgType; in OnMessage() local
|
| /base/useriam/user_auth_framework/services/core/src/ |
| H A D | remote_executor_proxy.cpp | 184 int32_t msgType; in OnMessage() local
|
| /base/useriam/user_auth_framework/services/remote_connect/src/ |
| H A D | soft_bus_base_socket.cpp | 204 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 D | bluetooth_ble_central_manager.h | 269 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 D | trans_channel_manager_test.cpp | 345 int32_t msgType = 0; in HWTEST_F() local
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
| H A D | transserverproxyextern_fuzzer.cpp | 174 int32_t msgType = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcSendMessageTest() local
|
| /foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
| H A D | trans_server_proxy.c | 374 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 D | trans_server_proxy.cpp | 233 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 D | lnn_state_machine.c | 242 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 D | hb_fsm_test.cpp | 374 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 D | lnn_lane_link_conflict.c | 53 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 D | tmessenger.cpp | 104 MsgType msgType = static_cast<MsgType>(std::stoi(data.substr(0, pos))); in Decode() local
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
| H A D | trans_ipc_test.cpp | 295 int32_t msgType = TRANS_SESSION_BYTES; in HWTEST_F() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
| H A D | client_trans_file.c | 34 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 D | hb_fsm_strategy_mock.cpp | 159 int32_t LnnFsmRemoveMessage(FsmStateMachine *fsm, int32_t msgType) in LnnFsmRemoveMessage() argument
|
| /foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
| H A D | auth_message_processor.cpp | 109 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 D | UTTest_dm_auth_manager_third.cpp | 46 std::string AuthMessageProcessor::CreateSimpleMessage(int32_t msgType) in CreateSimpleMessage() argument
|
| /foundation/distributedhardware/device_manager/test/unittest/ |
| H A D | UTTest_auth_message_processor.cpp | 127 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...] |