| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
| D | ap_root_state.cpp | 40 bool ApRootState::ExecuteStateMsg(InternalMessage *msg) in ExecuteStateMsg()
|
| D | ap_idle_state.cpp | 41 bool ApIdleState::ExecuteStateMsg(InternalMessage *msg) in ExecuteStateMsg()
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
| D | p2p_group_formation_state.cpp | 38 bool P2pGroupFormationState::ExecuteStateMsg(InternalMessage *msg) in ExecuteStateMsg()
|
| D | p2p_inviting_state.cpp | 38 bool P2pInvitingState::ExecuteStateMsg(InternalMessage *msg) in ExecuteStateMsg()
|
| D | p2p_default_state.cpp | 35 bool P2pDefaultState::ExecuteStateMsg(InternalMessage *msg) in ExecuteStateMsg()
|
| D | p2p_disabling_state.cpp | 39 bool P2pDisablingState::ExecuteStateMsg(InternalMessage *msg) in ExecuteStateMsg()
|
| D | invitation_request_state.cpp | 49 bool InvitationRequestState::ExecuteStateMsg(InternalMessage *msg) in ExecuteStateMsg()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| D | log_print.cpp | 33 void Print(Level level, const std::string &tag, const std::string &msg) override in Print() 103 std::string msg; in Log() local
|
| /foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/common/ |
| D | uni_error.cpp | 90 napi_value msg = NVal::CreateUTF8String(env, errMsg).val_; in GetNapiErr() local 102 string msg = GetDefaultErrstr(); in ThrowErr() local
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| D | lnn_topo_manager.c | 84 void __attribute__((weak)) RouteLnnRelationEventHandler(const LnnRelationChangedMsg *msg) in RouteLnnRelationEventHandler() 288 const char *msg = NULL; in PackOneLnnRelation() local 384 static void ForwardTopoMsgToAll(const char *networkId, const uint8_t *msg, uint32_t len) in ForwardTopoMsgToAll() 412 const char *msg = NULL; in TryCorrectRelation() local 442 static void ProcessTopoUpdateInfo(cJSON *json, const char *networkId, const uint8_t *msg, uint32_t … in ProcessTopoUpdateInfo() 491 static void OnReceiveTopoUpdateMsg(LnnSyncInfoType type, const char *networkId, const uint8_t *msg,… in OnReceiveTopoUpdateMsg() 530 LnnRelationChangedMsg *msg = (LnnRelationChangedMsg *)para; in OnLnnRelationChangedDelay() local 542 LnnRelationChangedMsg *msg = NULL; in OnLnnRelationChanged() local
|
| /foundation/communication/dsoftbus/core/connection/br/src/ |
| D | softbus_conn_br_send_queue.c | 99 int32_t ConnBrEnqueueNonBlock(const void *msg) in ConnBrEnqueueNonBlock() 157 int32_t ConnBrDequeueBlock(void **msg) in ConnBrDequeueBlock()
|
| /foundation/multimedia/player_framework/services/utils/ |
| D | media_dfx.cpp | 33 char msg[MAX_STRING_SIZE] = {0}; in CreateMsg() local 60 void FaultEventWrite(std::string msg, std::string moudle) in FaultEventWrite()
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| D | msg_handle_loop.cpp | 48 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg() 61 bool MsgHandleLoop::SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs) in SendSyncMsg()
|
| /foundation/communication/dsoftbus/core/authentication/include/ |
| D | auth_session_message.h | 33 const char *msg; member
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
| D | ap_idle_state_test.cpp | 66 InternalMessage *msg; member in OHOS::Wifi::ApIdleState_test
|
| /foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
| D | disc_ble.c | 554 SoftBusMessage *msg = NULL; in BleOnStateChanged() local 1107 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in CreateBleHandlerMsg() local 1133 SoftBusMessage *msg = CreateBleHandlerMsg(funcCode, 0, 0, NULL); in ProcessBleDiscFunc() local 1272 static void StartActivePublish(SoftBusMessage *msg) in StartActivePublish() 1279 static void StartPassivePublish(SoftBusMessage *msg) in StartPassivePublish() 1290 static void StartActiveDiscovery(SoftBusMessage *msg) in StartActiveDiscovery() 1299 static void StartPassiveDiscovery(SoftBusMessage *msg) in StartPassiveDiscovery() 1306 static void Recovery(SoftBusMessage *msg) in Recovery() 1315 static void BleDiscTurnOff(SoftBusMessage *msg) in BleDiscTurnOff() 1327 SoftBusMessage *msg = CreateBleHandlerMsg(REPLY_PASSIVE_NON_BROADCAST, 0, 0, NULL); in ReplyPassiveNonBroadcast() local [all …]
|
| /foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
| D | softbus_hisysevt_connreporter.c | 256 static int32_t SetMsgParamNameAndType(SoftBusEvtReportMsg *msg, SoftBusEvtParamSize *paramSize) in SetMsgParamNameAndType() 270 static int32_t SetDevConnResultMsgParamValue(SoftBusEvtReportMsg *msg, ConnResultRecord *record, ch… in SetDevConnResultMsgParamValue() 298 static int32_t SetDevProcStepMsgParamValue(SoftBusEvtReportMsg *msg, ProcessStepRecord *record, in SetDevProcStepMsgParamValue() 321 static int32_t SoftBusCreateConnDurMsg(SoftBusEvtReportMsg *msg, ConnResultRecord *record, char *pk… in SoftBusCreateConnDurMsg() 340 static int32_t SoftBusCreateProcStepMsg(SoftBusEvtReportMsg *msg, SoftBusConnType connType, Process… in SoftBusCreateProcStepMsg() 360 static inline void ClearConnResultMsg(SoftBusEvtReportMsg *msg) in ClearConnResultMsg() 373 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(CONN_RESULT_DURATION_PARAM_NUM); in SoftBusReportConnResultRecordEvt() local 408 static inline void ClearProcStepMsg(SoftBusEvtReportMsg *msg) in ClearProcStepMsg() 420 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(PROCESS_STEP_DURATION_PARAM_NUM); in SoftBusReportProcessStepRecordEvt() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/ |
| D | distributeddata_dfx_ut_test.cpp | 73 struct CommFaultMsg msg{.userId = "user001", .appId = "myApp", .storeId = "storeTest"}; struct 116 struct DBFaultMsg msg {.appId = "MyApp", .storeId = "MyDatabase", struct
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/pbap_pse/ |
| D | pbap_pse_obex_server.cpp | 49 utility::Message msg(PSE_SHUTDOWN_COMPLETED); in ShutDown() local 61 …er::PseObexObserver::OnTransportError(const std::string &btAddr, int errCd, const std::string &msg) in OnTransportError()
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
| D | softbus_proxychannel_pipeline.c | 104 static void TransProxyPipelineFreeMessage(SoftBusMessage *msg) in TransProxyPipelineFreeMessage() 177 struct SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineOpenChannel() local 294 struct SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineCloseChannelDelay() local 338 struct SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineOnChannelOpened() local 403 struct SoftBusMessage *msg = SoftBusCalloc(sizeof(SoftBusMessage)); in TransProxyPipelineOnChannelOpenFailed() local 551 static void TransProxyPipelineHandleMessage(SoftBusMessage *msg) in TransProxyPipelineHandleMessage()
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
| D | p2p_group_formation_state_test.cpp | 68 InternalMessage msg; variable
|
| D | p2p_enabling_state_test.cpp | 68 InternalMessage msg; variable
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
| D | fsm_state.h | 34 int32_t HandleMessage(const MsgInfo &msg) override in HandleMessage()
|
| /foundation/communication/dhcp/test/services/dhcp_server/unittest/ |
| D | dhcp_binding_test.cpp | 94 std::string msg; variable
|
| /foundation/multimedia/player_framework/services/engine/gstreamer/common/state_machine/ |
| D | state_machine.cpp | 31 void StateMachine::HandleMessage(const InnerMessage &msg) in HandleMessage()
|