/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | RttChatbot.java | 61 public void handleMessage(Message msg) { in handleMessage() 99 Message msg = obtainMessage(SEND_CHARACTER, in sendReplyMessage() local
|
/ohos5.0/base/update/packaging_tools/ |
H A D | build_hmp.py | 130 def print_log(self, msg, log_type=INFO_LOG): argument 148 def print_uncaught_exception_msg(self, msg, exc_info): argument
|
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/ |
H A D | param_checker.c | 38 AuditMsg *msg = (AuditMsg *)data; in SelinuxAuditCallback() local 68 AuditMsg msg; in CheckPerm() local
|
/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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | FalsingClassifier.java | 146 public static void logDebug(String msg) { in logDebug() 151 public static void logInfo(String msg) { in logInfo() 156 public static void logError(String msg) { in logError()
|
/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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | Notifier.java | 554 Message msg = mHandler.obtainMessage(MSG_USER_ACTIVITY); in onUserActivity() local 588 final Message msg = mHandler.obtainMessage(MSG_PROFILE_TIMED_OUT); in onProfileTimeout() local 603 Message msg = mHandler.obtainMessage(MSG_WIRELESS_CHARGING_STARTED); in onWirelessChargingStarted() local 619 Message msg = mHandler.obtainMessage(MSG_WIRED_CHARGING_STARTED); in onWiredChargingStarted() local 634 Message msg = mHandler.obtainMessage(MSG_SCREEN_POLICY); in onScreenPolicyUpdate() local 659 Message msg = mHandler.obtainMessage(MSG_BROADCAST); in updatePendingBroadcastLocked() local 858 public void handleMessage(Message msg) { in handleMessage()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | tmessenger.cpp | 270 std::shared_ptr<Message> msg = Message::Decode(result); in OnMessageRecv() local 298 Message msg { *resp }; in OnRequest() local 318 Message msg { req }; in QueryResult() local 328 int32_t TMessenger::Send(const Message &msg) in Send()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_conflict.c | 56 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in LinkConflictPostMsgToHandler() local 112 static int32_t RemoveConflictInfoTimeliness(const SoftBusMessage *msg, void *data) in RemoveConflictInfoTimeliness() 445 static void HandleConflictInfoTimeliness(SoftBusMessage *msg) in HandleConflictInfoTimeliness() 459 static void MsgHandler(SoftBusMessage *msg) in MsgHandler()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpCoverArtStorage.java | 167 private void debug(String msg) { in debug() 173 private void error(String msg) { in error()
|
/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
|
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | InternalRecoveryServiceException.java | 33 public InternalRecoveryServiceException(String msg) { in InternalRecoveryServiceException()
|
/aosp12/art/test/050-sync-test/src/ |
H A D | ThreadDeathHandler.java | 25 public ThreadDeathHandler(String msg) { in ThreadDeathHandler()
|
/aosp12/art/test/054-uncaught/src/ |
H A D | ThreadDeathHandler.java | 25 public ThreadDeathHandler(String msg) { in ThreadDeathHandler()
|
/aosp12/art/test/084-class-init/src/ |
H A D | SlowInit.java | 27 public static void printMsg(String msg) { in printMsg()
|
/aosp12/packages/services/Car/car-lib/src/android/car/ |
H A D | CarTransactionException.java | 27 CarTransactionException(Throwable cause, String msg, Object... args) { in CarTransactionException()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | coordination_listener_impl.h | 31 void OnCoordinationMessage(const std::string &networkId, Msdp::CoordinationMessage msg) override in OnCoordinationMessage()
|
H A D | start_drag_listener_impl.h | 31 void OnDragEndMessage(const OHOS::Msdp::DeviceStatus::DragNotifyMsg &msg) override in OnDragEndMessage()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | socperf_client_impl.cpp | 29 void SocPerfClientImpl::PerfRequest(int32_t cmdId, const std::string& msg) in PerfRequest()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/ |
H A D | abilityms_status.cpp | 21 AbilityMsStatus::AbilityMsStatus(StatusCode code, const char *key, const char *msg) in AbilityMsStatus()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
H A D | database_fault_impl.cpp | 20 ReportStatus DatabaseFaultImpl::Report(const DBFaultMsg &msg) in Report()
|
/ohos5.0/build/rust/tests/test_dylib_crate/src/ |
H A D | simple_printer.rs | 23 pub msg: String, field
|