Home
last modified time | relevance | path

Searched defs:msg (Results 1001 - 1025 of 1149) sorted by relevance

1...<<414243444546

/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp239 napi_value JsErrUtils::CreateJsError(napi_env env, const WMError& errorCode, std::string msg) in CreateJsError() argument
247 napi_value JsErrUtils::CreateJsError(napi_env env, const WmErrorCode& errorCode, std::string msg) in CreateJsError() argument
255 napi_value JsErrUtils::CreateJsError(napi_env env, const DMError& errorCode, std::string msg) in CreateJsError() argument
263 napi_value JsErrUtils::CreateJsError(napi_env env, const DmErrorCode& errorCode, std::string msg) in CreateJsError() argument
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c821 cJSON *msg = cJSON_CreateObject(); in TransPostAuthChannelMsg() local
1138 int32_t TransSendAuthMsg(int32_t channelId, const char *msg, int32_t len) in TransSendAuthMsg() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c153 static SyncInfoMsg *CreateSyncInfoMsg(LnnSyncInfoType type, const uint8_t *msg, in CreateSyncInfoMsg() argument
183 static void SendSyncInfoMsgOnly(const char *networkId, int32_t clientChannelId, SyncInfoMsg *msg) in SendSyncInfoMsgOnly() argument
196 SendSyncInfoMsg(SyncChannelInfo *info, SyncInfoMsg *msg) SendSyncInfoMsg() argument
261 DumpMsgExcludeListNode(const SyncInfoMsg *msg) DumpMsgExcludeListNode() argument
333 SyncInfoMsg *msg = NULL; SendSyncInfoMsgFromList() local
564 char *msg = JSON_PrintUnformatted(json); PackBleOfflineMsg() local
583 char *msg = JSON_PrintUnformatted(json); PackWifiOfflineMsg() local
955 ResetSendSyncInfo(SyncChannelInfo *oldInfo, const SyncChannelInfo *newInfo, SyncInfoMsg *msg) ResetSendSyncInfo() argument
977 SendSyncInfoByNewChannel(const char *networkId, SyncInfoMsg *msg) SendSyncInfoByNewChannel() argument
1018 TrySendSyncInfoMsg(const char *networkId, SyncInfoMsg *msg) TrySendSyncInfoMsg() argument
1071 TrySendSyncInfoMsgByAuth(const char *networkId, SyncInfoMsg *msg) TrySendSyncInfoMsgByAuth() argument
1160 LnnSendSyncInfoMsg(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t len, LnnSyncInfoMsgComplete complete) LnnSendSyncInfoMsg() argument
1189 FillAuthdataInfo(AuthTransData *dataInfo, char *msg) FillAuthdataInfo() argument
1244 char *msg = PackBleOfflineMsg((int64_t)netCapability, DISCOVERY_TYPE_BLE, LnnSendP2pSyncInfoMsg() local
1290 char *msg = PackWifiOfflineMsg(authPort, convertOfflineCode); LnnSendWifiOfflineInfoMsg() local
[all...]
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c499 static void CreateCalledApiInfoMsg(SoftBusEvtReportMsg* msg, CalledApiCntStruct *apiCntItem, in CreateCalledApiInfoMsg() argument
533 static void CreateCalledApiCntMsg(SoftBusEvtReportMsg* msg, CalledApiCntStruc argument
551 CreateOpenSessionKpiMsg(SoftBusEvtReportMsg* msg) CreateOpenSessionKpiMsg() argument
629 CreateOpenSessionCntMsg(SoftBusEvtReportMsg* msg) CreateOpenSessionCntMsg() argument
666 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_FIVE); SoftbusReportCalledAPIEvt() local
710 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_TWO); SoftbusReportCalledAPICntEvt() local
744 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_THIRTEEN); SoftbusReportOpenSessionKpiEvt() local
757 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_THREE); SoftbusReportOpenSessionCntEvt() local
769 CreateOpenSessionTimeMsg(SoftBusEvtReportMsg* msg) CreateOpenSessionTimeMsg() argument
830 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_SEVEN); SoftbusReportOpenSessionTimeEvt() local
842 CreateTransErrMsg(SoftBusEvtReportMsg* msg, int32_t errcode) CreateTransErrMsg() argument
856 CreateTransInfoMsg(SoftBusEvtReportMsg* msg, const char *infoMsg) CreateTransInfoMsg() argument
872 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_ONE); SoftbusReportTransErrorEvt() local
893 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_ONE); SoftbusReportTransInfoEvt() local
[all...]
H A Dsoftbus_hisysevt_connreporter.c268 static int32_t SetMsgParamNameAndType(SoftBusEvtReportMsg *msg, SoftBusEvtParamSize *paramSize) in SetMsgParamNameAndType() argument
282 static int32_t SetDevConnResultMsgParamValue(SoftBusEvtReportMsg *msg, ConnResultRecord *record, char *pkgName, in SetDevConnResultMsgParamValue() argument
310 static int32_t SetDevProcStepMsgParamValue(SoftBusEvtReportMsg *msg, ProcessStepRecord *record, in SetDevProcStepMsgParamValue() argument
333 static int32_t SoftBusCreateConnDurMsg(SoftBusEvtReportMsg *msg, ConnResultRecord *record, char *pkgName, in SoftBusCreateConnDurMsg() argument
355 SoftBusCreateProcStepMsg(SoftBusEvtReportMsg *msg, SoftBusConnType connType, ProcessStep step) SoftBusCreateProcStepMsg() argument
377 ClearConnResultMsg(SoftBusEvtReportMsg *msg) ClearConnResultMsg() argument
390 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(CONN_RESULT_DURATION_PARAM_NUM); SoftBusReportConnResultRecordEvt() local
427 ClearProcStepMsg(SoftBusEvtReportMsg *msg) ClearProcStepMsg() argument
439 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(PROCESS_STEP_DURATION_PARAM_NUM); SoftBusReportProcessStepRecordEvt() local
[all...]
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1034 int32_t SyncTrustedRelationShipInner(const char *pkgName, const char *msg, uint32_t msgLen) in SyncTrustedRelationShipInner() argument
1270 int32_t LnnOnNodeDeviceTrustedChange(const char *pkgName, int32_t type, const char *msg, uint32_ argument
[all...]
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c1125 static void BleConnectionMsgHandler(SoftBusMessage *msg) in BleConnectionMsgHandler() argument
1155 BleCompareConnectionLooperEventFunc(const SoftBusMessage *msg, void *args) BleCompareConnectionLooperEventFunc() argument
[all...]
H A Dsoftbus_conn_ble_server.c1117 static void BleGattServerMsgHandler(SoftBusMessage *msg) in BleGattServerMsgHandler() argument
1158 BleCompareGattServerLooperEventFunc(const SoftBusMessage *msg, void *args) BleCompareGattServerLooperEventFunc() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp185 const auto msg = Split(buf, SYMBOL_AT); in DecodeAscii() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c985 static int32_t ProcessMessage(int32_t channelId, uint32_t flags, uint64_t seq, const char *msg, uint32_t dataLen) in ProcessMessage() argument
H A Dtrans_tcp_direct_p2p.c523 char *msg = NULL; in VerifyP2p() local
1067 char *msg = VerifyP2pPack(conn->appInfo.myData.addr, conn->appInfo.myData.port, NULL); in StartVerifyP2pInfo() local
[all...]
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp1595 const char *msg = data.ReadCString(); in SyncTrustedRelationShipInner() local
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c512 static int32_t ParseRequestAppInfo(AuthHandle authHandle, const cJSON *msg, AppInfo *appInfo) in ParseRequestAppInfo() argument
579 static void TransOnExchangeUdpInfoReply(int64_t authId, int64_t seq, const cJSON *msg) in TransOnExchangeUdpInfoReply() argument
661 static void TransOnExchangeUdpInfoRequest(AuthHandle authHandle, int64_t seq, const cJSON *msg) in TransOnExchangeUdpInfoRequest() argument
716 static void TransOnExchangeUdpInfo(AuthHandle authHandle, int32_t isReply, int64_t seq, const cJSON *msg) in TransOnExchangeUdpInfo() argument
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp1885 const char *msg = ""; in HWTEST_F() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp788 auto msg = command->GetNegotiateMessage(); in ProcessConnectRequest() local
834 auto msg = command->GetNegotiateMessage(); in ProcessConnectRequestAsGo() local
923 auto msg = command->GetNegotiateMessage(); ProcessConnectRequestAsGc() local
1098 auto msg = command->GetNegotiateMessage(); ProcessNoAvailableInterface() local
1163 auto msg = command->GetNegotiateMessage(); ProcessReuseRequest() local
1202 auto msg = command->GetNegotiateMessage(); ProcessReuseResponse() local
1277 auto msg = command->GetNegotiateMessage(); ProcessGetInterfaceInfoRequest() local
1434 auto msg = command->GetNegotiateMessage(); ProcessConnectResponseAsGo() local
1473 auto msg = command->GetNegotiateMessage(); ProcessConnectResponseAsNone() local
1503 auto msg = command->GetNegotiateMessage(); ProcessConnectResponseWithGoInfoAsNone() local
1528 auto msg = command->GetNegotiateMessage(); ProcessConnectResponseWithGcInfoAsNone() local
1543 auto msg = command->GetNegotiateMessage(); ProcessConnectResponseAtWaitAuthHandShake() local
1575 UpdateWhenCreateSuccess(const NegotiateMessage &msg) UpdateWhenCreateSuccess() argument
1612 CreateGroup(const NegotiateMessage &msg) CreateGroup() argument
1641 UpdateWhenConnectSuccess(std::string groupConfig, const NegotiateMessage &msg) UpdateWhenConnectSuccess() argument
1674 ConnectGroup(const NegotiateMessage &msg, const std::shared_ptr<NegotiateChannel> &channel) ConnectGroup() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c67 static int32_t PostMessageToHandlerDelay(SoftBusMessage *msg, uint64_t delayMillis) in PostMessageToHandlerDelay() argument
100 static void HandleOnlineStateChangedMessage(SoftBusMessage *msg) in HandleOnlineStateChangedMessage() argument
111 HandleNodeBasicInfoChangedMessage(SoftBusMessage *msg) HandleNodeBasicInfoChangedMessage() argument
121 HandleNodeStatusChangedMessage(SoftBusMessage *msg) HandleNodeStatusChangedMessage() argument
136 HandleNetworkUpdateMessage(SoftBusMessage *msg) HandleNetworkUpdateMessage() argument
151 HandleNotifyMessage(SoftBusMessage *msg) HandleNotifyMessage() argument
180 FreeNotifyMessage(SoftBusMessage *msg) FreeNotifyMessage() argument
232 SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); PostNotifyMessage() local
252 SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); PostNotifyNodeStatusMessage() local
272 SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); PostNotifyMessageDelay() local
453 LnnNotifyDeviceTrustedChange(int32_t type, const char *msg, uint32_t msgLen) LnnNotifyDeviceTrustedChange() argument
[all...]
/foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/
H A Dsoftbusserverstub_fuzzer.cpp330 char msg[INPUT_NAME_SIZE_MAX] = ""; in SendMessageFuzzTest() local
398 char msg[INPUT_NAME_SIZE_MAX] = ""; in GrantPermissionFuzzTest() local
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs595 let mut msg = MsgParcel::new(); in primitive() variables
657 let mut msg = MsgParcel::new(); string() variables
696 let mut msg = MsgParcel::new(); primitive_bunch() variables
751 let mut msg = MsgParcel::new(); interface() variables
764 let mut msg = MsgParcel::new(); file_descriptor() variables
793 let mut msg = MsgParcel::new(); position() variables
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Droute_manager.cpp1052 struct fib_rule_hdr msg = {0}; in SendRuleToKernel() local
1102 struct fib_rule_hdr msg = {0}; in SendRuleToKernelEx() local
1152 struct rtmsg msg; in UpdateRouteRule() local
1183 SendRouteToKernel(uint16_t action, uint16_t routeFlag, rtmsg msg, RouteInfo routeInfo, uint32_t index) SendRouteToKernel() argument
[all...]
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp239 void NetHttpClientExec::HandleCurlData(CURLMsg *msg) in HandleCurlData() argument
423 CURLMsg *msg = nullptr; /* NOLINT */ in ReadResponse() local
[all...]
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.c156 static void DelCallbackMessage(const char *msg, int id) in DelCallbackMessage() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.cpp189 bool ScanStateMachine::InitState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() argument
241 void ScanStateMachine::InitState::HandleUpdateCountryCode(InternalMessagePtr msg) in HandleUpdateCountryCode() argument
279 bool ScanStateMachine::HardwareReady::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg() argument
322 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
362 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
413 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
478 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
510 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
572 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
640 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
677 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
733 ExecuteStateMsg(InternalMessagePtr msg) ExecuteStateMsg() argument
[all...]
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp257 napi_value CreateErrorMessage(napi_env env, const std::string &msg, int32_t errorCode) in CreateErrorMessage() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp682 InternalMessagePtr msg = pStaStateMachine->CreateMessage(); in StartWps() local
823 InternalMessagePtr msg = m_stateMachineObj.CreateMessage(); in OnWifiCountryCodeChanged() local
950 InternalMessagePtr msg = pStaStateMachine->CreateMessage(); EnableHiLinkHandshake() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp790 Message *msg = dataSync_->MoveNextDataMsg(context_, isNeedHandle, isNeedContinue); in ScheduleMsgAndHandle() local

Completed in 41 milliseconds

1...<<414243444546