Home
last modified time | relevance | path

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

12

/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
Djs_drag_context.cpp246 napi_property_descriptor functions[] = { in DeclareDragInterface() local
251 sizeof(functions) / sizeof(*functions), functions), DEFINE_PROPERTIES); in DeclareDragInterface()
/base/usb/usb_manager/interfaces/kits/js/napi/include/
Dusb_async_context.h75 int32_t functions; member
/base/usb/usb_manager/
DREADME.md18 1. USB API: provides USB APIs that implement various basic functions, for example, query of the USB…
68 | int32_t GetCurrentFunctions(int32_t &funcs); | Obtains the list of functions (represented by…
69 | int32_t SetCurrentFunctions(int32_t funcs); | Sets the list of functions (represented by bi…
156 In this example, the USB device is used as the device to set the ACM, ECM, and HDC functions.
158 1. Set the USB functions.
/base/update/packaging_tools/
DREADME.md10 The packaging tool is used to prepare an update package. It provides the following functions:
32 ├── utils.py # Options management and related functions
/base/powermgr/battery_manager/
DREADME.md9 The Battery Manager module provides the following functions:
/base/powermgr/power_manager/
DREADME.md9 The Power Manager module provides the following functions:
/base/update/update_app/
DREADME.md12 It provides the following functions:
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
Djs_cooperate_context.cpp392 napi_property_descriptor functions[] = { in DeclareDeviceCoordinationData() local
401 sizeof(functions) / sizeof(*functions), functions), DEFINE_PROPERTIES); in DeclareDeviceCoordinationData()
/base/hiviewdfx/hichecker/
DREADME.md11 …hird-party applications). Such issues include calling of time-consuming functions by key applicati…
19 …em: ImagePacker | Invokes the HiChecker API in time-consuming functions to display a not…
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
Djs_coordination_context.cpp428 napi_property_descriptor functions[] = { in DeclareDeviceCoordinationData() local
438 sizeof(functions) / sizeof(*functions), functions), DEFINE_PROPERTIES); in DeclareDeviceCoordinationData()
/base/usb/usb_manager/services/native/include/
Dusb_right_manager.h50 int32_t HasSetFuncRight(int32_t functions);
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp392 int32_t UsbService::GetCurrentFunctions(int32_t &functions) in GetCurrentFunctions() argument
406 return usbd_->GetCurrentFunctions(functions); in GetCurrentFunctions()
409 int32_t UsbService::SetCurrentFunctions(int32_t functions) in SetCurrentFunctions() argument
411 USB_HILOGI(MODULE_USB_SERVICE, "func = %{public}d", functions); in SetCurrentFunctions()
417 int32_t ret = usbRightManager_->HasSetFuncRight(functions); in SetCurrentFunctions()
426 usbDeviceManager_->UpdateFunctions(functions); in SetCurrentFunctions()
432 return usbd_->SetCurrentFunctions(functions); in SetCurrentFunctions()
/base/time/time_service/
DREADME.md30 **Table 1** Major functions of systemTime
41 **表 2** Major functions of systemTimer
/base/security/huks/
DREADME.md15 - HUKS service layer: implements functions such as HUKS key management and storage.
/base/global/i18n/
DREADME.md11 …des a wide array of internationalization \(i18n\) APIs for implementing functions such as date and…
/base/global/timezone/
DREADME.md5 The time zone module provides the functions of updating, parsing, compiling, and deploying time zon…
/base/powermgr/battery_statistics/
DREADME.md9 The battery statistics module provides the following functions:
/base/telephony/ril_adapter/
DREADME.md11 The RIL Adapter module provides functions such as vendor library loading, service interface impleme…
/base/inputmethod/imf/
DREADME.md42 #### Main functions supported by the framework
/base/security/dataclassification/
DREADME.md34 │ └── datatransmitmgr # Code of basic functions
/base/telephony/cellular_call/
DREADME.md17 …registering an observer for call information changes; CellularCallProxy functions as a proxy for i…
/base/hiviewdfx/hiview/
DREADME.md26 …re module, which provides the plug-in configuration, plug-in management, and event source functions
/base/update/updater/
DREADME.md33 └── include # Header files for general functions of the update subsystem
/base/telephony/cellular_data/
DREADME.md15 …\(core\_service\) and RIL Adapter \(ril\_adapter\). The module provides functions such as cellular…
/base/hiviewdfx/hidumper_lite/
DREADME.md68 The following functions are : that need to be rewritten on different chips.

12