Home
last modified time | relevance | path

Searched defs:msg (Results 676 – 700 of 1959) sorted by relevance

1...<<21222324252627282930>>...79

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp110 MDnsMessage msg{}; in Browse() local
346 MDnsMessage msg{}; in DiscoveryFromNet() local
415 MDnsMessage msg{}; in ResolveInstanceFromNet() local
457 MDnsMessage msg{}; in ResolveFromNet() local
527 MDnsMessage msg = parser.FromBytes(payload); in ReceivePacket() local
549 void MDnsProtocolImpl::ProcessQuestion(int sock, const MDnsMessage &msg) in ProcessQuestion()
633 void MDnsProtocolImpl::ProcessAnswer(int sock, const MDnsMessage &msg) in ProcessAnswer()
/aosp14/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DPowerCommand.java145 private void maybeLogRemoteException(String msg) { in maybeLogRemoteException()
/aosp14/frameworks/base/core/java/android/print/
H A DPrintServiceRecommendationsLoader.java114 public void handleMessage(Message msg) { in handleMessage()
/aosp14/frameworks/base/services/incremental/
H A DIncrementalServiceValidation.cpp32 binder::Status Exception(uint32_t code, const std::string& msg) { in Exception()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DIdleHandlerTest.java49 public void handleMessage(Message msg) { in handleMessage()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h33 const char *msg; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_state_machine.cpp38 void MockScanStateMachine::SendMessage(InternalMessagePtr msg) in SendMessage()
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinjection_event_dispatch.h50 bool RegisterInjectEvent(InjectFunctionMap &msg) in RegisterInjectEvent() argument
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dhdi_message_callback_service.cpp48 …eCallbackService::OnMessage(uint64_t scheduleId, int32_t destRole, const std::vector<uint8_t>& msg) in OnMessage()
H A Dexecutor_messenger_service.cpp42 …sengerService::SendData(uint64_t scheduleId, ExecutorRole dstRole, const std::vector<uint8_t> &msg) in SendData()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DInstallerTest.java190 private static void checkEquals(String msg, PackageStats a, PackageStats b) { in checkEquals()
199 private static void checkEquals(String msg, long expected, long actual) { in checkEquals()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DSettingsToPropertiesMapper.java269 private static void log(String msg, Exception e) { in log()
277 private static void log(String msg) { in log()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_util.cpp20 napi_value NapiUtil::CreateErrorMessage(napi_env env, std::string msg) in CreateErrorMessage()
80 void NapiUtil::ThrowError(napi_env env, int code, const std::string& msg, bool isThrow) in ThrowError()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DRightMenu.js177 static Touch(msg, x, y) { argument
196 static TouchGroup(grp, msg, x, y) { argument
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp299 MsgInfo msg; in RegCallback() local
309 MsgInfo msg; in SetDataSource() local
320 MsgInfo msg; in SetDataSource() local
330 MsgInfo msg; in SetDataSource() local
355 MsgInfo msg; in SetVolume() local
401 MsgInfo msg; in GetFileInfo() local
411 MsgInfo msg; in SetMedia() local
427 MsgInfo msg; in TPlay() local
2010 MsgInfo msg; in Invoke() local
2053 MsgInfo msg; in SetAudioStreamType() local
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
H A DUnderlyingNetworkController.java572 private void logInfo(String msg) { in logInfo()
577 private void logInfo(String msg, Throwable tr) { in logInfo()
582 private void logWtf(String msg) { in logWtf()
587 private void logWtf(String msg, Throwable tr) { in logWtf()
/aosp14/frameworks/base/core/java/android/os/
H A DParcelableException.java52 final String msg = in.readString(); in readFromParcel() local
/aosp14/frameworks/base/core/java/android/service/tracing/
H A DTraceReportService.java128 private boolean onMessage(@NonNull Message msg) { in onMessage()
/aosp14/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBidirectionalAsyncChannel.java91 public void sendMessage(Message msg) { in sendMessage()
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/
H A Dinputmethodsystemability_fuzzer.cpp49 auto msg = std::make_shared<Message>(MessageID::MSG_ID_USER_START, parcel); in FuzzOnUser() local
/ohos5.0/base/security/device_security_level/services/sa/common/
H A Ddslm_rpc_process.c37 int32_t OnPeerMsgReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t len) in OnPeerMsgReceived()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_common.h62 #define INVALID_STATUS_THROW_ERROR(assertion, msg) \ argument
/aosp14/frameworks/base/core/java/android/widget/
H A DFilter.java229 public void handleMessage(Message msg) { in handleMessage()
281 public void handleMessage(Message msg) { in handleMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java227 String msg = "Permission Denial: changeProviderAndSetting() from pid=" in changeProviderAndSetting() local
280 String msg = "Permission Denial: enableMultiProcess() from pid=" in enableMultiProcess() local
/ohos5.0/drivers/peripheral/vibrator/chipset/drv2605l/
H A Dvibrator_drv2605l_driver.c61 struct I2cMsg msg[I2C_READ_MSG_NUM]; in ReadDrv2605l() local
97 struct I2cMsg msg[I2C_WRITE_MSG_NUM]; in WriteDrv2605l() local

1...<<21222324252627282930>>...79