| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
| H A D | softbus_file_receive_listener.cpp | 160 void SoftBusFileReceiveListener::OnReceiveFileShutdown(int32_t sessionId, ShutdownReason reason) in OnReceiveFileShutdown() argument
|
| H A D | softbus_asset_send_listener.cpp | 90 void SoftBusAssetSendListener::OnSendShutdown(int32_t sessionId, ShutdownReason reason) in OnSendShutdown() argument
|
| H A D | softbus_session_dispatcher.cpp | 98 void SoftbusSessionDispatcher::OnSessionClosed(int32_t sessionId, ShutdownReason reason) in OnSessionClosed() argument
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhtransport_fuzzer/ |
| H A D | dhtransport_fuzzer.cpp | 151 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in DhTransportOnSocketClosedFuzzTest() local
|
| /foundation/distributedhardware/distributed_input/services/transportbase/test/transbaseunittest/ |
| H A D | distributed_input_transbase_test.cpp | 203 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in HWTEST_F() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
| H A D | avctp_ctrl_l2cap.h | 66 uint8_t reason; member
|
| H A D | avctp_br_l2cap.h | 65 uint8_t reason; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
| H A D | avdtp_l2cap.h | 72 uint8_t reason; member
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
| H A D | rfcomm_l2cap.c | 173 void RfcommDisconnectAbnormalCback(uint16_t lcid, uint8_t reason) in RfcommDisconnectAbnormalCback() argument
|
| /foundation/window/window_manager/window_scene/test/dms_unittest/ |
| H A D | single_display_pocket_fold_policy_test.cpp | 351 ScreenPropertyChangeReason reason = ScreenPropertyChangeReason::UNDEFINED; in HWTEST_F() local
|
| H A D | single_display_fold_policy_test.cpp | 346 ScreenPropertyChangeReason reason = ScreenPropertyChangeReason::UNDEFINED; in HWTEST_F() local
|
| /foundation/window/window_manager/wm/test/unittest/ |
| H A D | window_scene_test.cpp | 434 uint32_t reason = 0;
in HWTEST_F() local 463 uint32_t reason = 0;
in HWTEST_F() local
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | minimize_app.cpp | 31 void MinimizeApp::AddNeedMinimizeApp(const sptr<WindowNode>& node, MinimizeReason reason) in AddNeedMinimizeApp() argument 61 std::vector<wptr<WindowNode>> MinimizeApp::GetNeedMinimizeAppNodesWithReason(MinimizeReason reason) in GetNeedMinimizeAppNodesWithReason() argument 88 void MinimizeApp::ClearNodesWithReason(MinimizeReason reason) in ClearNodesWithReason() argument 127 IsNodeNeedMinimizeWithReason(const sptr<WindowNode>& node, MinimizeReason reason) IsNodeNeedMinimizeWithReason() argument 147 EnableMinimize(MinimizeReason reason) EnableMinimize() argument 160 MinimizeReason reason = static_cast<MinimizeReason>(reasons & (~reasons + 1)); ExecuteMinimizeTargetReasons() local [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
| H A D | TestCase.java | 99 public TestCase.Builder ignore(String reason) { in ignore() argument
|
| /third_party/libwebsockets/lib/core/ |
| H A D | buflist.c | 250 lws_buflist_describe(struct lws_buflist **head, void *id, const char *reason) in lws_buflist_describe() argument
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | lejp.c | 69 lejp_construct(struct lejp_ctx *ctx, signed char (*callback)(struct lejp_ctx *ctx, char reason), void *user, const char * const *paths, unsigned char count_paths) lejp_construct() argument 137 lejp_change_callback(struct lejp_ctx *ctx, signed char (*callback)(struct lejp_ctx *ctx, char reason)) lejp_change_callback() argument
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | Gtest-trace.c | 195 uint16_t reason; in sighandler() local
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | close.c | 346 __lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, in __lws_close_free_wsi() argument 1008 lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) in lws_close_free_wsi() argument
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
| H A D | minimal-http-client-certinfo.c | 23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/ |
| H A D | minimal-http-client-custom-headers.c | 23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
|
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/ |
| H A D | minimal-raw-vhost.c | 47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
|
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/ |
| H A D | minimal-raw-netcat.c | 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
|
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/ |
| H A D | minimal-raw-adopt-udp.c | 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
| H A D | minimal-ws-client.c | 89 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/ |
| H A D | minimal-ws-client-ping.c | 63 callback_minimal_pingtest(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_pingtest() argument
|