/ohos5.0/base/update/updater/services/fs_manager/ |
H A D | partitions.cpp | 46 BlockSpecific *specific = BLOCK_SPECIFIC(&dev); in DeviceProbeType() local 52 specific->major = devMajor; in DeviceProbeType() 54 specific->minor = devMinor; in DeviceProbeType() 123 BlockSpecific *specific = BLOCK_SPECIFIC(&dev); in SetBlockDeviceMode() local 126 if (specific->fd == -1) { in SetBlockDeviceMode() 131 if (specific->fd == -1) { in SetBlockDeviceMode() 145 if (fsync(specific->fd) < 0 || close(specific->fd) < 0) { in BlockDeviceClose() 245 BlockSpecific *specific = nullptr; in NewBlockDevice() local 255 if (!dev->specific) { in NewBlockDevice() 261 specific = BLOCK_SPECIFIC(dev); in NewBlockDevice() [all …]
|
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | component_factory.cpp | 29 auto operator()([[maybe_unused]] const typename T::SpecificInfoType &specific) const 39 auto operator()(const typename T::SpecificInfoType &specific) const in operator ()() 42 … return [&specific] ([[maybe_unused]] const UxViewInfo &info) { return T::IsValid(specific); }; in operator ()()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | ui__input__event_8h.md | 53 …tevent) \*event, uint32_t pointerIndex) | Obtains the X-coordinate of a specific touch point relat… 71 …event, uint32_t historyIndex) | Obtains the number of touch points in a specific historical event … 73 …ex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touch point in a specific hist… 74 …ex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touch point in a specific hist… 75 …ex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touch point in a specific hist… 76 …ex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touch point in a specific hist… 77 …ex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touch point in a specific hist… 78 …ex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touch point in a specific hist… 79 …_t historyIndex) | Obtains the pressure applied to the touchscreen in a specific historical event … 82 …ndex, uint32_t historyIndex) | Obtains the width of the touch area in a specific historical event … [all …]
|
H A D | _ark_u_i___event_module.md | 74 …ex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touch point in a specific hist… 75 …ex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touch point in a specific hist… 76 …ex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touch point in a specific hist… 78 …ex, uint32_t historyIndex) | Obtains the X-coordinate of a specific touch point in a specific hist… 79 …ex, uint32_t historyIndex) | Obtains the Y-coordinate of a specific touch point in a specific hist… 405 Obtains the X-coordinate of a specific touch point relative to the upper left corner of the current… 449 Obtains the Y-coordinate of a specific touch point relative to the upper left corner of the current… 684 Obtains the height of the touch area in a specific historical event from a directional input event … 708 Obtains the width of the touch area in a specific historical event from a directional input event (… 1100 Obtains the X-coordinate of a specific touch point relative to the upper left corner of the current… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | tsconfig.json | 48 // full_update specific 67 // partial_update specific 93 // partial_update specific
|
H A D | tsconfig.profile.json | 48 // full_update specific 67 // partial_update specific 95 // partial_update specific
|
H A D | tsconfig.release.json | 48 // full_update specific 68 // partial_update specific 95 // partial_update specific
|
H A D | tsconfig.test.json | 44 // full_update specific 50 // partial update specific 81 // partial_update specific
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | _j_s_v_m___extended_error_info.md | 21 | void \* [engineReserved](#enginereserved) | Detailed error message specific to a VM. This functio… 22 | uint32_t [engineErrorCode](#engineerrorcode) | Error code specific to a VM. This function is not … 35 Error code specific to a VM. This function is not implemented for any VM yet. 44 Detailed error message specific to a VM. This function is not implemented for any VM yet.
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-netfirewall.md | 21 1. Restricting network access for specific applications 22 2. Restricting network communication to specific IP addresses, protocols, and ports 23 3. Restricting network communication of specific applications to specific IP addresses, protocols, … 26 1. Restricting DNS resolution of an application for specific domain names (This function is applica… 27 2. Restricting DNS resolution of specific applications for specific domain names (This function is … 33 The following describes the development procedure specific to each application scenario. 75 // Initialize firewall rules for specific types of IP addresses. 157 // Initialize firewall rules for specific types of domain names.
|
/ohos5.0/docs/en/application-dev/ai/nnrt/ |
H A D | Neural-Network-Runtime-Kit-Introduction.md | 10 …specific AI hardware to perform model inference on NNRt, without the need to call the NNRt image c… 16 2. **Model build**: Build NNRt internal model images or offline model files into hardware-specific … 21 …, inference across AI hardware is not supported. The offline models are specific to the AI hardwar… 32 - Provides the hardware-specific offline model loading function, which shortens the model build tim… 33 …ity, performance mode, and FP16 mode, and supports custom extended attributes of specific hardware. 39 … and performance mode. If you want to configure the hardware attributes specific to dedicated AI h… 40 …specific implementation for NNRt operators. They are only used as the elements of the internal mod…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | deviceconfig-structure.md | 4 …specific configuration of the application, including attributes such as **default**, **tv**, **car… 13 | tablet | Application configuration specific to tablets.| Object| Yes (initial value: left empty)| 14 | tv | Application configuration specific to smart TVs.| Object| Yes (initial value: left empty)| 15 | car | Application configuration specific to telematics devices.| Object| Yes (initial value: left… 16 | wearable | Application configuration specific to wearables.| Object| Yes (initial value: left emp… 27 …cation run in this process. You can set the **process** attribute for a specific ability in the **…
|
H A D | typical-scenario-configuration.md | 3 …specific feature. Generally, the shortcut icon and text will appear above the application icon by … 17 …ion-file.md#shortcuts) in the **resources/base/profile** directory of a specific module, for examp…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.3/ |
H A D | changelogs-arkui.md | 64 … displayed when a specific tab is clicked; if it is set to a value less than 0, a tab switching an… 69 …ationDuration** is not set, no tab switching animation is displayed when a specific tab is clicked. 70 …ionDuration** is not set, a tab switching animation is displayed when a specific tab is clicked, a… 82 Before the change, if you do not want to display a tab switching animation when a specific tab is c… 83 After the change, if you do not want to display a tab switching animation when a specific tab is cl… 109 …o **{left:10vp, right:0vp, top:0vp, bottom:0vp}**. If the padding for a specific direction is not …
|
/ohos5.0/docs/en/readme/ |
H A D | customization.md | 5 …ces or applications for specific industries or regions, you may need to customize the system to me… 24 …plications invoke interfaces at the interface layer to configure functions or obtain specific data. 32 …EnterpriseDeviceManagerService provides specific implementation capabilities for EnterpriseDeviceM…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | start-intent-panel.md | 3 … application redirection by specifying an application type instead of a specific application. The … 5 … **startAbilityByType** API to start a vertical domain panel based on a specific business category… 7 …rtability-to-open-a-file): You can call the **startAbility** API to open a file of a specific type. 12 You can call the **startAbilityByType** API to start a vertical domain panel based on a specific bu… 45 …arch for an installed application that meets the requirements to open a specific type of file. For…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-dialog-overview.md | 2 …cally appears when an application is launched or when a user performs a specific action. It is des… 13 > A modal popup window can be converted to a non-modal one through specific attributes. For example… 17 Choose the appropriate component based on your specific requirements. 22 …nu.md) | Opt for this popup window when you need to bind an action to a specific component, such a… 23 …components-popup.md) | Use this popup window to display a tooltip for a specific component when, f…
|
/ohos5.0/docs/en/contribute/template/ |
H A D | errorcodes-template.md | 12 …nglish.<br>**Instructions**<br>1. The description should be concise and specific.<br>2. The descri… 13 … use case when the error code is thrown, for example, when developing a specific service or featur… 15 …teps for complex operations of a step.<br>2. The steps should be clear, specific, and executable. … 27 > Describe the use case (for example, developing a specific service or feature) when the error code… 57 > 2. The steps should be clear, specific, and executable. If judgment is involved, provide clear ju…
|
H A D | tutorial-template.md | 3 … addition, code examples are provided to help developers understand the specific feature implement… 5 …sic concepts mentioned in the tutorial, and suggest developers refer to specific corresponding top… 22 Break down the tutorial into several sequential critical tasks or parallel scenario-specific tasks.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-thermal_policy.md | 61 | cpu_big | int | Product-specific| CPU big core frequency.| 62 | cpu_med | int | Product-specific| CPU medium-core frequency.| 63 | cpu_lit | int | Product-specific| CPU small-core frequency.| 65 | gpu | int | Product-specific| GPU frequency.| 67 | current_sc | int | Product-specific| Fast charging current.| 68 | current_buck | int | Product-specific| Slow charging current.| 69 | voltage_sc | int | Product-specific| Fast charging voltage.| 70 | voltage_buck | int | Product-specific| Slow charging voltage.|
|
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_ddk_endpoint_descriptor.md | 25 | [extra](#extra) | Unresolved descriptor, including class- or vendor-specific descriptors.| 53 Unresolved descriptor, including class- or vendor-specific descriptors.
|
H A D | _usb_ddk_config_descriptor.md | 26 | [extra](#extra) | Unresolved descriptor, including class- or vendor-specific descriptors.| 54 Unresolved descriptor, including class- or vendor-specific descriptors.
|
H A D | _usb_ddk_interface_descriptor.md | 26 | [extra](#extra) | Unresolved descriptor, including class- or vendor-specific descriptors.| 54 Unresolved descriptor, including class- or vendor-specific descriptors.
|
/ohos5.0/drivers/interface/camera/v1_2/ |
H A D | IImageProcessSession.idl | 12 * See the License for the specific language governing permissions and 62 * @brief Process the specific image by image ID. 72 * @brief Remove the specific image by image ID.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/ |
H A D | IImageProcessSession.idl | 12 * See the License for the specific language governing permissions and 62 * @brief Process the specific image by image ID. 72 * @brief Remove the specific image by image ID.
|