Home
last modified time | relevance | path

Searched defs:msg (Results 276 – 300 of 1298) sorted by relevance

1...<<11121314151617181920>>...52

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dmod.rs17 pub(crate) mod msg; module
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/
H A Dhdf_emmc_entry_test.c15 int32_t HdfEmmcUnitTestEntry(HdfTestMsg *msg) in HdfEmmcUnitTestEntry()
H A Dhdf_hdmi_entry_test.c16 int32_t HdfHdmiUnitTestEntry(HdfTestMsg *msg) in HdfHdmiUnitTestEntry()
H A Dhdf_i2s_entry_test.c15 int32_t HdfI2sUnitTestEntry(HdfTestMsg *msg) in HdfI2sUnitTestEntry()
H A Dhdf_regulator_entry_test.c15 int32_t HdfRegulatorUnitTestEntry(HdfTestMsg *msg) in HdfRegulatorUnitTestEntry()
H A Dhdf_sdio_entry_test.c16 int32_t HdfSdioUnitTestEntry(HdfTestMsg *msg) in HdfSdioUnitTestEntry()
/ohos5.0/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
H A Dhcs_parser_test.c72 int32_t HdfConfigEntry(HdfTestMsg *msg) in HdfConfigEntry()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/behaviour/
H A Dpasteboard_behaviour_reporter_impl.cpp23 ReportStatus PasteboardBehaviourReporterImpl::Report(const PasteboardBehaviourMsg &msg) in Report()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/fault/
H A Dpasteboard_fault_impl.cpp23 ReportStatus PasteboardFaultImpl::Report(const PasteboardFaultMsg &msg) in Report()
/ohos5.0/base/security/code_signature/utils/include/
H A Dopenssl_utils.h34 #define ERR_LOG_WITH_OPEN_SSL_MSG(msg) do { \ argument
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddfx_agent.cpp93 std::string msg = eventMsg; in ReportLagEvent() local
139 std::string msg = "lagEvent=Video"; in ProcessVideoLagEvent() local
149 std::string msg = "lagEvent=Audio"; in ProcessAudioLagEvent() local
159 std::string msg = "lagEvent=Stream"; in ProcessStreamLagEvent() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dauth_command_unit_test.cpp172 const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0402()
197 const std::shared_ptr<AuthMessage> &msg) { return USERAUTH_ERROR; }); in __anon365e08aa0502()
216 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0602()
219 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0702()
222 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0802()
248 const std::shared_ptr<AuthMessage> &msg) { return USERAUTH_SUCCESS; }); in __anon365e08aa0902()
H A Denroll_command_unit_test.cpp172 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon10925dc40402()
198 const std::shared_ptr<AuthMessage> &msg) { return USERAUTH_ERROR; }); in __anon10925dc40502()
217 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40602()
220 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40702()
223 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40802()
249 std::shared_ptr<AuthMessage> msg) { return USERAUTH_SUCCESS; }); in __anon10925dc40902()
H A Didentify_command_unit_test.cpp173 const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40402()
198 const std::shared_ptr<AuthMessage> &msg) { return USERAUTH_ERROR; }); in __anon8aa13ab40502()
217 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40602()
220 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40702()
223 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40802()
249 const std::shared_ptr<AuthMessage> &msg) { return USERAUTH_SUCCESS; }); in __anon8aa13ab40902()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_discreporter.c139 static int32_t SetMsgParamNameAndType(SoftBusEvtReportMsg *msg, SoftBusEvtParamSize *paramSize) in SetMsgParamNameAndType()
153 static int32_t SetDevFirstDiscMsgParamValve(SoftBusEvtReportMsg *msg, uint32_t medium) in SetDevFirstDiscMsgParamValve()
174 static int32_t SoftBusCreateFirstDiscDurMsg(SoftBusEvtReportMsg *msg, uint32_t medium) in SoftBusCreateFirstDiscDurMsg()
244 static int32_t SoftBusCreateDiscDetailsMsg(SoftBusEvtReportMsg *msg, DiscDetailNode *discDetailItem) in SoftBusCreateDiscDetailsMsg()
298 static int32_t SoftBusCreateDiscBleRssiMsg(SoftBusEvtReportMsg *msg) in SoftBusCreateDiscBleRssiMsg()
329 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(FIRST_DISC_DURATION_PARAM_NUM); in SoftBusReportFirstDiscDurationEvt() local
366 static inline void FreeDiscDetailsMsg(SoftBusEvtReportMsg *msg) in FreeDiscDetailsMsg()
379 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(DISCOVERY_DETAILS_PARAM_NUM); in SoftBusReportDiscDetailsEvt() local
406 static inline void FreeDiscBleRssiMsg(SoftBusEvtReportMsg *msg) in FreeDiscBleRssiMsg()
419 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(DISCOVERY_BLE_RSSI_PARAM_NUM); in SoftBusReportDiscBleRssiEvt() local
H A Dsoftbus_hisysevt_transreporter.c555 static void CreateOpenSessionKpiMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionKpiMsg()
633 static void CreateOpenSessionCntMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionCntMsg()
670 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_FIVE); in SoftbusReportCalledAPIEvt() local
714 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_TWO); in SoftbusReportCalledAPICntEvt() local
761 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_THREE); in SoftbusReportOpenSessionCntEvt() local
773 static void CreateOpenSessionTimeMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionTimeMsg()
834 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_SEVEN); in SoftbusReportOpenSessionTimeEvt() local
846 static inline void CreateTransErrMsg(SoftBusEvtReportMsg* msg, int32_t errcode) in CreateTransErrMsg()
860 static inline void CreateTransInfoMsg(SoftBusEvtReportMsg* msg, const char *infoMsg) in CreateTransInfoMsg()
876 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(SOFTBUS_EVT_PARAM_ONE); in SoftbusReportTransErrorEvt() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Drd_log_print.cpp23 void PrintLog(LogPrint::Level level, const char *tag, const std::string &msg) in PrintLog()
73 std::string msg; in Log() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp188 cJSON *msg = cJSON_Parse((char *)msgStr.c_str()); variable
204 cJSON *msg = cJSON_Parse((char *)msgStr.c_str()); variable
225 string msg = "ProcessMessage"; variable
284 cJSON *msg = cJSON_Parse(data); variable
320 cJSON *msg = cJSON_Parse(msgStr.c_str()); variable
345 cJSON *msg = cJSON_Parse(data); variable
369 cJSON *msg = cJSON_Parse(msgStr.c_str()); variable
835 cJSON *msg = cJSON_CreateObject(); variable
892 cJSON *msg = cJSON_Parse(msgStr.c_str()); variable
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_event_adapter.c70 static int NoSeqCheck(struct nl_msg *msg, void *arg) in NoSeqCheck()
211 static int32_t WifiGetScanResultHandler(struct nl_msg *msg, void *arg) in WifiGetScanResultHandler()
280 struct nl_msg *msg = nlmsg_alloc(); in WifiEventScanResultProcess() local
380 static int32_t ProcessEvent(struct nl_msg *msg, void *arg) in ProcessEvent()
450 static int32_t CtrlNoSeqCheck(struct nl_msg *msg, void *arg) in CtrlNoSeqCheck()
482 static int32_t CtrlSocketFinishHandler(struct nl_msg *msg, void *arg) in CtrlSocketFinishHandler()
490 static int32_t CtrlSocketAckHandler(struct nl_msg *msg, void *arg) in CtrlSocketAckHandler()
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp84 void SocPerf::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
111 void SocPerf::PerfRequestEx(int32_t cmdId, bool onOffTag, const std::string& msg) in PerfRequestEx()
141 void SocPerf::PowerLimitBoost(bool onOffTag, const std::string& msg) in PowerLimitBoost()
166 void SocPerf::ThermalLimitBoost(bool onOffTag, const std::string& msg) in ThermalLimitBoost()
248 const std::vector<int32_t>& tags, const std::vector<int64_t>& configs, const std::string& msg) in LimitRequest()
269 void SocPerf::SetRequestStatus(bool status, const std::string& msg) in SetRequestStatus()
448 std::string SocPerf::RequestCmdIdCount(const std::string &msg) in RequestCmdIdCount()
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/
H A Djni_helper.cpp74 void JniHelperThrowException(JNIEnv *env, const char *className, const char *msg) in JniHelperThrowException()
91 void JniHelperThrowNullPointerException(JNIEnv *env, const char *msg) in JniHelperThrowNullPointerException()
96 void JniHelperThrowIllegalStateException(JNIEnv *env, const char *msg) in JniHelperThrowIllegalStateException()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp47 struct nduseroptmsg *msg = (struct nduseroptmsg *)data; in parseNdUserOptMessage() local
66 void DhcpIpv6Client::parseNDRouteMessage(void* msg) in parseNDRouteMessage()
113 void DhcpIpv6Client::parseNewneighMessage(void* msg) in parseNewneighMessage()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_item_info.c119 void OnReceiveDeviceName(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t … in OnReceiveDeviceName()
140 void OnReceiveTransReqMsg(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uint32_t… in OnReceiveTransReqMsg()
157 static void OnReceiveBrOffline(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, uin… in OnReceiveBrOffline()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dverifier_impl.cpp123 void VerifierImpl::HandleVerifierMsg(uint64_t scheduleId, const std::vector<uint8_t> &msg) in HandleVerifierMsg()
150 …_t VerifierImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage()
185 std::vector<uint8_t> msg; in Authenticate() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher.cpp509 …nternalEventDispatcher::Run(WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in Run()
527 int WifiInternalEventDispatcher::AddBroadCastMsg(const WifiEventCallbackMsg &msg) in AddBroadCastMsg()
552 void WifiInternalEventDispatcher::PublishStaEvent(const WifiEventCallbackMsg &msg) in PublishStaEvent()
577 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealStaCallbackMsg()
615 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealScanCallbackMsg()
642 void WifiInternalEventDispatcher::InvokeScanCallbacks(const WifiEventCallbackMsg &msg) in InvokeScanCallbacks()
685 const WifiEventCallbackMsg &msg) __attribute__((no_sanitize("cfi"))) in InvokeDeviceCallbacks()
744 void WifiInternalEventDispatcher::InvokeHotspotCallbacks(const WifiEventCallbackMsg &msg) in InvokeHotspotCallbacks()
780 WifiInternalEventDispatcher &instance, const WifiEventCallbackMsg &msg) in DealHotspotCallbackMsg()
804 void WifiInternalEventDispatcher::InvokeP2pCallbacks(const WifiEventCallbackMsg &msg) in InvokeP2pCallbacks()
[all …]

1...<<11121314151617181920>>...52