Home
last modified time | relevance | path

Searched defs:msg (Results 376 – 400 of 1959) sorted by relevance

1...<<11121314151617181920>>...79

/aosp14/frameworks/base/tests/utils/testutils/java/android/os/test/
H A DTestLooper.java126 Message msg = getMessageLinkedList(); in moveTimeForward() local
149 Message msg = getMessageLinkedList(); in messageQueueNext() local
205 Message msg = messageQueueNext(); in dispatchNext() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp50 bool A2dpCodecThread::PostMessage(const utility::Message msg, const A2dpEncoderInitPeerParams &peer… in PostMessage()
89 void A2dpCodecThread::ProcessMessage(utility::Message msg, const A2dpEncoderInitPeerParams &peerPar… in ProcessMessage()
209 utility::Message msg(A2DP_PCM_PUSH, 0, nullptr); in SignalingTimeoutCallback() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dcollector_impl.cpp122 …t CollectorImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage()
179 std::vector<uint8_t> msg; in SetData() local
213 std::vector<uint8_t> msg; in Collect() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.cpp189 bool ScanStateMachine::InitState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
241 void ScanStateMachine::InitState::HandleUpdateCountryCode(InternalMessagePtr msg) in HandleUpdateCountryCode()
279 bool ScanStateMachine::HardwareReady::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
322 bool ScanStateMachine::CommonScan::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
362 bool ScanStateMachine::CommonScanUnworked::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
413 bool ScanStateMachine::CommonScanning::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
478 bool ScanStateMachine::PnoScan::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
510 bool ScanStateMachine::PnoScanHardware::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
640 bool ScanStateMachine::PnoScanSoftware::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
677 bool ScanStateMachine::PnoSwScanFree::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
[all …]
/aosp14/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java56 final String msg = "infoType: " + infoType + "," + in DrmInfo() local
83 final String msg = "infoType: " + infoType + "," + in DrmInfo() local
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
H A DUinput.java130 private static void error(String msg) { in error()
134 private static void error(String msg, Exception e) { in error()
/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DHid.java125 private static void error(String msg) { in error()
129 private static void error(String msg, Exception e) { in error()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/fuzztest/wifidirectprotocol_fuzzer/
H A Dprotocol_fuzzer.cpp44 NegotiateMessage msg; in JsonProtocolParseFuzzTest() local
77 NegotiateMessage msg; in TlvProtocolParseFuzzTest() local
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/
H A Dsensor_platform_if.c31 struct I2cMsg msg[I2C_READ_MSG_NUM]; in ReadSensor() local
78 struct I2cMsg msg[I2C_WRITE_MSG_NUM]; in WriteSensor() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_congestion/platform/unix/wifi/
H A Dnstackx_wifi_stat_linux.c57 static int32_t GetScanInfo(struct nl_msg *msg, void *arg) in GetScanInfo()
156 static int32_t GetStationInfo(struct nl_msg *msg, void *arg) in GetStationInfo()
188 struct nl_msg *msg = nlmsg_alloc(); in Nl80211Msg() local
247 int32_t GetStationHandler(struct nl_msg *msg, HandleParam *handleParam) in GetStationHandler()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_curve25519_func.cpp60 …struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED2551… in TestSignEd25519() local
98 …struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED2551… in TestVerifyEd25519() local
309 …struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED2551… in TestEd25519SignTeeVerifyLocal() local
345 …struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED2551… in TestSignEd25519Wrong() local
398 …struct HksBlob msg = {(uint32_t)strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED2551… in TestVerifyEd25519Wrong() local
/aosp14/frameworks/base/core/java/android/os/
H A DTransactionTooLargeException.java62 public TransactionTooLargeException(String msg) { in TransactionTooLargeException()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H A Dmock_event_handler.cpp20 void MockFormEventTimeoutObserver::OnEventTimeoutResponse(int64_t msg, int64_t eventId) in OnEventTimeoutResponse()
/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/lite/
H A Ddm_hitrace.cpp19 void DmTraceStart(const std::string &msg) in DmTraceStart()
/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/standard/
H A Ddm_hitrace.cpp20 void DmTraceStart(const std::string &msg) in DmTraceStart()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dhdf_usb_device_test.c140 int32_t HdfUsbDeviceEntry(HdfTestMsg *msg) in HdfUsbDeviceEntry()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/
H A Dhdf_mipi_csi_entry_test.c15 int32_t HdfMipiCsiEntry(HdfTestMsg *msg) in HdfMipiCsiEntry()
H A Dhdf_mipi_dsi_entry_test.c15 int32_t HdfMipiDsiEntry(HdfTestMsg *msg) in HdfMipiDsiEntry()
/ohos5.0/drivers/hdf_core/framework/test/unittest/wifi/
H A Dhdf_wifi_test.c53 int32_t HdfWifiEntry(HdfTestMsg *msg) in HdfWifiEntry()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_tool_exception.py15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR): argument
/ohos5.0/base/web/webview/interfaces/kits/napi/common/
H A Dbusiness_error.h26 static inline void ThrowError(napi_env env, int32_t err, const std::string& msg) in ThrowError()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/
H A DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java219 private void logDebug(String msg) { in logDebug()
221 Log.d(getTag(), msg); in logDebug() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_if.c30 int32_t CanBusSendMsg(DevHandle handle, const struct CanMsg *msg) in CanBusSendMsg()
35 int32_t CanBusReadMsg(DevHandle handle, struct CanMsg *msg, uint32_t tms) in CanBusReadMsg()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp66 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParameters() local
202 std::string msg = "Incorrect parameter types.The type of param must be string."; in GetStringProperty() local
226 std::string msg = "Incorrect parameter types.The type of param must be object."; in GetObjectProperty() local
386 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParsePublishAsBundleParameters() local
412 …std::string msg = "Incorrect parameter types.The type of param must be string or number or boolean… in ParsePublishAsBundleParameters() local
442 std::string msg = "Incorrect parameter types.The type of userId must be number."; in ParsePublishAsBundleParameters() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/utils/src/
H A Dattribute.c127 IAM_STATIC ResultCode ReadDataFromMsg(const Uint8Array msg, uint32_t *readIndex, Uint8Array *retDat… in ReadDataFromMsg()
148 IAM_STATIC ResultCode ReadUint32FromMsg(const Uint8Array msg, uint32_t *readIndex, uint32_t *retVal… in ReadUint32FromMsg()
162 IAM_STATIC ResultCode WriteDataToMsg(Uint8Array *msg, uint32_t *writeIndex, const Uint8Array data) in WriteDataToMsg()
183 IAM_STATIC ResultCode WriteUInt32ToMsg(Uint8Array *msg, uint32_t *writeIndex, uint32_t value) in WriteUInt32ToMsg()
195 IAM_STATIC ResultCode ParseAttributeSerializedMsgInner(Attribute *attribute, const Uint8Array msg, in ParseAttributeSerializedMsgInner()
222 IAM_STATIC ResultCode ParseAttributeSerializedMsg(Attribute *attribute, const Uint8Array msg) in ParseAttributeSerializedMsg()
236 ResultCode ParseMultiDataSerializedMsg(const Uint8Array msg, Uint8Array *subMsgData, int *subMsgSiz… in ParseMultiDataSerializedMsg()
273 Attribute *CreateAttributeFromSerializedMsg(const Uint8Array msg) in CreateAttributeFromSerializedMsg()

1...<<11121314151617181920>>...79