Home
last modified time | relevance | path

Searched defs:msg (Results 751 – 775 of 1959) sorted by relevance

1...<<31323334353637383940>>...79

/aosp14/system/core/trusty/metrics/
H A Dmetrics.cpp81 uint8_t msg[METRICS_MAX_MSG_SIZE]; in HandleEvent() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_event_handler.cpp30 void FormEventHandler::ProcessEvent(int64_t msg, int64_t eventId, int64_t delayTime) in ProcessEvent()
/ohos5.0/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.c197 HdfTestMsg *msg = NULL; in HdfTestCaseProcess() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_global_config.cpp56 void SqliteGlobalConfig::Log(const void *data, int err, const char *msg) in Log()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/transport/
H A Ddh_transport_obj.h47 std::string msg; member
/ohos5.0/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp32 std::string msg = ""; in TestFuncDump() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp79 std::string msg = ""; in GetBacktraceStringByTid() local
156 std::string msg = ""; in GetProcessStacktrace() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_session_manager.cpp44 std::string msg = std::string(static_cast<const char*>(data), dataLen); in OnBytes() local
51 std::string msg = std::string(static_cast<const char*>(data), dataLen); in OnMessage() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_log.h86 #define IF_TRUE_RETURN_VAL_WITH_MSG(cond, val, msg, ...) \ argument
99 #define IF_TRUE_RETURN_VOID_WITH_MSG(cond, msg, ...) \ argument
/ohos5.0/base/security/asset/test/unittest/module_test/src/crypto_manager/
H A Dlib.rs86 let msg = vec![1, 2, 3, 4, 5, 6]; in encrypt_and_decrypt() localVariable
120 let msg = vec![1, 2, 3, 4, 5, 6]; in crypto_exec() localVariable
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Diauth_executor_hdi_test.cpp88 const std::vector<uint8_t> &msg) in SendMessage()
115 std::vector<uint8_t> msg = {}; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_manager.c1548 static void ConnectRequestFunc(SoftBusMessage *msg) in ConnectRequestFunc()
1558 static void ClientConnectedFunc(SoftBusMessage *msg) in ClientConnectedFunc()
1584 static void ServerAcceptedFunc(SoftBusMessage *msg) in ServerAcceptedFunc()
1592 static void DataReceivedFunc(SoftBusMessage *msg) in DataReceivedFunc()
1603 static void ConnectionClosedFunc(SoftBusMessage *msg) in ConnectionClosedFunc()
1613 static void ConnectionResumeFunc(SoftBusMessage *msg) in ConnectionResumeFunc()
1621 static void DisconnectRequestFunc(SoftBusMessage *msg) in DisconnectRequestFunc()
1629 static void PreventTimeoutFunc(SoftBusMessage *msg) in PreventTimeoutFunc()
1639 static void ResetFunc(SoftBusMessage *msg) in ResetFunc()
1649 static void KeepAliveTimeoutFunc(SoftBusMessage *msg) in KeepAliveTimeoutFunc()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp118 Message *msg = new Message(MessageID::MSG_ID_SET_COREANDANGENT, nullptr); in SetCoreAndAgentAsync() local
221 Message *msg = msgHandler_->GetMessage(); in WorkThread() local
257 void InputMethodAbility::OnInitInputControlChannel(Message *msg) in OnInitInputControlChannel()
311 void InputMethodAbility::OnSetSubtype(Message *msg) in OnSetSubtype()
388 void InputMethodAbility::OnCursorUpdate(Message *msg) in OnCursorUpdate()
402 void InputMethodAbility::OnSelectionChange(Message *msg) in OnSelectionChange()
419 void InputMethodAbility::OnAttributeChange(Message *msg) in OnAttributeChange()
837 Message *msg = new Message(MessageID::MSG_ID_QUIT_WORKER_THREAD, nullptr); in QuitWorkThread() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp63 void PostMessageDelay(const SoftBusLooper *looper, SoftBusMessage *msg, uint64_t delayMillis) in PostMessageDelay()
90 void MessageDelay(const SoftBusLooper *looper, SoftBusMessage *msg, uint64_t delayMillis) in MessageDelay()
324 SoftBusMessage msg; variable
337 SoftBusMessage msg; variable
952 SoftBusMessage msg; variable
1015 SoftBusMessage msg; variable
/aosp14/frameworks/base/core/java/android/service/vr/
H A DVrListenerService.java88 public void handleMessage(Message msg) { in handleMessage()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityController.aidl67 int systemNotResponding(String msg); in systemNotResponding()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DAbstractUptimePreferenceController.java103 public void handleMessage(Message msg) { in handleMessage()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_battery_info.c61 static void OnReceiveBatteryInfo(LnnSyncInfoType type, const char *networkId, const uint8_t *msg, u… in OnReceiveBatteryInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/fuzztest/softbusnegotiatemessage_fuzzer/
H A Dsoftbusnegotiatemessage_fuzzer.cpp55 SoftBus::NegotiateMessage msg; in SoftBusNegotiateMessageUnmarshallingFuzzTest() local
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Ddata_receiver_test.cpp66 … DataReceiver::EventCallback callback = [](std::shared_ptr<NetsysEventMessage> msg) { (void)msg; }; in __anon8da7be9f0202()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_request_handler.h43 std::u16string msg = u""; member
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Dhdf_device_thread.c23 int32_t DeviceThreadMessageHandler(struct HdfMessageTask *task, struct HdfMessage *msg) in DeviceThreadMessageHandler()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/test/platform/i2c/
H A Di2c_adapter_dummy.c34 struct I2cMsg *msg = NULL; in EchoI2cMsgs() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H A Davmetadatastub_fuzzer.cpp66 MessageParcel msg; in FuzzAVMetadataStubLocal() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayerstub_fuzzer.cpp66 MessageParcel msg; in FuzzPlayerStubLocal() local

1...<<31323334353637383940>>...79