Home
last modified time | relevance | path

Searched full:function (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/drivers/hdf_core/framework/support/posix/test/unittest/common/
Dhdf_osal_test.cpp91 * @tc.desc: mutex function test
102 * @tc.desc: mutex function test
113 * @tc.desc: mutex function test
124 * @tc.desc: mutex function test
135 * @tc.desc: mutex function test
146 * @tc.desc: mutex function test
157 * @tc.desc: mutex function test
168 * @tc.desc: mutex function test
179 * @tc.desc: Spin function test
190 * @tc.desc: Spin function test
[all …]
Dhdf_osal_test_posix.cpp83 * @tc.desc: mutex function test
94 * @tc.desc: mutex function test
105 * @tc.desc: mutex function test
116 * @tc.desc: mutex function test
127 * @tc.desc: mutex function test
138 * @tc.desc: mutex function test
149 * @tc.desc: mutex function test
160 * @tc.desc: mutex function test
171 * @tc.desc: Spin function test
182 * @tc.desc: Spin function test
[all …]
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
Dhdf_input_hdi_test.cpp82 * @tc.desc : Reliability of function(ScanInputDevice)
84 HWTEST_F(HdfInputHdiTestAdditional, testScanInputDevice001, Function | MediumTest | Level1)
98 * @tc.desc : Reliability of function(OpenInputDevice)
100 HWTEST_F(HdfInputHdiTestAdditional, testOpenInputDevice001, Function | MediumTest | Level1)
116 HWTEST_F(HdfInputHdiTestAdditional, testOpenInputDevice002, Function | MediumTest | Level2)
129 HWTEST_F(HdfInputHdiTestAdditional, testOpenInputDevice003, Function | MediumTest | Level1)
150 HWTEST_F(HdfInputHdiTestAdditional, testOpenInputDevice004, Function | MediumTest | Level2)
160 * @tc.desc : Reliability of function(CloseInputDevice)
162 HWTEST_F(HdfInputHdiTestAdditional, testCloseInputDevice001, Function | MediumTest | Level1)
181 HWTEST_F(HdfInputHdiTestAdditional, testCloseInputDevice002, Function | MediumTest | Level2)
[all …]
/drivers/hdf_core/framework/include/platform/
Dpin_if.h42 * You must call this function before setting a pin properties.
72 * If you no longer need to access the pin, you should call this function to close its handle so as
84 * You can call this function when you need to set the pin pull configuration.
97 * You can call this function when you need to get the pin pull configuration.
110 * You can call this function when you need to set the pin strength configuration.
123 * You can call this function when you need to get the pin strength configuration.
134 * @brief Set the pin function configuration.
136 * You can call this function when you need to set the pin function configuration.
139 * @param funcName Indicates the pointer of the pin function.
140 * @return Returns <b>0</b> if set the pin function configuration operation is successfully;
[all …]
Dgpio_if.h16 * reading/writing the level value, and setting the interrupt service routine (ISR) function.
84 * @brief Defines the function type of a GPIO interrupt service routine (ISR).
86 * This function is used when you call {@link GpioSetIrq} to register the ISR for a GPIO pin.
92 …* @return Returns <b>0</b> if the ISR function type is successfully defined; returns a negative va…
101 …* Before using this function, you need to call {@link GpioSetDir} to set the GPIO pin direction to…
114 …* Before using this function, you need to call {@link GpioSetDir} to set the GPIO pin direction to…
150 * @brief Sets the ISR function for a GPIO pin.
152 …* Before using a GPIO pin as an interrupt, you must call this function to set an ISR function for …
155 * the ISR function can respond correctly.
159 * @param func Indicates the ISR function to set, which is specified by {@link GpioIrqFunc}.
[all …]
Dtimer_if.h27 * This function must be called to get its device handle before operating the timer.
36 * If you no longer need the timer, call this function to close it
44 * If you need the timer run, call this function to start it
53 * If you no longer need the timer run, call this function to stop it
62 * If you need the timer run, call this function to set timer info
65 * @param cb Represents the timer callback function.
73 * If you need the timer run, call this function to set timer info
75 * @param cb Represents the timer callback function.
83 * If you need the timer info, call this function get
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
Daudio_render_interface_impl_test.cpp53 * @tc.desc: Verify the GetLatency function.
66 * @tc.desc: Verify the RenderFrame function.
80 * @tc.desc: Verify the RenderFrame function.
96 * @tc.desc: Verify the RenderFrame function.
112 * @tc.desc: Verify the GetRenderPosition function.
126 * @tc.desc: Verify the SetRenderSpeed function.
139 * @tc.desc: Verify the GetRenderSpeed function.
152 * @tc.desc: Verify the SetChannelMode function.
165 * @tc.desc: Verify the GetChannelMode function.
178 * @tc.desc: Verify the RegCallback function.
[all …]
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
DNapiLog.js30 function getDateString() {
35 function saveLog(dateStr, levStr, detail) {
41 NapiLog.init = function (level, fileName) {
48 function recordLog(lev, ...args) {
64 NapiLog.logError = function (...args) {
68 NapiLog.logDebug = function (...args) {
72 NapiLog.logInfo = function (...args) {
76 NapiLog.getResult = function () {
80 NapiLog.clearError = function () {
84 NapiLog.registError = function (func) {
Dre.js16 function search(ss, data) {
37 function match(ss, data) {
45 function removeReg(data, reg) {
49 function getReg(data, reg) {
53 function all(sfrom) {
57 function replaceAll(ss, sfrom, sto) {
/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.c36 "Module Init function is null pointer") in HuksHdiAdapterModuleInit()
46 "Module Destroy function is null pointer") in HuksHdiAdapterModuleDestroy()
56 "Refresh function is null pointer") in HuksHdiAdapterRefresh()
67 "GenerateKey function is null pointer") in HuksHdiAdapterGenerateKey()
78 "ImportKey function is null pointer") in HuksHdiAdapterImportKey()
89 "ImportWrappedKey function is null pointer") in HuksHdiAdapterImportWrappedKey()
100 "ExportPublicKey function is null pointer") in HuksHdiAdapterExportPublicKey()
111 "Init function is null pointer") in HuksHdiAdapterInit()
122 "Update function is null pointer") in HuksHdiAdapterUpdate()
133 "Finish function is null pointer") in HuksHdiAdapterFinish()
[all …]
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_capture_interface/src/
Daudio_capture_interface_impl_test.cpp45 * @tc.desc: Verify the GetCapturePosition function.
59 * @tc.desc: Verify the CaptureFrame function.
73 * @tc.desc: Verify the CaptureFrame function.
91 * @tc.desc: Verify the CaptureFrame function.
107 * @tc.desc: Verify the Start function.
119 * @tc.desc: Verify the Stop function.
131 * @tc.desc: Verify the Pause function.
143 * @tc.desc: Verify the Resume function.
155 * @tc.desc: Verify the Flush function.
167 * @tc.desc: Verify the TurnStandbyMode function.
[all …]
/drivers/hdf_core/framework/support/platform/test/unittest/common/
Dhdf_platform_dumper_test.cpp46 * @tc.desc: platform dumper function test
58 * @tc.desc: platform dumper function test
70 * @tc.desc: platform dumper function test
82 * @tc.desc: platform dumper function test
94 * @tc.desc: platform dumper function test
106 * @tc.desc: platform dumper function test
118 * @tc.desc: platform dumper function test
130 * @tc.desc: platform dumper function test
142 * @tc.desc: platform dumper function test
154 * @tc.desc: platform dumper function test
[all …]
Dhdf_rtc_test.cpp50 * @tc.desc: rtc function test
64 * @tc.desc: rtc function test
78 * @tc.desc: rtc function test
92 * @tc.desc: rtc function test
106 * @tc.desc: rtc function test
119 * @tc.desc: rtc function test
134 * @tc.desc: rtc function test
151 * @tc.desc: rtc function test
165 * @tc.desc: rtc function test
179 * @tc.desc: rtc function test
[all …]
Dhdf_mipi_csi_test.cpp66 * @tc.desc: mipi csi function test
78 * @tc.desc: mipi csi function test
90 * @tc.desc: mipi csi function test
102 * @tc.desc: mipi csi function test
114 * @tc.desc: mipi csi function test
126 * @tc.desc: mipi csi function test
138 * @tc.desc: mipi csi function test
150 * @tc.desc: mipi csi function test
162 * @tc.desc: mipi csi function test
174 * @tc.desc: mipi csi function test
[all …]
Dhdf_can_test.cpp46 * @tc.desc: can bus function test
58 * @tc.desc: can bus function test
70 * @tc.desc: can bus function test
82 * @tc.desc: can bus function test
94 * @tc.desc: can bus function test
106 * @tc.desc: can bus function test
118 * @tc.desc: can bus function test
130 * @tc.desc: can bus function test
142 * @tc.desc: can bus function test
154 * @tc.desc: can bus function test
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/ets/test/
DbaseDdkNdkJsTest.ets19 export default function baseDdkNdkJsTest() {
31 * @tc.type : Function
33 it('testDdkCreateAshmem001', 0, async (done: Function) => {
50 * @tc.type : Function
52 it('testDdkCreateAshmem002', 0, async (done: Function) => {
69 * @tc.type : Function
71 it('testDdkCreateAshmem003', 0, async (done: Function) => {
88 * @tc.type : Function
90 it('testDdkMapAshmem001', 0, async (done: Function) => {
107 * @tc.type : Function
[all …]
DusbDdkNdkJsTest.ets21 export default function usbDdkNdkJsTest() {
48 * @tc.type : Function
50 it('testUsbInit001', 0, async (done: Function) => {
67 * @tc.type : Function
69 it('testUsbRelease001', 0, async (done: Function) => {
86 * @tc.type : Function
88 it('testUsbGetDeviceDescriptor001', 0, async (done: Function) => {
112 * @tc.type : Function
114 it('testUsbGetDeviceDescriptor002', 0, async (done: Function) => {
138 * @tc.type : Function
[all …]
DhidDdkNdkJsTest.ets19 export default function hidDdkNdkJsTest() {
27 * @tc.type : Function
29 it('testHidCreateDevice001', 0, async (done: Function) => {
46 * @tc.type : Function
48 it('testHidEmitEvent001', 0, async (done: Function) => {
65 * @tc.type : Function
67 it('testHidEmitEvent002', 0, async (done: Function) => {
84 * @tc.type : Function
86 it('testHidEmitEvent003', 0, async (done: Function) => {
103 * @tc.type : Function
[all …]
/drivers/peripheral/camera/test/hdi/metadata_test/src/
Dcamera_metadata_operator_uttest.cpp39 * @tc.type: Function
52 * @tc.type: Function
65 * @tc.type: Function
78 * @tc.type: Function
92 * @tc.type: Function
106 * @tc.type: Function
120 * @tc.type: Function
133 * @tc.type: Function
146 * @tc.type: Function
159 * @tc.type: Function
[all …]
/drivers/peripheral/wlan/test/unittest/common/
Dhdf_net_device_test.cpp58 * @tc.desc: init netdevice function test
70 * @tc.desc: add netdevice function test
82 * @tc.desc: get netdevice function test
94 * @tc.desc: netdevice count query function test
106 * @tc.desc: netdevice capability query function test
118 * @tc.desc: set netdevice addr function test
130 * @tc.desc: netdevice dhcp client function test
142 * @tc.desc: netdevice dhcp server function test
154 * @tc.desc: set netdevice status function test
166 * @tc.desc: set netdevice link status function test
[all …]
/drivers/external_device_manager/test/unittest/ndk_permission_js_test/entry/src/main/ets/test/
DDdkPermissionJsTest.ets21 export default function DdkPermissionJsTest() {
45 * @tc.type : Function
47 it('testUsbInit001', 0, async (done: Function) => {
64 * @tc.type : Function
66 it('testUsbGetDeviceDescriptor001', 0, async (done: Function) => {
90 * @tc.type : Function
92 it('testUsbGetConfigDescriptor001', 0, async (done: Function) => {
116 * @tc.type : Function
118 it('testUsbFreeConfigDescriptor001', 0, async (done: Function) => {
142 * @tc.type : Function
[all …]
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
Dlayer_fuzzer.cpp122 HDF_LOGE("%{public}s: function GetAllocInfo failed", __func__); in UsingAllocmem()
129 HDF_LOGE("%{public}s: function AllocMem failed", __func__); in UsingAllocmem()
140 HDF_LOGE("%{public}s: function GetLayerInfo failed", __func__); in UsingCreateLayer()
147 HDF_LOGE("%{public}s: function CreateLayer failed", __func__); in UsingCreateLayer()
156 HDF_LOGE("%{public}s: function CloseLayer failed", __func__); in UsingCloseLayer()
167 HDF_LOGE("%{public}s: function GetLayerAlpha failed", __func__); in TestSetLayerAlpha()
172 HDF_LOGE("%{public}s: function SetLyerAlpha failed", __func__); in TestSetLayerAlpha()
183 HDF_LOGE("%{public}s: function GetIRect failed", __func__); in TestSetLayerRegion()
188 HDF_LOGE("%{public}s: function SetLayerRegion failed", __func__); in TestSetLayerRegion()
198 HDF_LOGE("%{public}s: function GetIRect failed", __func__); in TestSetLayerCrop()
[all …]
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
DXTools.js37 export function fAngle(x, y) {
40 export function iDistance(x, y) {
45 export function freshTime() {
50 export function TimeMS() {
54 export function RandInt(min = 0, max = 100) {
58 export function GetURL() {
/drivers/peripheral/wlan/test/hdi_service/
Dhostapd_hdi_hal_services_c_test.cpp70 * @tc.desc: Wifi hdi Add Hostapd Iface function test
88 * @tc.desc: Wifi hdi set ap passwd function test
102 * @tc.desc: Wifi hdi set ap name function test
117 * @tc.desc: Wifi hdi set ap WpaValue function test
129 * @tc.desc: Wifi hdi set ap band function test
141 * @tc.desc: Wifi hdi set ap 80211n function test
153 * @tc.desc: Wifi hdi set ap Wmm function test
165 * @tc.desc: Wifi hdi set ap channel function test
177 * @tc.desc: Wifi hdi set ap MaxConn function test
189 * @tc.desc: Wifi hdi set mac filter function test
[all …]
/drivers/hdf_core/framework/include/utils/
Dhdf_workqueue.h29 * and then call the initialization function to initialize them. The work item, delayed work item,
45 * @brief Describes a work execution function type.
47 …* The thread of the work queue executes this function after the work item is added to the work que…
61 * function {@link HdfWorkInit} or {@link HdfDelayedWorkInit} to perform initialization.
62 * The <b>HdfAddWork()</b> function is to add a work item to a work queue immediately,
63 …* and the <b>HdfAddDelayedWork()</b> function is to add a work item to a work queue after the conf…
100 * This function uses <b>func</b> and <b>arg</b> to initialize a work item.
101 … After the work item is added to a work queue, the thread of the work queue executes this function,
105 * @param func Indicates the work execution function.
106 * @param arg Indicates the pointer to the argument of the work execution function.
[all …]

12345678910>>...25