Searched defs:chanList (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_c_hid2d_test.cpp | 106 int *chanList = nullptr; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | wifi_mock.cpp | 71 WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) in Hid2dGetChannelListFor5G()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hid2d.cpp | 140 NO_SANITIZE("cfi") WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) in Hid2dGetChannelListFor5G()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter_test.cpp | 131 [&array, size](int *chanList, int len) { in __anon3f553a0a0202()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 133 … EXPECT_CALL(mock, Hid2dGetChannelListFor5G(_, _)).WillRepeatedly([this](int *chanList, int len) { in InjectData() 439 …EXPECT_CALL(mock, Hid2dGetChannelListFor5G(_, _)).WillRepeatedly([channels](int *chanList, int len… in __anonaf3f7aee1802() 476 EXPECT_CALL(mock, Hid2dGetChannelListFor5G(_, _)).WillRepeatedly([](int *chanList, int len) { in __anonaf3f7aee1c02()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_core.c | 2178 static void L2capAclConnectFailed(List *chanList, uint8_t status) in L2capAclConnectFailed() 2213 List *chanList = NULL; in L2capConnectComplete() local 2247 List *chanList = conn->chanList; in L2capAclDisconnected() local
|
H A D | l2cap_inst.h | 157 List *chanList; // Pack struct L2capChannel member
|
H A D | l2cap_le.c | 64 List *chanList; // Pack struct L2capLeChannel member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.cpp | 38 WifiErrorCode Hid2dGetChannelListFor5G(int *chanList, int len) in Hid2dGetChannelListFor5G()
|