Home
last modified time | relevance | path

Searched defs:msg (Results 176 – 200 of 1959) sorted by relevance

12345678910>>...79

/aosp14/frameworks/base/core/java/android/os/
H A DBadParcelableException.java29 public BadParcelableException(String msg) { in BadParcelableException()
36 public BadParcelableException(String msg, Throwable cause) { in BadParcelableException()
/aosp14/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
H A DTestException.java28 TestException(String msg) { in TestException()
32 TestException(String msg, Exception cause) { in TestException()
/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/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sms_test.cpp490 GsmSmsMessageInfo msg; variable
509 GsmSmsMessageInfo msg; variable
566 GsmSmsMessageInfo msg; variable
585 GsmSmsMessageInfo msg; variable
604 SendCdmaSmsMessageInfo msg; variable
622 SendCdmaSmsMessageInfo msg; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_state_machine.cpp24 bool A2dpDisconnected::Dispatch(const utility::Message &msg) in Dispatch()
59 bool A2dpDisconnecting::Dispatch(const utility::Message &msg) in Dispatch()
73 bool A2dpConnected::Dispatch(const utility::Message &msg) in Dispatch()
145 bool A2dpConnecting::Dispatch(const utility::Message &msg) in Dispatch()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dsoftap_manager_state_machine.cpp124 bool SoftapManagerMachine::DefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
150 bool SoftapManagerMachine::IdleState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
169 void SoftapManagerMachine::IdleState::HandleStartInIdleState(InternalMessagePtr msg) in HandleStartInIdleState()
197 bool SoftapManagerMachine::StartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.cpp193 HfpHfMessage msg(what); in ConnectRequest() local
201 HfpHfMessage msg(what); in UpdateConnectState() local
208 HfpHfMessage msg(what); in ScoConnectRequest() local
216 HfpHfMessage msg(what); in UpdateScoConnectState() local
223 HfpHfMessage msg(what); in ProcessSdpDiscoveryResult() local
230 HfpHfMessage msg(HFP_HF_REMOVE_STATE_MACHINE_EVT); in RemoveSateMachine() local
237 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT); in CurrentCallsReplyDone() local
245 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT, result); in OpenVoiceRecognitionResult() local
253 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT, result); in CloseVoiceRecognitionResult() local
261 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT, status); in VoiceRecognitionChanged() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp53 bool AdapterTurnOffState::Dispatch(const utility::Message &msg) in Dispatch()
87 bool AdapterTurningOnState::Dispatch(const utility::Message &msg) in Dispatch()
143 bool AdapterTurnOnState::Dispatch(const utility::Message &msg) in Dispatch()
177 bool AdapterTurningOffState::Dispatch(const utility::Message &msg) in Dispatch()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_core.c31 int32_t CanCntlrWriteMsg(struct CanCntlr *cntlr, const struct CanMsg *msg) in CanCntlrWriteMsg()
161 static int32_t CanCntlrMsgDispatch(struct CanCntlr *cntlr, struct CanMsg *msg) in CanCntlrMsgDispatch()
175 int32_t CanCntlrOnNewMsg(struct CanCntlr *cntlr, const struct CanMsg *msg) in CanCntlrOnNewMsg()
199 int32_t CanCntlrOnNewMsgIrqSafe(struct CanCntlr *cntlr, const struct CanMsg *msg) in CanCntlrOnNewMsgIrqSafe()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_wifi_ap_service.cpp34 bool MockApRootState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
49 bool MockApIdleState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
64 bool MockApStartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
95 void MockApStateMachine::SendMessage(InternalMessagePtr msg) in SendMessage()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaPresetReverbTest.java99 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
130 String msg = "test1_0Preset()"; in test1_0Preset() local
158 String msg = "test1_1Properties()"; in test1_1Properties() local
196 String msg = "test2_0AuxiliarySoundModification()"; in test2_0AuxiliarySoundModification() local
268 String msg = "test2_1InsertSoundModification()"; in test2_1InsertSoundModification() local
H A DMediaVisualizerTest.java105 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
132 String msg = "test1_0CaptureRates()"; in test1_0CaptureRates() local
161 String msg = "test1_1CaptureSize()"; in test1_1CaptureSize() local
195 String msg = "test1_2ScalingMode()"; in test1_2ScalingMode() local
230 String msg = "test2_0PollingCapture()"; in test2_0PollingCapture() local
309 String msg = "test2_1ListenerCapture()"; in test2_1ListenerCapture() local
443 String msg = "test2_2PollingCaptureVolumeScaling()"; in test2_2PollingCaptureVolumeScaling() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.cpp69 Message *msg = GetMsgFromMap(isNeedHandle); in MoveNextMsg() local
132 Message *msg = msgTmpQueue.front(); in UpdateMsgMapInner() local
148 Message *msg = iter->second; in GetMsgFromMap() local
190 Message *msg = msgQueue_.front(); in GetLastMsgFromQueue() local
220 Message *msg = msgQueue_.front(); in ClearMsgQueue() local
296 int SingleVerDataMessageSchedule::UpdateMsgMapIfNeed(Message *msg) in UpdateMsgMapIfNeed()
340 int SingleVerDataMessageSchedule::GetPacketId(const Message *msg, uint64_t &packetId) in GetPacketId()
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c37 SoftBusMessage *msg; member
64 NO_SANITIZE("cfi") static void FreeSoftBusMsg(SoftBusMessage *msg) in FreeSoftBusMsg()
75 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in MallocMessage() local
83 void FreeMessage(SoftBusMessage *msg) in FreeMessage()
134 SoftBusMessage *msg = NULL; in LoopTask() local
230 SoftBusMessage *msg = itemNode->msg; in DumpLooperLocked() local
323 SoftBusMessage *msg = itemNode->msg; in PostMessageAtTime() local
342 static void LooperPostMessage(const SoftBusLooper *looper, SoftBusMessage *msg) in LooperPostMessage()
370 static int WhatRemoveFunc(const SoftBusMessage *msg, void *args) in WhatRemoveFunc()
394 SoftBusMessage *msg = itemNode->msg; in LoopRemoveMessageCustom() local
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupext_fuzzer/
H A Dbackupext_fuzzer.cpp44 MessageParcel msg; in OnRemoteRequestFuzzTest() local
159 MessageParcel msg; in CmdGetFileHandleFuzzTest() local
169 MessageParcel msg; in CmdHandleClearFuzzTest() local
178 MessageParcel msg; in CmdHandleBackupFuzzTest() local
187 MessageParcel msg; in CmdPublishFileFuzzTest() local
197 MessageParcel msg; in CmdHandleRestoreFuzzTest() local
206 MessageParcel msg; in CmdGetIncrementalFileHandleFuzzTest() local
216 MessageParcel msg; in CmdPublishIncrementalFileFuzzTest() local
230 MessageParcel msg; in CmdHandleIncrementalBackupFuzzTest() local
244 MessageParcel msg; in CmdIncrementalOnBackupFuzzTest() local
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_hotspot_manager.cpp96 …std::string msg = std::string("OnHotspotStateChanged") + std::string("id = ") + std::to_string(id); in CloseApService() local
136 …std::string msg = std::string("OnHotspotStateChanged") + std::string("id = ") + std::to_string(id); in DealApStateChanged() local
148 std::string msg = std::string("ApStaJoined") + std::string("id = ") + std::to_string(id); in DealApGetStaJoin() local
161 std::string msg = std::string("ApStaLeaved") + std::string("id = ") + std::to_string(id); in DealApGetStaLeave() local
/aosp14/frameworks/base/core/java/android/net/metrics/
H A DDhcpClientEvent.java42 public final String msg; field in DhcpClientEvent
47 private DhcpClientEvent(String msg, int durationMs) { in DhcpClientEvent()
68 public Builder setMsg(String msg) { in setMsg()
/aosp14/frameworks/base/media/java/android/media/midi/
H A DMidiReceiver.java61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
103 public void send(byte[] msg, int offset, int count) throws IOException { in send()
123 public void send(byte[] msg, int offset, int count, long timestamp) in send()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp70 AbilityInnerMsg *msg = new AbilityInnerMsg(); in PostCommand() local
78 int JSThread::PostMessage(const AbilityInnerMsg *msg) in PostMessage()
98 const AbilityInnerMsg *msg = msgQueue_.dequeue(); in GetMessage() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_collector.cpp33 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo()
75 HilogMsg& msg = *(reinterpret_cast<HilogMsg *>(data.data())); in onDataRecv() local
128 size_t LogCollector::InsertLogToBuffer(const HilogMsg& msg) in InsertLogToBuffer()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.cpp64 bool DhcpMsgManager::FrontSendMsg(DhcpMessage *msg) in FrontSendMsg()
99 int DhcpMsgManager::PushSendMsg(const DhcpMessage &msg) in PushSendMsg()
107 int DhcpMsgManager::PushRecvMsg(const DhcpMessage &msg) in PushRecvMsg()
176 static int ParseDhcpOptions(PDhcpMsgInfo msg) in ParseDhcpOptions()
219 int SendDhcpMessage(const DhcpClientContext *ctx, PDhcpMsgInfo msg) in SendDhcpMessage()
242 int InitMessage(DhcpClientContext *ctx, PDhcpMsgInfo msg, uint8_t msgType) in InitMessage()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaRecorderStopException.java27 public MediaRecorderStopException(String msg) { in MediaRecorderStopException()
35 public MediaRecorderStopException(String msg, Throwable t) { in MediaRecorderStopException()
/ohos5.0/base/inputmethod/imf/common/src/
H A Dmessage.cpp36 Message::Message(const Message &msg) in Message()
50 Message &Message::operator=(const Message &msg) in operator =()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DSingleKeyGestureDetector.java221 final Message msg = mHandler.obtainMessage(MSG_KEY_LONG_PRESS, keyCode, 0, in interceptKeyDown() local
268 final Message msg = mHandler.obtainMessage(MSG_KEY_LONG_PRESS, keyCode, 0, in interceptKeyDown() local
275 final Message msg = mHandler.obtainMessage(MSG_KEY_VERY_LONG_PRESS, keyCode, 0, in interceptKeyDown() local
292 final Message msg = mHandler.obtainMessage(MSG_KEY_DELAYED_PRESS, keyCode, in interceptKeyDown() local
336 Message msg = mHandler.obtainMessage(MSG_KEY_DELAYED_PRESS, mActiveRule.mKeyCode, in interceptKeyUp() local
346 Message msg = mHandler.obtainMessage(MSG_KEY_DELAYED_PRESS, mActiveRule.mKeyCode, in interceptKeyUp() local
404 public void handleMessage(Message msg) { in handleMessage()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dextension.js22 function cutImgDict(context, msg) { argument
128 function reloadMenuBgFunc(context, msg) { argument
135 function getFileData(msg) { argument

12345678910>>...79