/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkClassDefine.ts | 342 return ((this.value === another.value) && (this.align === another.align) && 343 (this.offsetX === another.offsetX) && (this.offsetY === another.offsetY) && 360 return (this.id === another.id) && (this.options === another.options); 451 return this.alignType === another.alignType && this.dx === another.dx && this.dy === another.dy; 465 return this.showTip === another.showTip && this.tipText === another.tipText; 624 …return this.imageSize === another.imageSize && this.width === another.width && this.height === ano… 636 return this.src === another.src && this.repeat === another.repeat; 751 return (this.type === another.type) && (this.edges === another.edges); 969 return (this.value === another.value) && (this.keys === another.keys) && 1183 return this.size === another.size && this.weight === another.weight; [all …]
|
H A D | ArkImageAnimator.ts | 52 isEqual(one: ImageFrameInfo, another: ImageFrameInfo): boolean { 53 if (!(one.width === another.width && 54 one.height === another.height && 55 one.top === another.top && 56 one.left === another.left && 57 one.duration === another.duration)) { 60 return !isBaseOrResourceEqual(one.src, another.src);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | measure_property.h | 592 return Calculate(another, skipNullOpt, true); 597 return Calculate(another, skipNullOpt, false); 610 bool OptionalValueCover(const PaddingPropertyT<float>& another) 612 if (another.left.has_value() && !left.has_value()) { 615 if (another.right.has_value() && !right.has_value()) { 618 if (another.top.has_value() && !top.has_value()) { 621 if (another.bottom.has_value() && !bottom.has_value()) { 638 result.left = left.value_or(0.0f) + factor * another.left.value_or(0.0f); 643 result.right = right.value_or(0.0f) + factor * another.right.value_or(0.0f); 646 (skipNullOpt && (top.has_value() || another.top.has_value())); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_divider_arithmetic.h | 95 const ListDividerMap& another = rhs->GetDividerMap(); in IsEqual() local 96 if (another.size() != dividermap_.size()) { in IsEqual() 100 auto it = another.find(child.first); in IsEqual() 101 if (it == another.end() || it->second.offset != child.second.offset || in IsEqual() 124 const ListDividerMap& another = rhs->GetDividerMap(); in Calculate() local 132 auto it2 = another.find(child.first); in Calculate() 133 if (it2 == another.end() || !it2->second.isDelta) { in Calculate()
|
/ohos5.0/foundation/ai/ai_engine/services/server/plugin_manager/include/ |
H A D | plugin_manager.h | 41 inline bool operator< (const PluginKey& another) const 43 if (aid < another.aid) { 46 if (aid == another.aid && version < another.version) {
|
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/include/ |
H A D | engine_manager.h | 41 inline bool operator < (const EngineKey &another) const 43 if (aid < another.aid) { 46 if (aid == another.aid && version < another.version) {
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | errorcode-image.md | 164 Correct the parameters or user another image. 179 Correct the image data or use another image. 294 Use another image. 353 Correct the input data or use another image. 368 Correct the input data or use another image. 383 Correct the input data or use another image. 412 Use another decoding mode. 441 Use another image. 456 Use another image. 498 Use another image. [all …]
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | LocaleMaskItem.java | 105 public int compareTo(LocaleMaskItem another) { in compareTo() argument 106 if (mask == another.getMask()) { in compareTo() 108 } else if (mask < another.getMask()) { in compareTo()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/ |
H A D | changelogs-bundlemanager.md | 20 …cation of another user is passed in. | The API returns data normally if the bundle name of a disab… 22 …cation of another user is passed in. | The API returns data normally if the bundle name of a disab…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | serviceability-overview.md | 4 …y can be started by another application or a PageAbility. It remains to run in the background even…
|
H A D | component-startup-rules.md | 20 …und application randomly redirects to another application, for example, redirecting to the payment… 25 - Before starting a component of another application, check whether the component can be called by … 35 - Before using **startAbilityByCall()** to start a component running on another device, verify the …
|
H A D | component-startup-rules-fa.md | 19 …und application randomly redirects to another application, for example, redirecting to the payment… 25 - **Before starting a component of another application, verify the visible field of the target comp…
|
H A D | start-uiability-from-fa.md | 9 A PageAbility starts a UIAbility in the same way as it starts another PageAbility. 59 …Ability through **startAbilityForResult()** in the same way as it starts another PageAbility throu…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 15269 isEqual(another) { argument 15306 isEqual(another) { argument 15324 isEqual(another) { argument 15344 isEqual(another) { argument 15362 isEqual(another) { argument 15389 isEqual(another) { argument 15405 isEqual(another) { argument 15422 isEqual(another) { argument 15436 isEqual(another) { argument 15543 return this.alignType === another.alignType && this.dx === another.dx && this.dy === another.dy; [all …]
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | distributed-fs-overview.md | 5 - The user uses the editing software on one device to edit the files on another device. 9 - The user uses a tablet to view the photos taken by another device. 27 - The files on another device are accessed over a synchronous network. 32 …ing, file creation, deletion, and modification on a device are synced to another device, at a spee…
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | port.cpp | 188 ErrorCode EmptyInPort::Connect(const std::shared_ptr<Port>& another) in Connect() argument 190 UNUSED_VARIABLE(another); in Connect() 241 ErrorCode EmptyOutPort::Connect(const std::shared_ptr<Port>& another) in Connect() argument 243 UNUSED_VARIABLE(another); in Connect()
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | multimodal-radio-button.md | 18 …cted as the recommended option, it can be cleared only when users select another radio button in t… 22 - After an option is selected, another option is deselected.
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-uripermissionmanager-sys.md | 25 …RIs to another application. If it has the ohos.permission.PROXY_AUTHORIZATION_URI permission, it c… 84 …RIs to another application. If it has the ohos.permission.PROXY_AUTHORIZATION_URI permission, it c… 151 This API can be used to revoke the URI permission of another application obtained by this applicati… 196 This API can be used to revoke the URI permission of another application obtained by this applicati…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | errorcode-display.md | 36 The virtual screen object of another process is operated. 40 Check whether unauthorized operations are performed on the object of another process. If yes, delet…
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | mod.rs | 75 fn zip<B>(self, another: B) -> Zip<Self, B> in zip() 79 zip::zip(self, another) in zip()
|
/ohos5.0/docs/en/application-dev/inputmethod/ |
H A D | switch-inputmehod-guide.md | 13 …-ime-kit/js-apis-inputmethod-subtype.md#inputmethodsubtype) to switch to another subtype of the cu… 55 …erence/apis-ime-kit/js-apis-inputmethod.md#inputmethodproperty8) to switch to another input method. 75 …s-apis-inputmethod-subtype.md#inputmethodsubtype) to switch to the subtype of another input method.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | errorcode-inputconsumer.md | 29 The hotkey has been subscribed to by another.
|
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/ |
H A D | netmanager_base_common_utils.h | 87 inline bool IsSameNaturalDay(uint32_t current, uint32_t another) in IsSameNaturalDay() argument 92 …ono::system_clock::to_time_t(std::chrono::system_clock::time_point(std::chrono::seconds(another))); in IsSameNaturalDay()
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-redirection-and-browsing-history-mgmt.md | 49 …-arkweb/ts-basic-components-web.md#onloadintercept10) API to redirect you from one page to another. 73 // Redirect to another page. 119 The **Web** component supports redirection from one application to another.
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-component-building-rules.md | 153 …dependencies between the modules in a component. Referencing a module in another component may cau… 160 …deps = [ "//base/foo/foo_b:b" ] # Not recommended. deps contains the absolute path of another comp… 161 …deps = [ "../../foo_b:b" ] # Not recommended. deps contains the relative path of another component. 169 …dependencies between the modules in a component. Referencing a module in another component may cau… 262 …nent. Importing the **.gni** file of another component means to use the internal variables and tem…
|