/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | js_err_utils.cpp | 239 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 D | trans_auth_manager.c | 821 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 D | lnn_sync_info_manager.c | 153 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 D | softbus_hisysevt_transreporter.c | 499 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 D | softbus_hisysevt_connreporter.c | 268 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 D | client_bus_center_manager.c | 1034 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 D | softbus_conn_ble_connection.c | 1125 static void BleConnectionMsgHandler(SoftBusMessage *msg) in BleConnectionMsgHandler() argument 1155 BleCompareConnectionLooperEventFunc(const SoftBusMessage *msg, void *args) BleCompareConnectionLooperEventFunc() argument [all...] |
H A D | softbus_conn_ble_server.c | 1117 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 D | wrapper_decoder.cpp | 185 const auto msg = Split(buf, SYMBOL_AT); in DecodeAscii() local
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 985 static int32_t ProcessMessage(int32_t channelId, uint32_t flags, uint64_t seq, const char *msg, uint32_t dataLen) in ProcessMessage() argument
|
H A D | trans_tcp_direct_p2p.c | 523 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 D | softbus_server_stub.cpp | 1595 const char *msg = data.ReadCString(); in SyncTrustedRelationShipInner() local
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 512 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 D | auth_test.cpp | 1885 const char *msg = ""; in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.cpp | 788 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 D | bus_center_event.c | 67 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 D | softbusserverstub_fuzzer.cpp | 330 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 D | wrapper.rs | 595 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 D | route_manager.cpp | 1052 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 D | net_http_client_exec.cpp | 239 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 D | wifi_hostapd_hal.c | 156 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 D | scan_state_machine.cpp | 189 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 D | nfc_napi_common_utils.cpp | 257 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 D | sta_service.cpp | 682 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 D | single_ver_sync_state_machine.cpp | 790 Message *msg = dataSync_->MoveNextDataMsg(context_, isNeedHandle, isNeedContinue); in ScheduleMsgAndHandle() local
|