Home
last modified time | relevance | path

Searched defs:msg (Results 226 – 250 of 3423) sorted by relevance

12345678910>>...137

/aosp12/system/testing/gtest_extras/
H A DLog.h27 #define FATAL_PLOG(msg) \ argument
32 #define FATAL_LOG(msg) \ argument
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp958 std::string msg = "touch"; variable
975 std::string msg = "touch"; variable
992 std::string msg = "touch"; variable
1009 std::string msg = "touch"; variable
1026 std::string msg = "touch"; variable
1050 std::string msg = "touch"; variable
1073 std::string msg = "touch"; variable
1096 std::string msg = "touch"; variable
1124 std::string msg = "touch"; variable
1152 std::string msg = "touch"; variable
[all …]
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dhal.cc152 tNFC_HAL_MSG* msg; in nfc_hal_open() local
187 tNFC_HAL_MSG* msg; in nfc_hal_close() local
221 tNFC_HAL_MSG* msg; in nfc_hal_write() local
251 tNFC_HAL_MSG* msg; in nfc_hal_core_initialized() local
284 tNFC_HAL_MSG* msg; in nfc_hal_control_granted() local
301 tNFC_HAL_MSG* msg; in nfc_hal_power_cycle() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service.cpp90 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in SetHotspotConfig() local
111 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in SetHotspotIdleTimeout() local
124 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in AddBlockList() local
139 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in DelBlockList() local
154 InternalMessagePtr msg = m_ApStateMachine.CreateMessage(); in DisconnetStation() local
325 InternalMessagePtr msg = m_stateMachineObj.CreateMessage(); in OnWifiCountryCodeChanged() local
H A Dap_started_state.cpp121 bool ApStartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
272 void ApStartedState::ProcessCmdStationJoin(InternalMessagePtr msg) in ProcessCmdStationJoin()
287 void ApStartedState::ProcessCmdStationLeave(InternalMessagePtr msg) in ProcessCmdStationLeave()
299 void ApStartedState::ProcessCmdSetHotspotConfig(InternalMessagePtr msg) in ProcessCmdSetHotspotConfig()
416 void ApStartedState::ProcessCmdSetHotspotIdleTimeout(InternalMessagePtr msg) in ProcessCmdSetHotspotIdleTimeout()
474 void ApStartedState::ProcessCmdHotspotChannelChanged(InternalMessagePtr msg) in ProcessCmdHotspotChannelChanged()
487 void ApStartedState::ProcessCmdAssociatedStaChanged(InternalMessagePtr msg) in ProcessCmdAssociatedStaChanged()
516 void ApStartedState::ProcessCmdEnableAp(InternalMessagePtr msg) in ProcessCmdEnableAp()
/aosp12/system/core/libnetutils/
H A Ddhcpmsg.c24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) in init_dhcp_msg()
55 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid) in init_dhcp_discover_msg()
73 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid, in init_dhcp_request_msg()
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_message_task.c15 struct HdfMessageTask *task, struct HdfMessage *msg, bool sync, long delay) in HdfMessageTaskSendMessageLater()
36 int32_t HdfMessageTaskSendMessage(struct HdfMessageTask *task, struct HdfMessage *msg, bool sync) in HdfMessageTaskSendMessage()
41 void HdfMessageTaskDispatchMessage(struct HdfMessageTask *task, struct HdfMessage *msg) in HdfMessageTaskDispatchMessage()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dndef_bt_data_parser_test.cpp61 std::string msg = ""; variable
74 std::string msg = "CheckBtRecord"; variable
87 std::string msg = "D220566170706C69636174696F6E2F766E642E626C7565746F6F74682E65" variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp96 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid()
109 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid()
124 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid()
162 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked()
182 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix()
188 uint64_t requestTime, bool ret, std::string& msg, void* retAddr) in ReportDumpCatcherStats()
240 int DfxDumpCatcher::DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatchProcess()
358 int DfxDumpCatcher::DoDumpRemotePid(int pid, std::string& msg, bool isJson, int32_t timeout) in DoDumpRemotePid()
557 bool DfxDumpCatcher::DoReadBuf(int fd, std::string& msg) in DoReadBuf()
575 bool DfxDumpCatcher::DoReadRes(int fd, bool &ret, std::string& msg) in DoReadRes()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_task.cpp31 GraphicsTask::Message::Message(GraphicsTask::Message&& msg) in Message()
35 GraphicsTask::Message& GraphicsTask::Message::operator=(GraphicsTask::Message&& msg) in operator =()
83 Message& msg = messageQueue_.emplace(std::move(task)); in PushAsyncMessage() local
135 Message msg(std::move(messageQueue_.front())); in EngineThread() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_hmac.c43 static int32_t HmacCheckBuffer(const struct HksBlob *key, const struct HksBlob *msg, const struct H… in HmacCheckBuffer()
71 const struct HksBlob *key, uint32_t alg, const struct HksBlob *msg, const struct HksBlob *mac) in HmacCheckParam()
94 int32_t HksOpensslHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, st… in HksOpensslHmac()
161 int32_t HksOpensslHmacUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHmacUpdate()
179 int32_t HksOpensslHmacFinal(void **cryptoCtx, struct HksBlob *msg, struct HksBlob *mac) in HksOpensslHmacFinal()
/aosp12/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/
H A DDishService.java70 Message msg = mHandler.obtainMessage(MSG_CANCEL_JOB, 0, 0, jobParameters); in onStopJob() local
78 Message msg = mHandler.obtainMessage(MSG_RUN_JOB, 0, 0, jobParameters); in onStartJob() local
116 Message msg = handler.obtainMessage(MSG_RUN_JOB, mMyDishNum + 1, 0, mJobParameter); in onPostExecute() local
119 Message msg = handler.obtainMessage(MSG_FINISHED, 0, 0, mJobParameter); in onPostExecute() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_queue.c29 static int32_t PlatformQueueNextMsg(struct PlatformQueue *queue, struct PlatformMsg **msg) in PlatformQueueNextMsg()
52 struct PlatformMsg *msg = NULL; in PlatformQueueWorker() local
150 int32_t PlatformQueueAddMsg(struct PlatformQueue *queue, struct PlatformMsg *msg) in PlatformQueueAddMsg()
173 int32_t PlatformQueueGetMsg(struct PlatformQueue *queue, struct PlatformMsg **msg, uint32_t tms) in PlatformQueueGetMsg()
/aosp12/system/bt/profile/avrcp/
H A Davrcp_message_converter.h72 tAVRC_MSG_VENDOR* msg = (tAVRC_MSG_VENDOR*)m; in Parse() local
84 tAVRC_MSG_PASS* msg = (tAVRC_MSG_PASS*)m; in Parse() local
92 tAVRC_MSG_BROWSE* msg = (tAVRC_MSG_BROWSE*)m; in Parse() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/message_handler/unittest/
H A Dmessage_handler_test.c31 static void NetworkingHandleMessage(const SoftBusMessage* msg) in NetworkingHandleMessage()
40 static void CustomfreeMessage(SoftBusMessage* msg) in CustomfreeMessage()
54 SoftBusMessage* msg = SoftBusCalloc(sizeof(SoftBusMessage)); in TestMessageHandler() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/
H A Ddatabase_fault_impl.h27 ReportStatus Report(const FaultMsg &msg) override in Report()
31 ReportStatus Report(const CommFaultMsg &msg) override in Report()
/aosp12/frameworks/native/opengl/tests/lib/include/
H A DEGLUtils.h154 String8 msg; in printGLString() local
161 String8 msg; in printEGLString() local
170 String8 msg; variable
182 String8 msg; in checkGlError() local
231 String8 msg; in printEGLConfiguration() local
244 bool EGLUtils::printEGLConfigurations(EGLDisplay dpy, String8& msg) { in printEGLConfigurations()
271 String8 msg; in printEGLConfigurations() local
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEqualizerTest.java96 String msg = "test1_0ConstructorAndRelease()"; in test0_0ConstructorAndRelease() local
128 String msg = "test1_0BandLevel()"; in test1_0BandLevel() local
164 String msg = "test1_1BandFrequency()"; in test1_1BandFrequency() local
196 String msg = "test1_2Presets()"; in test1_2Presets() local
226 String msg = "test1_3Properties()"; in test1_3Properties() local
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/util/
H A DLog.java63 public static int i(@Nullable String tag, @NonNull String msg) { in i()
69 public static int w(@Nullable String tag, @NonNull String msg) { in w()
75 public static int e(@Nullable String tag, @NonNull String msg) { in e()
81 public static int e(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in e()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp288 std::unique_ptr<A2dpAvdtMsg> msg = std::make_unique<A2dpAvdtMsg>(); in ProcAvdtpEvent() local
309 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectInd()
424 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpOpenInd()
473 const BtAddr bdAddr, const uint16_t handle, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpCloseChannelInd()
539 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpConnectCFM()
568 …nt8_t A2dpAvdtp::ParseAvdtpDisconnectCFM(const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectCFM()
588 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpDiscoverCFM()
742 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpGetConfigureCFM()
888 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpAbortCFM()
907 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpWriteCFM()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareStateManager.java639 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in delayedInitialization() local
1388 public boolean processMessage(Message msg) { in processMessage()
1424 public boolean processMessage(Message msg) { in processMessage()
1470 public boolean processMessage(Message msg) { in processMessage()
1514 private void processNotification(Message msg) { in processNotification()
1707 private boolean processCommand(Message msg) { in processCommand()
1981 private void processResponse(Message msg) { in processResponse()
2116 private void processTimeout(Message msg) { in processTimeout()
2249 Message msg = it.next(); in updateSendMessageTimeout() local
2318 protected String getLogRecString(Message msg) { in getLogRecString()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp353 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
368 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
382 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
396 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
410 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
425 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum); variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/
H A Dsoftbus_message_open_channel_test.cpp59 cJSON *msg = cJSON_CreateObject(); in TestGetMsgPack() local
89 int32_t TestTransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo) in TestTransAuthChannelMsgPack()
115 char *msg = PackError(errCode, NULL); variable
140 char *msg = PackRequest(NULL); variable
198 char *msg = PackReply(NULL); variable
319 cJSON *msg = cJSON_CreateObject(); variable
/aosp12/bionic/libc/bionic/
H A Dandroid_set_abort_message.cpp44 char msg[0]; member
53 abort_msg_t msg; member
71 void android_set_abort_message(const char* msg) { in android_set_abort_message()
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DHprofFormatException.java24 HprofFormatException(String msg) { in HprofFormatException()
28 HprofFormatException(String msg, Exception cause) { in HprofFormatException()

12345678910>>...137