Home
last modified time | relevance | path

Searched refs:fn (Results 1 - 25 of 35) sorted by relevance

12

/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_hal_fn.cpp192 WifiError InitWifiHalFuncTable(WifiHalFn *fn) in InitWifiHalFuncTable() argument
194 if (fn == nullptr) { in InitWifiHalFuncTable()
197 fn->vendorHalInit = VendorHalInit; in InitWifiHalFuncTable()
198 fn->waitDriverStart = WaitDriverStart; in InitWifiHalFuncTable()
199 fn->vendorHalExit = VendorHalExit; in InitWifiHalFuncTable()
200 fn->startHalLoop = StartHalLoop; in InitWifiHalFuncTable()
201 fn->vendorHalGetIfaces = VendorHalGetIfaces; in InitWifiHalFuncTable()
202 fn->vendorHalGetIfName = VendorHalGetIfName; in InitWifiHalFuncTable()
203 fn->vendorHalGetChannelsInBand = VendorHalGetChannelsInBand; in InitWifiHalFuncTable()
204 fn in InitWifiHalFuncTable()
[all...]
H A Dwifi_chip_test.cpp39 WifiHalFn fn; in SetUp() local
40 InitWifiHalFuncTable(&fn); in SetUp()
41 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
110 WifiHalFn fn; in HWTEST_F() local
111 std::weak_ptr<WifiVendorHal> vendorHal = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in HWTEST_F()
138 WifiHalFn fn; in HWTEST_F() local
139 std::weak_ptr<WifiVendorHal> vendorHal = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in HWTEST_F()
166 WifiHalFn fn; in HWTEST_F() local
167 std::weak_ptr<WifiVendorHal> vendorHal = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in HWTEST_F()
H A Dwifi_chip_modes_test.cpp34 WifiHalFn fn; in SetUp() local
35 InitWifiHalFuncTable(&fn); in SetUp()
36 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
H A Dwifi_hal_fn.h22 WifiError InitWifiHalFuncTable(WifiHalFn *fn);
H A Dwifi_vendor_hal_test.cpp37 WifiHalFn fn = {}; in SetUp() local
38 InitWifiHalFuncTable(&fn); in SetUp()
39 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
H A Dwifi_ap_iface_test.cpp36 WifiHalFn fn; in SetUp() local
37 InitWifiHalFuncTable(&fn); in SetUp()
38 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
H A Dwifi_sta_iface_test.cpp38 WifiHalFn fn; in SetUp() local
39 InitWifiHalFuncTable(&fn); in SetUp()
40 wifiVendorHalTest = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
H A Dwifi_p2p_iface_test.cpp34 WifiHalFn fn; in SetUp() local
35 std::weak_ptr<WifiVendorHal> vendorHal = std::make_shared<WifiVendorHal>(ifaceTool, fn, true); in SetUp()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/message/
H A Dmock.js19 fn: 'D:\\ceshi\\d.hcs',
35 fn: 'D:\\ceshi\\b.hcs',
46 function getArray(fn) {
48 if (mockTest[i].fn === fn) {
77 this.send('parse', mockTest[0].fn);
80 fn: msg.data,
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_sdk_if_test.cpp282 EXPECT_TRUE(nullptr != g_acmDevice->dataIface.fn); in HWTEST_F()
283 ret = UsbFnGetInterfacePipeInfo(g_acmDevice->dataIface.fn, 0, &info); in HWTEST_F()
293 EXPECT_NE(nullptr, g_acmDevice->dataIface.fn); in HWTEST_F()
294 ret = UsbFnGetInterfacePipeInfo(g_acmDevice->dataIface.fn, 1, &info); in HWTEST_F()
304 EXPECT_NE(nullptr, g_acmDevice->dataIface.fn); in HWTEST_F()
305 ret = UsbFnGetInterfacePipeInfo(g_acmDevice->dataIface.fn, 0xF, &info); in HWTEST_F()
313 EXPECT_NE(nullptr, g_acmDevice->dataIface.fn); in HWTEST_F()
314 ret = UsbFnGetInterfacePipeInfo(g_acmDevice->dataIface.fn, 0, nullptr); in HWTEST_F()
333 EXPECT_TRUE(nullptr != g_acmDevice->ctrlIface.fn); in HWTEST_F()
334 ret = UsbFnGetInterfacePipeInfo(g_acmDevice->ctrlIface.fn, in HWTEST_F()
1056 struct UsbFnInterface *fn = nullptr; HWTEST_F() local
[all...]
H A Dusb_device_cdcacm_test.cpp365 acmDevice->ctrlIface.fn = fnIface; in ParseInterfaces()
372 acmDevice->dataIface.fn = fnIface; in ParseInterfaces()
379 acmDevice->dataIface.fn = fnIface; in ParseInterfaces()
464 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
730 ret = UsbFnStartRecvInterfaceEvent(acmDevice->ctrlIface.fn, 0xff, AcmEventCallback, acmDevice); in SetUpAcmDevice()
782 UsbFnStopRecvInterfaceEvent(acm->ctrlIface.fn); in ReleaseAcmDevice()
H A Dusb_device_cdcacm_test.h89 struct UsbFnInterface *fn; member
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_sdk_if_test.c351 if (g_acmDevice == NULL || g_acmDevice->dataIface.fn == NULL) { in UsbFnDviceTestGetPipeInfo()
352 HDF_LOGE("%s: dataIface.fn is invail", __func__); in UsbFnDviceTestGetPipeInfo()
357 int32_t ret = UsbFnGetInterfacePipeInfo(g_acmDevice->dataIface.fn, 0, &info); in UsbFnDviceTestGetPipeInfo()
371 if (g_acmDevice == NULL || g_acmDevice->dataIface.fn == NULL) { in UsbFnDviceTestGetPipeInfo002()
372 HDF_LOGE("%s: dataIface.fn is invail", __func__); in UsbFnDviceTestGetPipeInfo002()
377 int32_t ret = UsbFnGetInterfacePipeInfo(g_acmDevice->dataIface.fn, 1, &info); in UsbFnDviceTestGetPipeInfo002()
391 if (g_acmDevice == NULL || g_acmDevice->dataIface.fn == NULL) { in UsbFnDviceTestGetPipeInfo003()
392 HDF_LOGE("%s: dataIface.fn is invail", __func__); in UsbFnDviceTestGetPipeInfo003()
397 int32_t ret = UsbFnGetInterfacePipeInfo(g_acmDevice->dataIface.fn, 0xF, &info); in UsbFnDviceTestGetPipeInfo003()
407 if (g_acmDevice == NULL || g_acmDevice->dataIface.fn in UsbFnDviceTestGetPipeInfo004()
424 struct UsbFnInterface *fn = NULL; UsbFnDviceTestGetPipeInfo005() local
527 struct UsbFnInterface *fn = NULL; UsbFnDviceTestRegistProp005() local
628 struct UsbFnInterface *fn = NULL; UsbFnDviceTestGetProp004() local
739 struct UsbFnInterface *fn = NULL; UsbFnDviceTestSetProp003() local
1461 struct UsbFnInterface *fn = NULL; UsbFnDviceTestStopReceEvent002() local
1543 struct UsbFnInterface *fn = NULL; UsbFnDviceTestStartReceEvent003() local
1710 struct UsbFnInterface *fn = NULL; UsbFnDviceTestOpenInterface005() local
[all...]
H A Dusb_device_lite_cdcacm_test.c339 acmDevice->ctrlIface.fn = (struct UsbFnInterface *)fnIface; in ParsePipes()
345 acmDevice->dataIface.fn = (struct UsbFnInterface *)fnIface; in ParsePipes()
350 acmDevice->dataIface.fn = (struct UsbFnInterface *)fnIface; in ParsePipes()
436 if ((data == NULL) || (acm == NULL) || (acm->ctrlIface.fn == NULL)) { in SendNotifyRequest()
451 notify->wIndex = CPU_TO_LE16(acm->ctrlIface.fn->info.index); in SendNotifyRequest()
723 ret = UsbFnStartRecvInterfaceEvent(acmDevice->ctrlIface.fn, 0xff, AcmEventCallback, acmDevice); in SetUpAcmDevice()
775 (void)UsbFnStopRecvInterfaceEvent(acm->ctrlIface.fn); in ReleaseAcmDevice()
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal_list.cpp41 std::make_shared<WifiVendorHal>(ifaceTool_, desc.fn, in GetHals()
78 if (!InitHalFuncTableWithStubs(&desc.fn)) { in LoadVendorHalLib()
82 res = initfn(&desc.fn); in LoadVendorHalLib()
88 res = desc.fn.vendorHalPreInit(); in LoadVendorHalLib()
H A Dwifi_vendor_hal_list.h40 WifiHalFn fn; member
H A Dwifi_hal.h139 WifiError InitWifiVendorHalFuncTable(WifiHalFn *fn);
140 typedef WifiError (*InitWifiVendorHalFuncTableT)(WifiHalFn *fn);
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DGenerator.js26 hcsToAst(fn) {
27 return this.parser.parse(fn);
159 makeHcs(fn, node) {
163 let fpath = fn.substring(0, fn.lastIndexOf('\\') + 1);
164 for (let i in this.parser.astList[fn].include) {
167 this.parser.astList[fn].include[i].substring(fpath.length) +
H A Dparser.js39 parse(fn) {
40 if (this.srcQueue_.indexOf(fn) === -1) {
41 this.srcQueue_.push(fn);
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/
H A Dconftest.py46 def fn(): function
49 request.addfinalizer(fn)
/drivers/peripheral/intelligent_voice/utils/
H A Dscope_guard.h72 inline ScopeGuard<Func> operator+(ScopeGuardOnExit, Func &&fn) in operator +() argument
74 return ScopeGuard<Func>(std::forward<Func>(fn)); in operator +()
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dextension.js87 fs.writeFileSync(msg.data.fn, msg.data.data);
121 fn: e.uri.fsPath,
139 fn: msg.data, data: tt,
/drivers/peripheral/usb/gadget/function/include/
H A Dcdcecm.h70 struct UsbFnInterface *fn; member
H A Dcdcacm.h86 struct UsbFnInterface *fn; member
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1639 this.filePoint_ = h.fn;
1640 this.rootPoint_ = h.fn;
1792 isNodeCountChanged(fn, bset = true) {
1793 if (!(fn in this.nodeCount_)) {
1794 this.nodeCount_[fn] = -1;
1796 let newcount = this.nodeCount(this.files_[fn]);
1797 if (this.nodeCount_[fn] !== newcount) {
1799 this.nodeCount_[fn] = newcount;
1805 saveHistory(fn, data2, pth, pos = null) {
1807 if (fn i
[all...]

Completed in 13 milliseconds

12