Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/ohos5.0/drivers/peripheral/usb/cfg/
H A Dinit.usb.configfs.cfg5 "mkdir /config/usb_gadget/g1/functions/mass_storage.usb",
6 "mkdir /config/usb_gadget/g1/functions/fxfer.aoa"
20 "rmdir /config/usb_gadget/g1/functions/rndis.rn0",
54 … "symlink /config/usb_gadget/g1/functions/ffs.hdc /config/usb_gadget/g1/configs/b.1/f1",
82 … "symlink /config/usb_gadget/g1/functions/ffs.hdc /config/usb_gadget/g1/configs/b.1/f1",
90 "mkdir /config/usb_gadget/g1/functions/rndis.rn0",
100 "mkdir /config/usb_gadget/g1/functions/rndis.rn0",
120 "write /config/usb_gadget/g1/functions/mass_storage.usb/lun.0/file null",
122 "write /config/usb_gadget/g1/functions/mass_storage.usb/lun.0/cdrom 1",
131 "write /config/usb_gadget/g1/functions/mass_storage.usb/lun.0/file null",
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A DBUILD.gn206 "engine/functions/js_click_function.cpp",
208 "engine/functions/js_drag_function.cpp",
209 "engine/functions/js_focus_function.cpp",
211 "engine/functions/js_function.cpp",
214 "engine/functions/js_hover_function.cpp",
215 "engine/functions/js_key_function.cpp",
216 "engine/functions/js_mouse_function.cpp",
222 "engine/functions/js_pan_function.cpp",
225 "engine/functions/js_tabs_function.cpp",
226 "engine/functions/js_touch_function.cpp",
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
H A DCameraService.ts1869 functionsList.forEach((functions) => {
1870 this.logPortraitPhotoFunctions(functions);
1888 functionsList.forEach((functions) => {
1889 this.logVideoFunctions(functions);
1907 functionsList.forEach((functions) => {
1908 this.logPhotoFunctions(functions);
1914 let hasFlash: bool = functions.hasFlash();
1949 logVideoFunctions(functions: camera.VideoFunctions): void {
1950 let hasFlash: bool = functions.hasFlash();
1978 logPhotoFunctions(functions: camera.PhotoFunctions): void {
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp130 if (property.functions.bluetoothTurnOffFunc) { in NotifyBluetoothStateChange()
131 property.functions.bluetoothTurnOffFunc(); in NotifyBluetoothStateChange()
139 if (property.functions.bleTurnOnFunc) { in NotifyBluetoothStateChange()
141 property.functions.bleTurnOnFunc(remote); in NotifyBluetoothStateChange()
152 if (property.functions.bluetoothLoadedfunc) { in RunFuncWhenBluetoothServiceStarted()
153 property.functions.bluetoothLoadedfunc(remote); in RunFuncWhenBluetoothServiceStarted()
220 idProperties.functions.bluetoothLoadedfunc = func; in RegisterFunc()
237 idProperties.functions = profileFunctions; in RegisterFunc()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_condition_test.cpp293 void *(*functions[TEST_THREADS_COUNT])(void *) {};
295 std::fill(std::begin(functions), std::end(functions), OnRemoteRequestTest);
296 std::fill_n(std::begin(functions), TEST_ON_RECEIVE_EVENT_THREADS_COUNT, OnReceiveEventTest);
297 functions[TEST_THREADS_COUNT - 1] = OnStartTest;
301 std::shuffle(std::begin(functions), std::end(functions), g);
305 EXPECT_EQ(pthread_create(&threads[i], nullptr, functions[i], condition), 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp82 static parse_key_function functions[] = { in Parse() local
91 const int32_t FUNC_LEN = static_cast<int32_t>(sizeof(functions) / sizeof(functions[0])); in Parse()
93 if (!ParseMatch(keyParts, keyParams, functions, FUNC_LEN, styleRes)) { in Parse()
108 static parse_key_function functions[] = { in DeclarativeParse() local
117 const int32_t FUNC_LEN = static_cast<int32_t>(sizeof(functions) / sizeof(functions[0])); in DeclarativeParse()
119 if (!ParseMatch(reskeyParts, keyParams, functions, FUNC_LEN, true)) { in DeclarativeParse()
129 parse_key_function functions[], int32_t funcLen, bool styleRes) const in ParseMatch() argument
141 if (functions[k](*iter, keyParams)) { in ParseMatch()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_sdk_if.c38 struct UsbFnFunction *functions = NULL; in IsDescriptorOk() local
55 for (j = 0; des->configs[i]->functions[j] != NULL; j++) { in IsDescriptorOk()
56 functions = des->configs[i]->functions[j]; in IsDescriptorOk()
57 if (strncmp(functions->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC)) != 0) { in IsDescriptorOk()
60 if (functions->fsDescriptors == NULL) { in IsDescriptorOk()
103 for (j = 0; des->configs[i]->functions[j] != NULL; j++) { in UsbFnChangeFunction()
104 DoChangeFunction(des->configs[i]->functions[j], descriptor); in UsbFnChangeFunction()
H A Dusbfn_dev_mgr.c72 for (uint32_t j = 0; des->configs[i]->functions[j] != NULL; j++) { in CreateInterface()
73 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in CreateInterface()
76 if (des->configs[i]->functions[j]->enable == false) { in CreateInterface()
82 des->configs[i]->functions[j]->funcName); in CreateInterface()
88 for (uint32_t k = 0; des->configs[i]->functions[j]->fsDescriptors[k] != NULL; k++) { in CreateInterface()
89 … intf = (struct UsbInterfaceDescriptor *)des->configs[i]->functions[j]->fsDescriptors[k]; in CreateInterface()
171 for (j = 0; des->configs[i]->functions[j] != NULL; j++) { in AllocInterfaceAndFuncMgr()
172 …if (strncmp(des->configs[i]->functions[j]->funcName, FUNCTION_GENERIC, strlen(FUNCTION_GENERIC))) { in AllocInterfaceAndFuncMgr()
175 if (des->configs[i]->functions[j]->enable == false) { in AllocInterfaceAndFuncMgr()
179 … fnDevMgr->fnDev.numInterfaces += GetInterfaceNum(des->configs[i]->functions[j]->fsDescriptors); in AllocInterfaceAndFuncMgr()
H A Dadapter_if.c782 functions->funcName); in CreatKernelFunc()
795 static int32_t CreatFunc(const char *devName, const struct UsbFnFunction *functions, uint8_t confVa… in CreatFunc() argument
800 ret = CreatKernelFunc(devName, functions, confVal); in CreatFunc()
806 ret = snprintf_s(interfaceName, MAX_NAMELEN, MAX_NAMELEN - 1, "%s", functions->funcName); in CreatFunc()
823 ret = UsbFnAdapterCreatPipes(fd, functions); in CreatFunc()
939 for (j = 0; des->configs[i]->functions[j] != NULL; j++) { in UsbFnAdapterDelDevice()
940 if (des->configs[i]->functions[j]->enable == false) { in UsbFnAdapterDelDevice()
944 CleanConfigFs(deviceName, des->configs[i]->functions[j]->funcName); in UsbFnAdapterDelDevice()
947 CleanFunction(deviceName, des->configs[i]->functions[j]->funcName); in UsbFnAdapterDelDevice()
1010 for (j = 0; descriptor->configs[i]->functions[j] != NULL; j++) { in UsbFnAdapterCreateDevice()
[all …]
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dtaskpool-introduction.md37 To pass function verification, the concurrent functions executed in a [TaskPool](../reference/apis-…
41 …ce API version 9, the @Concurrent decorator can be used to declare and verify concurrent functions.
49functions and common functions. It cannot be used for generators, arrow functions, or methods. It …
50 | Variable types in decorated functions| Local variables, input parameters, and variables imported …
51 | Return value types in decorated functions| For details about the supported types, see [Inter-Thre…
55 …Concurrent cannot access closures. Therefore, functions marked by \@Concurrent cannot call other f…
69 #### Commonly used by concurrent functions
114 #### Promise returned by concurrent functions
227 User-defined classes or functions used in concurrent functions must be defined in different files. …
256 …rted variables and local variables can be used in @Concurrent decorated functions. <ArkTSCheck>" i…
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.1.5/
H A Dchangelogs-net.md7functions are available only for system applications and related APIs are defined as system APIs. …
17 To use VPN functions, use the full-SDK and change the value of **app-feature** in the **HarmonyAppP…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/
H A Dchangelog-web.md11 …loped based on earlier versions can still use the API, and the original functions are not affected.
34 …loped based on earlier versions can still use the API, and the original functions are not affected.
42 … use the API. With the corresponding logic handling added, the original functions are not affected.
65 … use the API. With the corresponding logic handling added, the original functions are not affected.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.26/
H A Dchangelogs-arkcompiler.md11 To help you accurately distinguish different functions, new function naming rules are introduced.
15 …sh functions with the same name. It is difficult to tell the differences. After the change, the co…
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-minichip-subsys-overview.md4 System functions are developed by levels, from system to subsystem and then to component. Customize…
15 | kernel | Kernel subsystem, which is responsible for common kernel functions such as task scheduli…
16 | hiviewdfx | DFX subsystem, which provides log-related functions.|
17 | communication | Communication subsystem, which provides Wi-Fi and Bluetooth functions.|
/ohos5.0/foundation/ability/ability_lite/interfaces/inner_api/abilitymgr_lite/
H A DREADME.md2 …manager is devoted to support some interface functions to other outside processes. By using these
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/inner_api/bundlemgr_lite/
H A DREADME.md2 …nager.h` is devoted to support some interface functions to other outside process. By using these f…
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__napi_8h.md35functions) = 0,<br>[OHOS_IMAGE_RESULT_BAD_PARAMETER](image.md#error-codes-returned-by-functions) =…
/ohos5.0/foundation/ability/ability_lite/interfaces/kits/ability_lite/
H A DREADME.md2 …op their JavaScript applications, some interface functions are offered at here. By using these fun…
/ohos5.0/docs/en/application-dev/napi/
H A Djsvm-introduction.md56 …nd JS context on the native module and register native functions in JS code. The native functions
58 …invoke the native functions that are registered in **GlobalThis** using JSVM-API. The JS engine ca…
/ohos5.0/commonlibrary/rust/ylong_json/
H A DREADME.md4 `ylong_json` is a general `JSON` syntax parsing library that provides functions for converting `JSO…
9 - `Application Layer`: The application layer provides specific functions to users.
10 - `App`: Various applications need to use the functions of the system service layer.
12 - `system services`: Various system services require the use of `JSON` related functions.
23 …boolean`, `number`, `string`, `array`, `object`, and implements all its functions according to `EC…
27 The `serde` submodule provides procedural macro functions based on the `Serialize` and `Deserialize…
30 …lue` module, which facilitates users to use the C interface to call the functions of the `ylong_js…
/ohos5.0/drivers/interface/input/v1_0/
H A DInputTypes.idl22 … APIs provided by the Input module, input service developers can implement the following functions:
24 * functions, and managing the feature status.
102 unsigned long[] miscCode; /**< Bitmap for recording other supported functions */
104 unsigned long[] forceCode; /**< Bitmap for recording the supported force functions */
105 unsigned long[] switchCode; /**< Bitmap for recording the supported switch functions */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/
H A DInputTypes.idl22 … APIs provided by the Input module, input service developers can implement the following functions:
24 * functions, and managing the feature status.
102 unsigned long[] miscCode; /**< Bitmap for recording other supported functions */
104 unsigned long[] forceCode; /**< Bitmap for recording the supported force functions */
105 unsigned long[] switchCode; /**< Bitmap for recording the supported switch functions */
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-tel-overview.md5 …ers of different modem chips, helping them efficiently develop telephony service-related functions.
9 - Telephony Service: core service layer of the telephony subsystem. Its main functions are as fol…
14 - RIL Adapter: RIL adaptation layer of the Telephony subsystem. This layer provides functions suc…
34 … can obtain the pointers to the response processing and event reporting functions from **hril\_hd…
H A Dsubsys-graphics-porting-guide.md24functions and does not contain any implementation. It can be used as the parent class of hardware …
26 The **BaseGfxEngine** class has three types of functions:
28 Type 1: functions used to obtain the display memory, apply for the buffer, and release the buffer.
30 Type 2: basic rendering functions, such as line drawing, **Blit**, and **Fill**.
32 Type 3: display functions, which are called to send the rendered content to the display.
34functions for obtaining the display memory and the display functions must be implemented for diffe…
36 The code for interconnecting to the graphics functions is as follows:
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pwm-develop.md25 …nd managing PWM devices. The core layer interacts with the adaptation layer through hook functions.
26 - Adaptation layer: instantiates the hook functions to implement specific features.
40functions are defined in **//drivers/hdf_core/framework/support/platform/include/pwm/pwm_core.h** …
52 **Table 1** Hook functions in **PwmMethod**
164 …y** member functions (**Bind**, **Init** and **Release**) to instantiate **PwmMethod** in **PwmDev…
182 struct PwmMethod *method; // Hook functions.
208 struct PwmMethod g_pwmOps = { // Instantiate the hook functions in pwm_hi35xx.c.
302 …PwmDeviceRemove(obj, &(hp->dev)); // (Mandatory) Call the core layer functions to release …
309 …(Optional) For new drivers, verify the basic functions, such as the PWM status control and respons…

12345678910>>...39