/base/hiviewdfx/hiview_lite/ |
D | README.md | 9 …des the initialization of the DFX subsystem and controls the startup of each component as required. 17 1. The config component and core configuration parameters \(enabling or disabling the dump or event… 19 2. The log component is initialized, without involving the dynamic memory allocation and file opera… 21 3. The status information about the current DFX subsystem is written into the config component. 25 … and output components are initialized as required based on the parameters of the config component.
|
/base/update/packaging_tools/ |
D | create_update_package.py | 135 def write_component_info(self, component, package_file): argument 145 package_file.write(component.component_addr) 150 COMPONENT_INFO_FMT, component.id, component.res_type, 151 component.flags, component.type) 156 package_file.write(component.version) 161 COMPONENT_SIZE_FMT, component.size, component.original_size) 166 package_file.write(component.digest) 172 def write_component(self, component, package_file): argument 176 with open(component.file_path, "rb") as component_file:
|
D | update_package.py | 184 for key, component in component_dict.items(): 193 if component is None: 194 component = copy.copy(COMPONENT_INFO_INNIT) 195 component[0] = key 201 ('/%s' % component[0]).encode("utf-8") 204 ('%s' % component[0]).encode("utf-8") 205 component_list[idx].version = component[4].encode("utf-8") 207 component_list[idx].id = int(component[1]) 208 if component[3] == 1: 212 component_list[idx].res_type = int(component[2]) [all …]
|
D | utils.py | 314 for component in component_info: 315 component_list = list(component.values()) 317 component_dict[component['@compAddr']] = component_list 319 if component['@compAddr'] in (whole_list + difference_list): 321 component['@compAddr'], 326 if component['@compType'] == '0': 327 whole_list.append(component['@compAddr']) 329 append(split_img_name(component['#text'])) 331 component.get("#text", None)) 333 elif component['@compType'] == '1': [all …]
|
/base/web/webview/ |
D | README.md | 3 nwebview is the native engine of the OpenHarmony web component and is built based on Chromium and t… 8 | Web component | 19 * Web component: UI component in OpenHarmony. 20 * nwebview: native engine of the OpenHarmony web component, which is built based on the Chromium Em… 33 ** This code repository is the native engine of the OpenHarmony web component. This topic describes…
|
/base/hiviewdfx/hievent_lite/ |
D | README.md | 16 4. The event component checks the parameter validity and performs binary serialization to convert … 17 5. The event component calls the output function to write the event into a file. Each time a new f… 18 6. The upload component passively or proactively reports the event information to smartphones at a…
|
/base/update/updater/services/ui/ |
D | BUILD.gn | 53 "view/component/box_progress_adapter.cpp", 54 "view/component/component_factory.cpp", 55 "view/component/img_view_adapter.cpp", 56 "view/component/label_btn_adapter.cpp", 57 "view/component/text_label_adapter.cpp",
|
/base/customization/enterprise_device_management/ |
D | README.md | 5 The Enterprise Device Management component provides the management application development framewor… 9 **Figure 1** Architecture of the Enterprise Device Management component 13 In the architecture of the Enterprise Device Management component:
|
/base/update/updater/test/unittest/updater_ui_test/ |
D | BUILD.gn | 46 "//base/update/updater/services/ui/view/component/box_progress_adapter.cpp", 47 "//base/update/updater/services/ui/view/component/component_factory.cpp", 48 "//base/update/updater/services/ui/view/component/img_view_adapter.cpp", 49 "//base/update/updater/services/ui/view/component/label_btn_adapter.cpp", 50 "//base/update/updater/services/ui/view/component/text_label_adapter.cpp",
|
/base/startup/appspawn_lite/services/test/unittest/common/ |
D | BUILD.gn | 13 import("//build/lite/config/component/lite_component.gni") 39 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/security/permission_lite/services/pms/ |
D | BUILD.gn | 15 import("//build/lite/config/component/lite_component.gni") 47 "//build/lite/config/component/cJSON:cjson_shared", 70 "//build/lite/config/component/cJSON:cjson_static",
|
/base/security/permission_lite/services/pms_client/ |
D | BUILD.gn | 14 import("//build/lite/config/component/lite_component.gni") 38 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/security/appverify/interfaces/innerkits/appverify_lite/ |
D | BUILD.gn | 14 import("//build/lite/config/component/lite_component.gni") 48 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/update/ota_lite/ |
D | README_zh.md | 53 { "component": "hota", "features": [] } 64 "component": "hota",
|
/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/ |
D | BUILD.gn | 14 import("//build/lite/config/component/lite_component.gni") 51 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/security/device_auth/deps_adapter/ |
D | BUILD.gn | 15 import("//build/lite/config/component/lite_component.gni") 61 "//build/lite/config/component/cJSON:cjson_shared", 98 "//build/lite/config/component/cJSON:cjson_shared", 99 "//build/lite/config/component/openssl:openssl_shared",
|
/base/security/permission_lite/services/unittest/pms/ |
D | BUILD.gn | 14 import("//build/lite/config/component/lite_component.gni") 42 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/startup/appspawn_lite/services/ |
D | BUILD.gn | 13 import("//build/lite/config/component/lite_component.gni") 53 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/startup/appspawn/lite/ |
D | BUILD.gn | 13 import("//build/lite/config/component/lite_component.gni") 62 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/startup/appspawn/test/unittest/app_spawn_lite_test/ |
D | BUILD.gn | 13 import("//build/lite/config/component/lite_component.gni") 53 "//build/lite/config/component/cJSON:cjson_shared",
|
/base/global/resource_management_lite/frameworks/resmgr_lite/ |
D | BUILD.gn | 15 import("//build/lite/config/component/lite_component.gni") 96 "//build/lite/config/component/zlib:zlib_shared",
|
/base/hiviewdfx/hilog_lite/frameworks/js/ |
D | BUILD.gn | 16 import("//build/lite/config/component/lite_component.gni")
|
/base/sensors/sensor_lite/frameworks/ |
D | BUILD.gn | 14 import("//build/lite/config/component/lite_component.gni")
|
/base/powermgr/powermgr_lite/ |
D | BUILD.gn | 14 import("//build/lite/config/component/lite_component.gni")
|
/base/powermgr/battery_lite/frameworks/js/ |
D | BUILD.gn | 16 import("//build/lite/config/component/lite_component.gni")
|