/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/ |
D | js_drag_context.cpp | 246 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/ |
D | usb_async_context.h | 75 int32_t functions; member
|
/base/usb/usb_manager/ |
D | README.md | 18 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/ |
D | README.md | 10 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/ |
D | README.md | 9 The Battery Manager module provides the following functions:
|
/base/powermgr/power_manager/ |
D | README.md | 9 The Power Manager module provides the following functions:
|
/base/update/update_app/ |
D | README.md | 12 It provides the following functions:
|
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
D | js_cooperate_context.cpp | 392 napi_property_descriptor functions[] = { in DeclareDeviceCoordinationData() local 401 sizeof(functions) / sizeof(*functions), functions), DEFINE_PROPERTIES); in DeclareDeviceCoordinationData()
|
/base/hiviewdfx/hichecker/ |
D | README.md | 11 …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/ |
D | js_coordination_context.cpp | 428 napi_property_descriptor functions[] = { in DeclareDeviceCoordinationData() local 438 sizeof(functions) / sizeof(*functions), functions), DEFINE_PROPERTIES); in DeclareDeviceCoordinationData()
|
/base/usb/usb_manager/services/native/include/ |
D | usb_right_manager.h | 50 int32_t HasSetFuncRight(int32_t functions);
|
/base/usb/usb_manager/services/native/src/ |
D | usb_service.cpp | 392 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/ |
D | README.md | 30 **Table 1** Major functions of systemTime 41 **表 2** Major functions of systemTimer
|
/base/security/huks/ |
D | README.md | 15 - HUKS service layer: implements functions such as HUKS key management and storage.
|
/base/global/i18n/ |
D | README.md | 11 …des a wide array of internationalization \(i18n\) APIs for implementing functions such as date and…
|
/base/global/timezone/ |
D | README.md | 5 The time zone module provides the functions of updating, parsing, compiling, and deploying time zon…
|
/base/powermgr/battery_statistics/ |
D | README.md | 9 The battery statistics module provides the following functions:
|
/base/telephony/ril_adapter/ |
D | README.md | 11 The RIL Adapter module provides functions such as vendor library loading, service interface impleme…
|
/base/inputmethod/imf/ |
D | README.md | 42 #### Main functions supported by the framework
|
/base/security/dataclassification/ |
D | README.md | 34 │ └── datatransmitmgr # Code of basic functions
|
/base/telephony/cellular_call/ |
D | README.md | 17 …registering an observer for call information changes; CellularCallProxy functions as a proxy for i…
|
/base/hiviewdfx/hiview/ |
D | README.md | 26 …re module, which provides the plug-in configuration, plug-in management, and event source functions
|
/base/update/updater/ |
D | README.md | 33 └── include # Header files for general functions of the update subsystem
|
/base/telephony/cellular_data/ |
D | README.md | 15 …\(core\_service\) and RIL Adapter \(ril\_adapter\). The module provides functions such as cellular…
|
/base/hiviewdfx/hidumper_lite/ |
D | README.md | 68 The following functions are : that need to be rewritten on different chips.
|