Home
last modified time | relevance | path

Searched defs:msg (Results 126 – 150 of 1298) sorted by relevance

12345678910>>...52

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h30 #define READ_STRING_RETURN_FALSE_LOG(parcel, value, msg) \ argument
36 #define READ_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument
42 #define READ_INT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument
48 #define READ_INT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument
54 #define READ_UINT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument
60 #define READ_UINT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument
66 #define READ_UINT16_RETURN_FALSE_LOG(parcel, value, msg) \ argument
72 #define READ_UINT8_RETURN_FALSE_LOG(parcel, value, msg) \ argument
84 #define WRITE_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument
90 #define WRITE_INT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.cpp75 void HfpAgStateMachine::AddDeferredMessage(const HfpAgMessage &msg) in AddDeferredMessage()
224 bool HfpAgDisconnected::Dispatch(const utility::Message &msg) in Dispatch()
259 bool HfpAgConnecting::Dispatch(const utility::Message &msg) in Dispatch()
326 bool HfpAgDisconnecting::Dispatch(const utility::Message &msg) in Dispatch()
364 bool HfpAgConnected::Dispatch(const utility::Message &msg) in Dispatch()
516 HfpAgMessage msg(HFP_AG_CONNECT_AUDIO_EVT); in ProcessVoiceRecognitionResult() local
552 bool HfpAgAudioConnecting::Dispatch(const utility::Message &msg) in Dispatch()
609 bool HfpAgAudioDisconnecting::Dispatch(const utility::Message &msg) in Dispatch()
649 bool HfpAgAudioConnected::Dispatch(const utility::Message &msg) in Dispatch()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c31 static void NetworkingHandleMessage(const SoftBusMessage* msg) in NetworkingHandleMessage()
40 static void CustomfreeMessage(SoftBusMessage* msg) in CustomfreeMessage()
54 SoftBusMessage* msg = SoftBusCalloc(sizeof(SoftBusMessage)); in TestMessageHandler() local
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp113 int32_t WakeupEngineImpl::Handle(const StateMsg &msg) in Handle()
335 StateMsg msg(INIT_DONE, &result, sizeof(int32_t)); in OnInitDone() local
351 int32_t WakeupEngineImpl::HandleSetParam(const StateMsg &msg, State & /* nextState */) in HandleSetParam()
362 int32_t WakeupEngineImpl::HandleGetParam(const StateMsg &msg, State & /* nextState */) in HandleGetParam()
410 int32_t WakeupEngineImpl::HandleInitDone(const StateMsg &msg, State &nextState) in HandleInitDone()
423 int32_t WakeupEngineImpl::HandleSetListener(const StateMsg &msg, State & /* nextState */) in HandleSetListener()
435 int32_t WakeupEngineImpl::HandleStart(const StateMsg &msg, State &nextState) in HandleStart()
495 int32_t WakeupEngineImpl::HandleRecognizeComplete(const StateMsg &msg, State &nextState) in HandleRecognizeComplete()
519 int32_t WakeupEngineImpl::HandleStartCapturer(const StateMsg &msg, State &nextState) in HandleStartCapturer()
532 int32_t WakeupEngineImpl::HandleRead(const StateMsg &msg, State & /* nextState */) in HandleRead()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.cpp58 bool PowerActiveState::Dispatch(const utility::Message &msg) in Dispatch()
88 bool PowerActiveActivingState::Dispatch(const utility::Message &msg) in Dispatch()
134 bool PowerActiveSniffingState::Dispatch(const utility::Message &msg) in Dispatch()
196 bool PowerSniffState::Dispatch(const utility::Message &msg) in Dispatch()
241 bool PowerSniffActivingState::Dispatch(const utility::Message &msg) in Dispatch()
298 bool PowerSniffSniffingState::Dispatch(const utility::Message &msg) in Dispatch()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Dvsnprintf_s_p.c37 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) argument
38 #define SECUREC_ERROR_INVALID_RANGE(msg) assert(msg "invalid dest buffer size" == NULL) argument
41 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n", msg) argument
44 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) argument
48 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") argument
49 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") argument
51 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) argument
52 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) argument
56 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) argument
57 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) argument
[all …]
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_task.cpp31 GraphicsTask::Message::Message(GraphicsTask::Message&& msg) in Message()
35 GraphicsTask::Message& GraphicsTask::Message::operator=(GraphicsTask::Message&& msg) in operator =()
83 Message& msg = messageQueue_.emplace(std::move(task)); in PushAsyncMessage() local
135 Message msg(std::move(messageQueue_.front())); in EngineThread() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp253 string msg = ""; variable
273 string msg = ""; variable
291 string msg = ""; variable
313 string msg = ""; variable
335 string msg = ""; variable
355 string msg = ""; variable
374 string msg = ""; variable
394 string msg = ""; variable
415 string msg = ""; variable
434 string msg = ""; variable
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_datahead_transform.c45 void PackProxyMessageHead(ProxyMessageHead *msg) in PackProxyMessageHead()
55 void UnpackProxyMessageHead(ProxyMessageHead *msg) in UnpackProxyMessageHead()
/ohos5.0/drivers/hdf_core/framework/model/audio/common/test/unittest/common/
H A Daudio_dsp_base_test.cpp44 struct HdfTestMsg msg = {g_testAudioType, TESTDSPGETSERVICENAME, -1}; variable
50 struct HdfTestMsg msg = {g_testAudioType, TESTDSPGETDAINAME, -1}; variable
/ohos5.0/drivers/hdf_core/framework/model/audio/core/test/unittest/common/
H A Daudio_host_test.cpp44 struct HdfTestMsg msg = {g_testAudioType, TEST_AUDIOHOSTCREATEANDBIND, -1}; variable
50 struct HdfTestMsg msg = {g_testAudioType, TEST_GETCARDINSTANCE, -1}; variable
H A Daudio_parse_test.cpp44 struct HdfTestMsg msg = {g_testAudioType, TEST_AUDIOFILLCONFIGDATA, -1}; variable
50 struct HdfTestMsg msg = {g_testAudioType, TEST_CODECGETREGCONFIG, -1}; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/behaviour/
H A Dbehaviour_reporter_impl.cpp19 ReportStatus BehaviourReporterImpl::Report(const BehaviourMsg &msg) in Report()
25 ReportStatus BehaviourReporterImpl::UDMFReport(const UdmfBehaviourMsg &msg) in UDMFReport()
/ohos5.0/drivers/peripheral/wlan/test/unittest/common/
H A Dhdf_net_buff_test.cpp60 struct HdfTestMsg msg = {TEST_WIFI_TYPE, WIFI_NET_BUF_TEST, -1}; variable
72 struct HdfTestMsg msg = {TEST_WIFI_TYPE, WIFI_NET_BUF_QUEUE_TEST, -1}; variable
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_queue.c29 static int32_t PlatformQueueNextMsg(struct PlatformQueue *queue, struct PlatformMsg **msg) in PlatformQueueNextMsg()
52 struct PlatformMsg *msg = NULL; in PlatformQueueWorker() local
150 int32_t PlatformQueueAddMsg(struct PlatformQueue *queue, struct PlatformMsg *msg) in PlatformQueueAddMsg()
173 int32_t PlatformQueueGetMsg(struct PlatformQueue *queue, struct PlatformMsg **msg, uint32_t tms) in PlatformQueueGetMsg()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_hmac.c43 static int32_t HmacCheckBuffer(const struct HksBlob *key, const struct HksBlob *msg, const struct H… in HmacCheckBuffer()
71 const struct HksBlob *key, uint32_t alg, const struct HksBlob *msg, const struct HksBlob *mac) in HmacCheckParam()
94 int32_t HksOpensslHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, st… in HksOpensslHmac()
161 int32_t HksOpensslHmacUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHmacUpdate()
179 int32_t HksOpensslHmacFinal(void **cryptoCtx, struct HksBlob *msg, struct HksBlob *mac) in HksOpensslHmacFinal()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service.cpp90 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in SetHotspotConfig() local
111 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in SetHotspotIdleTimeout() local
124 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in AddBlockList() local
139 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in DelBlockList() local
154 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in DisconnetStation() local
325 InternalMessagePtr msg = m_stateMachineObj.CreateMessage(); in OnWifiCountryCodeChanged() local
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/headset/
H A Dheadset_wakeup_engine_impl.cpp104 int32_t HeadsetWakeupEngineImpl::Handle(const StateMsg &msg) in Handle()
168 StateMsg msg(INIT_DONE, &result, sizeof(int32_t)); in OnInitDone() local
213 int32_t HeadsetWakeupEngineImpl::HandleInitDone(const StateMsg &msg, State &nextState) in HandleInitDone()
226 int32_t HeadsetWakeupEngineImpl::HandleSetListener(const StateMsg &msg, State & /* nextState */) in HandleSetListener()
319 int32_t HeadsetWakeupEngineImpl::HandleRecognizeComplete(const StateMsg &msg, State &nextState) in HandleRecognizeComplete()
343 int32_t HeadsetWakeupEngineImpl::HandleStartCapturer(const StateMsg &msg, State &nextState) in HandleStartCapturer()
356 int32_t HeadsetWakeupEngineImpl::HandleRead(const StateMsg &msg, State & /* nextState */) in HandleRead()
423 int32_t HeadsetWakeupEngineImpl::HandleSetParam(const StateMsg &msg, State & /* nextState */) in HandleSetParam()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_message_test.cpp176 char *msg = TransProxyPackHandshakeAckMsg(&chan); variable
209 char *msg = TransProxyPackHandshakeAckMsg(&chan); variable
236 char *msg = TransProxyPackHandshakeMsg(&info); variable
267 char *msg = TransProxyPackHandshakeMsg(&info); variable
299 char *msg = TransProxyPackHandshakeMsg(&info); variable
322 char* msg = TransProxyPackIdentity(identity); variable
338 ProxyMessageHead msg; variable
376 ProxyMessageHead msg; variable
417 ProxyMessage msg; variable
463 ProxyMessage msg, outMsg; variable
[all …]
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp484 MessageBuff *msg = nullptr; variable
497 MessageBuff **msg = nullptr; variable
524 MessageBuff *msg = nullptr; variable
539 MessageBuff **msg = nullptr; variable
548 MessageBuff msg; variable
608 MessageBuff msg = {.length = messageLen, .buff = message}; variable
1585 MessageBuff msg = {.length = 0, .buff = nullptr}; variable
1841 const uint8_t msg[] = {'1', '2'}; variable
1859 const uint8_t msg[] = {'1', 0x8f, '\0'}; variable
2002 const uint8_t msg[] = {'1', '2'}; variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1508 void StaStateMachine::DealReConnectCmd(InternalMessagePtr msg) in DealReConnectCmd()
1533 void StaStateMachine::DealReassociateCmd(InternalMessagePtr msg) in DealReassociateCmd()
1551 void StaStateMachine::DealStartWpsCmd(InternalMessagePtr msg) in DealStartWpsCmd()
1571 void StaStateMachine::StartWpsMode(InternalMessagePtr msg) in StartWpsMode()
1670 void StaStateMachine::DealCancelWpsCmd(InternalMessagePtr msg) in DealCancelWpsCmd()
1711 void StaStateMachine::DealStartRoamCmd(InternalMessagePtr msg) in DealStartRoamCmd()
2086 InternalMessagePtr msg = CreateMessage(); in StartRoamToNetwork() local
2103 InternalMessagePtr msg = CreateMessage(); in OnNetworkConnectionEvent() local
2148 InternalMessagePtr msg = CreateMessage(); in OnBssidChangedEvent() local
2165 InternalMessagePtr msg = CreateMessage(); in OnDhcpResultNotifyEvent() local
[all …]
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp958 std::string msg = "touch"; variable
975 std::string msg = "touch"; variable
992 std::string msg = "touch"; variable
1009 std::string msg = "touch"; variable
1026 std::string msg = "touch"; variable
1050 std::string msg = "touch"; variable
1073 std::string msg = "touch"; variable
1096 std::string msg = "touch"; variable
1124 std::string msg = "touch"; variable
1152 std::string msg = "touch"; variable
[all …]
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dauth_message_impl.cpp21 const std::vector<uint8_t> &AuthMessageImpl::GetMsgBuffer(const std::shared_ptr<AuthMessage> &msg) in GetMsgBuffer()
28 std::shared_ptr<AuthMessage> AuthMessage::As(const std::vector<uint8_t> &msg) in As()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp96 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid()
109 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid()
124 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid()
162 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked()
182 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix()
188 uint64_t requestTime, bool ret, std::string& msg, void* retAddr) in ReportDumpCatcherStats()
240 int DfxDumpCatcher::DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatchProcess()
358 int DfxDumpCatcher::DoDumpRemotePid(int pid, std::string& msg, bool isJson, int32_t timeout) in DoDumpRemotePid()
557 bool DfxDumpCatcher::DoReadBuf(int fd, std::string& msg) in DoReadBuf()
575 bool DfxDumpCatcher::DoReadRes(int fd, bool &ret, std::string& msg) in DoReadRes()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp353 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
368 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
382 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
396 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
410 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
425 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable

12345678910>>...52