/test/testfwk/arkxtest/jsunit/src/ |
H A D | interface.js | 50 return Reflect.has(core, 'xdescribe') ? core.xdescribe(desc, func, null) : (desc, func, reason) => { }; 52 xdescribe.reason = (reason) => { 54 return Reflect.has(core, 'xdescribe') ? core.xdescribe(desc, func, reason) : (desc, func, reason) => { }; 58 return Reflect.has(core, 'xit') ? core.xit(desc, filter, func, null) : (desc, filter, func, reason) => { }; 60 xit.reason = (reason) => { 62 return Reflect.has(core, 'xit') ? core.xit(desc, filter, func, reason) : (desc, filter, func, reason) [all...] |
H A D | service.js | 236 xdescribe(desc, func, reason) { 249 console.info(reason == null ? `${TAG} skip suite: ${desc}` : `${TAG} skip suite: ${desc}, and the reason is ${reason}`); 253 console.info(reason == null ? `${TAG} skip suite: ${desc}` : `${TAG} skip suite: ${desc}, and the reason is ${reason}`); 258 this.suiteSkipReason = reason; 549 xdescribe: function (desc, func, reason) { 550 return _this.xdescribe(desc, func, reason); [all...] |
/test/xts/acts/multimedia/media/media_js_standard/ |
H A D | AVPlayerTestBase.js | 245 avPlayer.on('stateChange', async (state, reason) => { 246 console.info(`case stateChange called, state is ${state}, reason is ${reason}`); 247 if (reason == media.StateChangeReason.BACKGROUND) { 426 avPlayer.on('stateChange', async (state, reason) => { 427 console.info(`case stateChange called, state is ${state}, reason is ${reason}`); 514 avPlayer.on('stateChange', async (state, reason) => { 515 console.info(`case stateChange called, state is ${state}, reason is ${reason}`); [all...] |
/device/soc/rockchip/common/vendor/include/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 39 void (*free)(struct deferred_freelist_item *i, enum df_reason reason); 51 void (*free)(struct deferred_freelist_item *i, enum df_reason reason), size_t nr_pages);
|
/device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 39 void (*free)(struct deferred_freelist_item *i, enum df_reason reason); 51 void (*free)(struct deferred_freelist_item *i, enum df_reason reason), size_t nr_pages);
|
H A D | deferred-free-helper.c | 42 static size_t free_one_item(enum df_reason reason) in free_one_item() argument 59 item->free(item, reason); in free_one_item()
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 40 enum df_reason reason); 53 enum df_reason reason),
|
/device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/ |
H A D | deferred-free-helper.h | 7 * df_reason - enum for reason why item was freed 9 * This provides a reason for why the free function was called 40 enum df_reason reason); 53 enum df_reason reason),
|
H A D | deferred-free-helper.c | 44 static size_t free_one_item(enum df_reason reason) in free_one_item() argument 61 item->free(item, reason); in free_one_item()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | traps.h | 31 TP_PROTO(struct pt_regs *regs, unsigned int esr, int reason), 32 TP_ARGS(regs, reason, esr), 1);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmevent.h | 71 uint32 reason; /* Reason code (if applicable) */ member 85 uint32 reason; /* Reason code (if applicable) */ member 137 #define WLC_E_ROAM 19 /* roam complete: indicate status & reason */ 141 #define WLC_E_PRUNE 23 /* AP was pruned from join list for reason */ 155 #define WLC_E_ROAM_START 37 /* roam attempt started: indicate reason */ 374 /* SDB transition reason code */ 399 /* reason codes for WLC_E_GTK_KEYROT_NO_CHANSW event */ 403 /* roam reason codes */ 428 /* prune reason codes */ 458 /* WPA failure reason code 689 uint8 reason; global() member 977 uint16 reason; /* value 0: unknown, 1: ACSD, 2: OBSS_DBS, global() member 1217 uint8 reason; global() member 1248 uint8 reason; /* Reason code */ global() member 1282 uint32 reason; global() member [all...] |
H A D | dhd_daemon.h | 63 int reason; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmevent.c | 238 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order() 253 evt->reason = hton32(evt->reason); in wl_event_to_network_order()
|
H A D | dhd_pno.h | 255 uint8 reason; member 278 int reason; member 417 uint8 reason; member 547 extern int dhd_pno_get_for_batch(dhd_pub_t *dhd, char *buf, int bufsize, int reason);
|
H A D | wl_cfg80211.c | 13755 u32 reason = ntoh32(e->reason); in wl_get_auth_assoc_status() local 13761 WL_DBG(("event type : %d, reason : %d\n", event, reason)); in wl_get_auth_assoc_status() 13768 sec->auth_assoc_res_status = reason; in wl_get_auth_assoc_status() 13804 u32 reason = ntoh32(e->reason); in wl_notify_connect_status_ap_auth() local 13809 WL_ERR(("event %s(%d) has no payload. status %d reason %d\n", in wl_notify_connect_status_ap_auth() 13810 bcmevent_get_name(event), event, ntoh32(e->status), reason)); in wl_notify_connect_status_ap_auth() 13899 u32 reason in wl_notify_connect_status_ap() local 14178 u32 reason = ntoh32(e->reason); wl_notify_connect_status_bss() local 14447 wl_cfg80211_disassoc(struct net_device *ndev, uint32 reason) wl_cfg80211_disassoc() argument 14466 wl_cfg80211_del_all_sta(struct net_device *ndev, uint32 reason) wl_cfg80211_del_all_sta() argument 14575 u32 reason = ntoh32(e->reason); wl_notify_connect_status_mesh() local 15050 uint32 reason = 0; wl_notify_connect_status() local 15315 u32 reason = ntoh32(e->reason); wl_notify_rmc_status() local 15600 u32 reason = ntoh32(e->reason); wl_notify_roam_prep_status() local 18216 s32 reason = ntoh32(e->reason); wl_print_event_data() local 19458 wl_cfg80211_hang(struct net_device *dev, u16 reason) wl_cfg80211_hang() argument 19913 u32 reason = ntoh32(e->reason); wl_tdls_event_handler() local 23759 u32 reason = ntoh32(event->reason); wl_cfg80211_sup_event_handler() local 23854 s32 reason = ntoh32(e->reason); wl_cfg80211_cac_event_handler() local 23883 uint reason = 0; wl_bssid_prune_event_handler() local [all...] |
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_event.c | 118 int32_t HdfDisconnectedEventCallback(struct net_device *ndev, uint16_t reason, uint8_t *ie, uint32_t len)
in HdfDisconnectedEventCallback() argument 126 ret = HdfWifiEventDisconnected(netDev, reason, ie, len);
in HdfDisconnectedEventCallback()
|
H A D | hdf_bdh_event.h | 42 extern int32_t HdfDisconnectedEventCallback(struct net_device *ndev, uint16_t reason, uint8_t *ie, uint32_t len);
|
/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/ |
H A D | net_stack_ndk_test.cpp | 316 closeOption.reason = "test close";
in OHWebSocketClientClose() 326 closeOption.reason = "test close";
in OHWebSocketClientClose() 331 closeOption.reason = "close";
in OHWebSocketClientClose() 336 closeOption.reason = "";
in OHWebSocketClientClose() 341 closeOption.reason = "test close";
in OHWebSocketClientClose() 369 closeOption.reason = "close";
in OHWebSocketClientDestroy() 377 closeOption.reason = "close";
in OHWebSocketClientDestroy()
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 339 static void system_heap_buf_free(struct deferred_freelist_item *item, enum df_reason reason) in system_heap_buf_free() argument 348 if (reason == DF_NORMAL) { in system_heap_buf_free() 350 reason = DF_UNDER_PRESSURE; // On failure, just free in system_heap_buf_free() 359 if (reason == DF_UNDER_PRESSURE) { in system_heap_buf_free()
|
/test/xts/acts/communication_lite/dsoftbus_hal/src/ |
H A D | softbus_bus_center_test.c | 91 static void TestDiscoverResult(int32_t refreshId, RefreshResult reason) in TestDiscoverResult() argument 93 printf("[client]TestDiscoverResult:%d\n", reason); in TestDiscoverResult() 119 static void TestPublishResult(int publishId, PublishResult reason) in TestPublishResult() argument 121 printf("[client]TestPublishResult:%d\n", reason); in TestPublishResult()
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.c | 203 static void OnShutdownData(int32_t socket, ShutdownReason reason)
in OnShutdownData() argument 205 LOG("[cb][Ctrl]OnShutdownData success {socket:%d, reason:%u}", socket, reason);
in OnShutdownData() 206 if (reason == SHUTDOWN_REASON_PEER || reason == SHUTDOWN_REASON_LOCAL)
in OnShutdownData()
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_1st.cpp | 2388 * @tc.desc : Call the function V1 GetCallTransferInfo with reason and a value of 0
2403 * @tc.desc : Call the function V1 GetCallTransferInfo with reason and a value of 2
2418 * @tc.desc : Call the function V1 GetCallTransferInfo with reason and a value of 3
2433 * @tc.desc : Call the function V1 GetCallTransferInfo with reason and a value of 4
2448 * @tc.desc : Call the function V1 GetCallTransferInfo with reason and a value of -1
2471 callForwardSetInfo.reason = 1;
in HWTEST_F() 2491 callForwardSetInfo.reason = 1;
in HWTEST_F() 2511 callForwardSetInfo.reason = 1;
in HWTEST_F() 2531 callForwardSetInfo.reason = 1;
in HWTEST_F() 2551 callForwardSetInfo.reason in HWTEST_F() [all...] |
/test/xts/acts/communication/netstack_websocket/entry/src/main/cpp/ |
H A D | websocketNdkTest.cpp | 110 CloseOption.reason = " "; in OHWebSocketClientClose() 123 CloseOption.reason = " "; in OHWebsocketClientDestroy()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | WebSocket.h | 54 void WebSocket_close(networkHandles *net, int status_code, const char *reason);
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/ |
H A D | DialogDismissEvent.cpp | 42 ASSERT_EQ(ret, nEvent->reason);
in DialogModelTest_003()
|