Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md45 const.product.devicetype
46 const.product.manufacturer
47 const.product.brand
48 const.product.name
49 const.build.product
50 const.product.model
52 const.product.hardwareversion
53 const.product.hardwareprofile
82 const.product.brand=Talkweb
84 const.product.name=Niobe
[all …]
H A Dsubsys-build-product.md11 ├── product # 产品名称
26 1. **vendor/company/product/init_configs/etc** 该文件夹中包含rcS脚本,Sxxx脚本和fstab脚本。init进程在启动系统服务之前执行这些脚本。执行…
28 2. **vendor/company/product/init_configs/init.cfg** init进程启动服务的配置文件,当前支持解析的命令有:
82 3. **vendor/company/product/init_configs/hals** 解决方案厂商对OS的适配,需要实现的接口请见各个部件的readme说明文档。
84 4. **vendor/company/product/config.json** config.json为编译构建的主入口,包含了开发板、OS部件和内核等配置信息。
114 5. **vendor/company/product/fs.yml** 该文件用于配置文件系统镜像制作过程,将编译产物打包成文件系统镜像,比如用户态根文件系统rootfs.img和可读写的user…
142 6. **vendor/company/product/BUILD.gn** 产品编译的入口,主要用于编译解决方案厂商源码和拷贝启动配置文件。如果某个产品被选择为要编译的产品,那么对应产品目录下的B…
145 group("product") { # target名称需与product名称即三级目录名称一致
334 ./build.sh --product-name hispark_taurus_standard --ccache
H A Dsubsys-build-all.md58 3. 调用Ninja:调用ninja -C out/board/product启动编译。
104 - [产品配置规则](subsys-build-product.md#产品配置规则)
175 ./build.sh --product-name {product_name}
179 ./build.sh --product-name {product_name} --gn-args is_debug=true
200 --product-name=PRODUCT_NAME # 指定产品名
235 -p, --product Set OHOS board and kernel
253 [OHOS INFO] product: ipcamera
254 [OHOS INFO] product path: xxx/vendor/hisilicon/ipcamera
285 -p PRODUCT, --product PRODUCT
294 --patch apply product patch before compiling
[all …]
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp52 WriteInt32(reply, product->EnqueueBuffer(buffer)); in OnFlushBuffer()
60 product->Cancel(&buffer); in OnCancelBuffer()
82 product->SetQueueSize(queueSize); in OnSetQueueSize()
97 product->SetWidthAndHeight(width, height); in OnSetWidthAndHeight()
115 product->SetFormat(format); in OnSetFormat()
128 product->SetStrideAlignment(strideAlignment); in OnSetStrideAlignment()
146 product->SetSize(size); in OnSetSize()
152 return OnGetAttr(product->GetSize(), io, reply); in OnGetSize()
159 product->SetUsage(usage); in OnSetUsage()
183 product->SetUserData(sKey, sValue); in OnSetUserData()
[all …]
/ohos5.0/base/startup/init/services/etc/param/
H A Dohos.para21 const.product.model=ohos
24 const.product.devicetype=default
26 const.product.manufacturer=default
27 const.product.brand=default
28 const.build.product=default
31 const.product.cpu.abilist=default
34 const.product.firstapiversion=1
35 const.product.build.type=default
36 const.product.build.user=default
37 const.product.build.host=default
[all …]
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-deviceInfo.md45 const.product.devicetype
46 const.product.manufacturer
47 const.product.brand
48 const.product.name
49 const.build.product
50 const.product.model
52 const.product.hardwareversion
53 const.product.hardwareprofile
82 const.product.brand=Talkweb
84 const.product.name=Niobe
[all …]
H A Dsubsys-build-product.md4product solution is a special component. It is a product built based on a development board. It in…
6 The product solution directory structure is as follows:
11 ├── product # Product name
82 3. **vendor/company/product/init_configs/hals**<br>This folder contains the OS adaptation of the pr…
135 - **out** directory of the product, which corresponds to **{root_out_dir}** of GN.
140product/BUILD.gn**<br>**BUILD.gn** provides the entry for product build. It is used to compile the…
143 …group("product") { # The name must be the same as the product name (level-3 director…
160 2. Configure the product. <br>Create a **config.json** file for the product (for example, wifiiot) …
297 …ional) Configure patches if the product and components need to be patched.<br>Create a **patch.yml…
321 group("wifiiot") { # The target name must be the same as the product name.
[all …]
H A Dsubsys-build-syscap.md28 When building a product, you may need to enable or disable specific system capabilities for it in *…
30product, add the keyword **syscap** to the product **config.json** file and configure the system c…
50 In this example, Wi-Fi AP and HotspotExt are disabled and P2P is enabled for the product. Consideri…
52product does not have feature difference, you only need to configure system capabilities for compo…
H A Dsubsys-build-all.md26 …A product is a collection of components. The product image built can run on different development …
66 - The product configuration file contains the configuration of all the components of the product. T…
78 1. Run **hb set** to set the product to build.
85 …*gn gen** command to read the product configuration and generate the **out** directory and **ninja…
206 ./build.sh --product-name {product_name}
232 --product-name=PRODUCT_NAME # Specify the product name.
259 Sets the product to build.
269 -p, --product Set OHOS board and kernel
289 [OHOS INFO] product: ipcamera
323 -p PRODUCT, --product PRODUCT
[all …]
/ohos5.0/docs/en/contribute/
H A Dopen-source-software-and-license-notice.md8 | third_party_cJSON | MIT License | The license does not require any product that uses such a repos…
9 | third_party_JSON-C | MIT License | The license does not require any product that uses such a repo…
11 | third_party_popt | MIT License | The license does not require any product that uses such a reposi…
15 | third_party_curl | Curl License | The license does not require any product that uses such a repos…
19 | third_party_giflib | MIT License | The license does not require any product that uses such a repo…
21 | third_party_harfbuzz | MIT License | The license does not require any product that uses such a re…
35 | third_party_unity | MIT License | The license does not require any product that uses such a repos…
46 | third_party_cares | MIT License | The license does not require any product that uses such a repos…
50 | third_party_expat | MIT License | The license does not require any product that uses such a repos…
60 | third_party_json | MIT License | The license does not require any product that uses such a reposi…
[all …]
/ohos5.0/build/lite/
H A Dlite_target_list.gni16 # Step 1: Read product configuration profile.
24 # Step 2: Loop subsystems configured by product.
36 # Step 4: Loop components configured by product.
38 # Step 5: Check whether the component configured by product is exist.
49 ", please check your product configuration.")
51 # Step 6: Loop OS components and check validity of product configuration.
55 # Step 6.1: Skip component which not configured by product.
82 # Step 7: Add device and product target by default.
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_dev_identify.md22 | uint16_t [product](#product) | 产品编号 |
39 ### product subsection
42 uint16_t InputDevIdentify::product
H A D_dev_identify_v10.md22 | unsigned short [product](#product) | 产品编号 |
39 ### product subsection
42 unsigned short DevIdentify::product
/ohos5.0/build/hb/
H A DREADME.md32 1. **hb set**: Set the OpenHarmony source code directory and the product to build.
36 - **Running Ninja**: Run **ninja -C out/company/product** to start build.
75 -p PRODUCT_NAME, --product-name PRODUCT_NAME
76 …Default:''. Help:Build a specified product. You could use this option like this: 1.'hb set --produ…
82 - **hb set -p --product** is used to set the product to build.
83 …- hb set --all Select customized product configurations, such as product chip architecture, rele…
106 -p PRODUCT_NAME, --product-name PRODUCT_NAME
107product. If you have executed 'hb set', execute 'hb build' directly. Or you could use this option …
162 --archive-image Default:False. Help:archive image when build product complete
177 …ld** _\{component\}_ to build product components separately based on the development board and ke…
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Dmodule.cpp31 for (auto &&product : products) { in Export()
32 if (!product->Export()) { in Export()
34 product->GetClassName().c_str()); in Export()
37 …HILOG_DEBUG("Class %{public}s for module fileio has been exported", product->GetClassName().c_str(… in Export()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dmodule.cpp33 for (auto &&product : products) { in Export()
34 if (!product->Export()) { in Export()
35 …LOGE("INNER BUG. Failed to export class %{public}s for module backup", product->GetClassName().c_s… in Export()
38 … LOGI("Class %{public}s for module fileio has been exported", product->GetClassName().c_str()); in Export()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dmodule.cpp37 for (auto &&product : products) { in Export()
38 if (!product->Export()) { in Export()
40 product->GetClassName().c_str()); in Export()
43 …HILOGI("Class %{public}s for module file.backup has been exported", product->GetClassName().c_str(… in Export()
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dide-using.md35 更推荐使用本文[部署模型](introduction.md#部署模型)小节中介绍的common、features、product三层工程结构。工程结构示例如下所示:
47 └── product # 产品层目录
99 在工程根目录(MyApplication)上点击鼠标右键,依次选择“New -&gt; Directory”新建子目录。创建product和features两个子目录。
103 用鼠标左键将default目录拖拽到新建的product目录中,在DevEco Studio弹出的确认窗口中,点击“Refactor”即可。
107 按照同样的步骤,将wearable目录放到product目录中,将feature1和feature2放到features目录中。
114 回顾之前小节中关于“工程结构”的介绍,我们推荐在common目录中存放基础公共代码,features目录中存放相对独立的功能模块代码,product目录中存放完全独立的产品代码。这样在product
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnative_module.cpp52 for (auto &&product : products) { in Init()
54 std::string nExporterName = product->GetNExporterName(); in Init()
56 std::string nExporterName = product->GetClassName(); in Init()
58 if (!product->Export()) { in Init()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dmodule.cpp54 for (auto &&product : products) { in Export()
56 string nExporterName = product->GetNExporterName(); in Export()
58 string nExporterName = product->GetClassName(); in Export()
60 if (!product->Export()) { in Export()
/ohos5.0/docs/zh-cn/device-dev/get-code/
H A Dgettools-acquire.md152 ./build.sh --product-name {product_name} --ccache
158 ./build.sh --product-name rk3568 --ccache
201 hpm run docker solution={product}
204 {product}为需编译的解决方案,如:\@ohos/hispark_taurus、\@ohos/hispark_aries、\@ohos/hispark_pegasus。
213 export solution={product}
216 {product}为需编译的解决方案,如:\@ohos/hispark_taurus、\@ohos/hispark_aries、\@ohos/hispark_pegasus。
238 hpm run distWithDocker solution={product}
241 hpm run distWithDocker solution={product}
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnative_fileaccess_module.cpp56 for (auto &&product : products) { in Init()
57 if (!product->Export()) { in Init()
58 … HILOG_ERROR("INNER BUG. Failed to export class %{public}s", product->GetClassName().c_str()); in Init()
61 HILOG_DEBUG("Class %{public}s has been exported", product->GetClassName().c_str()); in Init()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/
H A Dmodule.cpp32 for (auto &&product : products) { in Export()
33 if (!product->Export()) { in Export()
34 …HILOGE("INNER BUG. Failed to export class %{public}s for module file", product->GetClassName().c_s… in Export()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dmodule_v9.cpp38 for (auto &&product : products) { in Export()
39 if (!product->Export()) { in Export()
40 …HILOGE("INNER BUG. Failed to export class %{public}s for module fileio", product->GetClassName().c… in Export()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dmodule.cpp32 for (auto &&product : products) { in Export()
33 if (!product->Export()) { in Export()
34 …HILOGE("INNER BUG. Failed to export class %{public}s for module fileio", product->GetClassName().c… in Export()

12345678910>>...28