/aosp14/frameworks/base/tests/utils/testutils/java/android/os/test/ |
H A D | TestLooper.java | 126 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 D | a2dp_codec_thread.cpp | 50 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 D | collector_impl.cpp | 122 …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 D | scan_state_machine.cpp | 189 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 D | DrmInfo.java | 56 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 D | Uinput.java | 130 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 D | Hid.java | 125 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 D | protocol_fuzzer.cpp | 44 NegotiateMessage msg; in JsonProtocolParseFuzzTest() local 77 NegotiateMessage msg; in TlvProtocolParseFuzzTest() local
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_platform_if.c | 31 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 D | nstackx_wifi_stat_linux.c | 57 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 D | hks_test_curve25519_func.cpp | 60 …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 D | TransactionTooLargeException.java | 62 public TransactionTooLargeException(String msg) { in TransactionTooLargeException()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/ |
H A D | mock_event_handler.cpp | 20 void MockFormEventTimeoutObserver::OnEventTimeoutResponse(int64_t msg, int64_t eventId) in OnEventTimeoutResponse()
|
/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/lite/ |
H A D | dm_hitrace.cpp | 19 void DmTraceStart(const std::string &msg) in DmTraceStart()
|
/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/standard/ |
H A D | dm_hitrace.cpp | 20 void DmTraceStart(const std::string &msg) in DmTraceStart()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | hdf_usb_device_test.c | 140 int32_t HdfUsbDeviceEntry(HdfTestMsg *msg) in HdfUsbDeviceEntry()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/ |
H A D | hdf_mipi_csi_entry_test.c | 15 int32_t HdfMipiCsiEntry(HdfTestMsg *msg) in HdfMipiCsiEntry()
|
H A D | hdf_mipi_dsi_entry_test.c | 15 int32_t HdfMipiDsiEntry(HdfTestMsg *msg) in HdfMipiDsiEntry()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/wifi/ |
H A D | hdf_wifi_test.c | 53 int32_t HdfWifiEntry(HdfTestMsg *msg) in HdfWifiEntry()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_tool_exception.py | 15 def __init__(self, msg, error_code=CommandErrorCode.UNKNOWN_ERROR): argument
|
/ohos5.0/base/web/webview/interfaces/kits/napi/common/ |
H A D | business_error.h | 26 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 D | AAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java | 219 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 D | can_if.c | 30 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 D | publish.cpp | 66 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 D | attribute.c | 127 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()
|