/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
H A D | dh_transport_obj.cpp | 78 const char *msg = commMsg.msg.c_str(); in ToJson() local 106 char *msg = cJSON_PrintUnformatted(rootMsg); in GetCommMsgString() local
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | Looper.java | 162 Message msg = me.mQueue.next(); // might block in loopOnce() local 301 String what, Message msg) { in showSlowLog() 487 void messageDispatched(Object token, Message msg); in messageDispatched() 497 void dispatchingThrewException(Object token, Message msg, Exception exception); in dispatchingThrewException()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | event_manager.cpp | 119 CoordinationMessage msg { event.success ? in RemoteStartFinish() local 173 …CoordinationMessage msg = (event.normal ? CoordinationMessage::PREPARE : CoordinationMessage::UNPR… in OnProfileChanged() local 189 void EventManager::OnCooperateMessage(CoordinationMessage msg, const std::string &networkId) in OnCooperateMessage()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageDeleteObserver2.aidl | 25 void onPackageDeleted(String packageName, int returnCode, String msg); in onPackageDeleted()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | FactoryErrorDialog.java | 28 public FactoryErrorDialog(Context context, CharSequence msg) { in FactoryErrorDialog()
|
/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/standard/ |
H A D | dm_hisysevent.cpp | 25 void SysEventWrite(const std::string &status, int32_t eventType, const std::string &msg) in SysEventWrite()
|
/ohos5.0/base/security/device_security_level/baselib/msglib/src/utils/ |
H A D | messenger_utils.c | 24 QueueMsgData *CreateQueueMsgData(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen, in CreateQueueMsgData()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/ |
H A D | _executor_send_msg_v10.md | 48 ### msg subsection
|
H A D | _executor_send_msg_v12.md | 48 ### msg subsection
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_group_remove_state.cpp | 36 bool P2pGroupRemoveState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleTest.java | 93 final String msg = "Hello there!"; in testGetUpdateMessage_default() local 101 final String msg = "A big hello there!"; in testGetUpdateMessage_bigText() local
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | test_observer_proxy.cpp | 31 void TestObserverProxy::TestStatus(const std::string& msg, const int64_t& resultCode) in TestStatus() 61 void TestObserverProxy::TestFinished(const std::string& msg, const int64_t& resultCode) in TestFinished()
|
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/ |
H A D | distributed_input_dfx_test.cpp | 96 std::string msg = "msg_test"; variable 133 std::string msg = "msg_test"; variable
|
/aosp14/frameworks/base/core/java/android/service/dreams/ |
H A D | DreamOverlayConnectionHandler.java | 125 final Message msg = mHandler.obtainMessage(MSG_ADD_CONSUMER, consumer); in addConsumer() local 135 final Message msg = mHandler.obtainMessage(MSG_REMOVE_CONSUMER, consumer); in removeConsumer() local 143 public boolean handleMessage(@NonNull Message msg) { in handleMessage()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/ |
H A D | faultloggerd_performance_test.cpp | 120 std::string msg; variable 142 std::string msg; variable 209 std::string msg; variable
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_msg_interface_mock.cpp | 56 const uint8_t *msg, uint32_t msgLen) { in MakeMsgLoopback() 84 void DslmMsgInterfaceMock::MakeMsgReceivedFrom(const DeviceIdentify *devId, const uint8_t *msg, uin… in MakeMsgReceivedFrom() argument 108 …Impl(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, in SendMsgToImpl()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_thread.cpp | 163 char msg[UEVENT_MSG_LEN + UEVENT_RESERVED_SIZE] = { 0 }; in UeventCallback() local 222 bool BatteryThread::MatchPowerUevent(const char* msg, std::string& powerUevent) in MatchPowerUevent() 238 bool BatteryThread::CheckPowerUevent(const char* msg, std::string& powerUevent) in CheckPowerUevent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | BrightLineFalsingManager.java | 514 static void logDebug(String msg) { in logDebug() 518 static void logDebug(String msg, Throwable throwable) { in logDebug() 524 static void logVerbose(String msg) { in logVerbose() 530 static void logInfo(String msg) { in logInfo() 538 static void logError(String msg) { in logError()
|
/aosp14/system/core/libnetutils/ |
H A D | dhcpclient.c | 164 int decode_dhcp_msg(dhcp_msg *msg, int len, dhcp_info *info) in decode_dhcp_msg() 247 void dump_dhcp_msg(dhcp_msg *msg, int len) in dump_dhcp_msg() 342 static int send_message(int sock, int if_index, dhcp_msg *msg, int size) in send_message() 351 static int is_valid_reply(dhcp_msg *msg, dhcp_msg *reply, int sz) in is_valid_reply() 392 dhcp_msg *msg; in dhcp_init_ifc() local
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 63 static void DelAuthMessage(SoftBusMessage *msg) in DelAuthMessage() 75 SoftBusMessage *msg = MallocMessage(); in NewAuthMessage() local 94 static void HandleAuthMessage(SoftBusMessage *msg) in HandleAuthMessage() 110 SoftBusMessage *msg = NewAuthMessage(obj, size); in PostAuthEvent() local 125 static int32_t CustomFunc(const SoftBusMessage *msg, void *param) in CustomFunc()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_connreporter.c | 268 static int32_t SetMsgParamNameAndType(SoftBusEvtReportMsg *msg, SoftBusEvtParamSize *paramSize) in SetMsgParamNameAndType() 282 static int32_t SetDevConnResultMsgParamValue(SoftBusEvtReportMsg *msg, ConnResultRecord *record, ch… in SetDevConnResultMsgParamValue() 310 static int32_t SetDevProcStepMsgParamValue(SoftBusEvtReportMsg *msg, ProcessStepRecord *record, in SetDevProcStepMsgParamValue() 333 static int32_t SoftBusCreateConnDurMsg(SoftBusEvtReportMsg *msg, ConnResultRecord *record, char *pk… in SoftBusCreateConnDurMsg() 355 static int32_t SoftBusCreateProcStepMsg(SoftBusEvtReportMsg *msg, SoftBusConnType connType, Process… in SoftBusCreateProcStepMsg() 377 static inline void ClearConnResultMsg(SoftBusEvtReportMsg *msg) in ClearConnResultMsg() 390 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(CONN_RESULT_DURATION_PARAM_NUM); in SoftBusReportConnResultRecordEvt() local 427 static inline void ClearProcStepMsg(SoftBusEvtReportMsg *msg) in ClearProcStepMsg() 439 SoftBusEvtReportMsg *msg = SoftbusCreateEvtReportMsg(PROCESS_STEP_DURATION_PARAM_NUM); in SoftBusReportProcessStepRecordEvt() local
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 799 ProxyChannelInfo *info, const ProxyMessage *msg, int32_t errCode, uint16_t *fastDataSize) in TransProxyHandshakeUnpackRightMsg() 833 void TransProxyProcessHandshakeAckMsg(const ProxyMessage *msg) in TransProxyProcessHandshakeAckMsg() 1007 static int32_t TransProxyFillChannelInfo(const ProxyMessage *msg, ProxyChannelInfo *chan) in TransProxyFillChannelInfo() 1063 void TransProxyProcessHandshakeAuthMsg(const ProxyMessage *msg) in TransProxyProcessHandshakeAuthMsg() 1142 static int32_t TransProxyProcessHandshake(ProxyChannelInfo *chan, const ProxyMessage *msg) in TransProxyProcessHandshake() 1170 void TransProxyProcessHandshakeMsg(const ProxyMessage *msg) in TransProxyProcessHandshakeMsg() 1296 void TransProxyProcessResetMsg(const ProxyMessage *msg) in TransProxyProcessResetMsg() 1350 void TransProxyProcessKeepAlive(const ProxyMessage *msg) in TransProxyProcessKeepAlive() 1380 void TransProxyProcessKeepAliveAck(const ProxyMessage *msg) in TransProxyProcessKeepAliveAck() 1407 void TransProxyProcessDataRecv(const ProxyMessage *msg) in TransProxyProcessDataRecv() [all …]
|
/aosp14/frameworks/base/drm/java/android/drm/ |
H A D | DrmRights.java | 108 final String msg = "mimeType: " + mMimeType + "," + in instantiate() local 132 final String msg = "mimeType: " + mMimeType + "," + in DrmRights() local
|
/aosp14/frameworks/base/core/java/android/os/image/ |
H A D | DynamicSystemClient.java | 266 public void handleMessage(Message msg) { in handleMessage() 282 Message msg = Message.obtain(null, MSG_REGISTER_LISTENER); in onServiceConnected() local 388 Message msg = Message.obtain(null, MSG_UNREGISTER_LISTENER); in unbind() local 450 private void handleMessage(Message msg) { in handleMessage()
|
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Device.java | 109 Message msg = mHandler.obtainMessage(MSG_INJECT_EVENT, events); in injectEvent() local 137 Message msg = mHandler.obtainMessage(MSG_CLOSE_UINPUT_DEVICE); in close() local 156 public void handleMessage(Message msg) { in handleMessage() 253 Message msg = mHandler.obtainMessage(MSG_CLOSE_UINPUT_DEVICE); in onDeviceError() local
|