Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 1371) sorted by relevance

12345678910>>...55

/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query.cpp92 if (Index() != fieldValue.Index()) { in operator ==()
106 if (Index() != fieldValue.Index()) { in operator !=()
120 if (Index() != fieldValue.Index()) { in operator <()
134 if (Index() != fieldValue.Index()) { in operator <=()
148 if (Index() != fieldValue.Index()) { in operator >()
162 if (Index() != fieldValue.Index()) { in operator >=()
201 if (Index() == fieldNum.Index()) { in operator ==()
216 if (Index() == fieldNum.Index()) { in operator !=()
232 if (Index() == fieldNum.Index()) { in operator <()
248 if (Index() == fieldNum.Index()) { in operator <=()
[all …]
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-page-custom-components-lifecycle.md82 // Index.ets
93 console.info('Index onPageShow');
97 console.info('Index onPageHide');
102 console.info('Index onBackPress');
221 …to next page”,调用router.pushUrl接口,跳转到另外一个页面,当前Index页面隐藏,执行页面生命周期Index onPageHide。此处调用的是router.pushU…
225 - 点击返回按钮,触发页面生命周期Index onBackPress,且触发返回一个页面后会导致当前Index页面被销毁。
227 - 最小化应用或者应用进入后台,触发Index onPageHide。当前Index页面没有被销毁,所以并不会执行组件的aboutToDisappear。应用回到前台,执行Index onPageS…
237 // Index.ets
242 struct Index {
247 console.log(`Index onPageShow`);
[all …]
H A Darkts-new-monitor.md38 struct Index {
116 struct Index {
210 struct Index {
252 struct Index {
293 struct Index {
362 struct Index {
432 struct Index {
466 struct Index {
511 struct Index {
558 struct Index {
[all …]
H A Dhar-package.md26 Index.ets文件是HAR导出声明文件的入口,HAR需要导出的接口,统一在Index.ets文件中导出。Index.ets文件是DevEco Studio默认自动生成的,用户也可以自定义,在模块…
29 "main": "Index.ets"
67 HAR对外暴露的接口,在Index.ets导出文件中声明如下所示:
69 // library/Index.ets
90 HAR对外暴露的接口,在Index.ets导出文件中声明如下所示:
92 // library/Index.ets
109 HAR对外暴露的接口,在Index.ets导出文件中声明如下所示:
111 // library/Index.ets
167 struct Index {
215 struct Index {
[all …]
H A Dstart-with-ets-stage.md58 …击“**entry &gt; src &gt; main &gt; ets &gt; pages**”,打开“**Index.ets**”文件,可以看到页面由Text组件组成。“**Index.e…
61 // Index.ets
64 struct Index {
83 在默认页面基础上,我们添加一个Button组件,作为按钮响应用户点击,从而实现跳转到另一个页面。“**Index.ets**”文件的示例如下:
86 // Index.ets
89 struct Index {
141 "pages/Index",
193 在第一个页面中,跳转按钮绑定onClick事件,点击按钮时跳转到第二页。“**Index.ets**”文件的示例如下:
196 // Index.ets
203 struct Index {
[all …]
H A Darkts-new-binding.md26 1. Index中构造Star子组件,双向绑定父子组件中的value,初始化子组件的`@Param value`和`@Event $value`
32 2. 点击改变Index中的Button,改变value,父组件Index和子组件Star中Text更新。
33 3. 点击改变子组件Star中的Button,调用`this.$value(10)`,父组件Index和子组件Star中Text更新。
38 struct Index {
H A Darkts-new-event.md40 struct Index {
45 struct Index {
60 struct Index {
126 struct Index {
/ohos5.0/docs/zh-cn/third-party-cases/
H A Djump-between-UIAbilities.md45 * 实现UIAbility内页面的跳转,首先构建Index页面,Index页面由一个Image组件、两个Text组件、三个Button组件组成。
52 struct Index {
223 struct Index {
336 * 在SecondAbility的Index页面,获取从EntryAbility的Index页面传递过来的自定义参数,并用一个Text文本展示从Index页面传递过来的数据。
398 struct Index {
433 struct Index {
506 struct Index {
768 * EntryAbility的Index页面:entry/src/main/ets/pages/Index.ets
780 struct Index {
915 * SecondAbility的Index页面:device/src/main/ets/pages/Index.ets
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Ddecoder.rs56 .unwrap_or_else(|| ReprDecodeState::Index(Index::new())) in decode()
135 Index,
155 pub(crate) struct Index { struct
159 impl Index { impl
183 ValueString::new(repr, Name::Index(index)).decode(buf) in decode()
706 { LiteralWithIndexing, Index => 8, b"302".to_vec() }, in ut_repr_decoder()
715 { LiteralWithIndexing, Index => 8, b"307".to_vec() }, in ut_repr_decoder()
734 { LiteralWithIndexing, Index => 26, b"gzip".to_vec() }, in ut_repr_decoder()
744 { LiteralWithIndexing, Index => 8, b"302".to_vec() }, in ut_repr_decoder()
753 { LiteralWithIndexing, Index => 8, b"307".to_vec() }, in ut_repr_decoder()
[all …]
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Darkts-dynamic-import.md40 // harlibrary's Index.ets
106 // HAR's Index.ets
131 // HAR's Index.ets
156 // HSP's Index.ets
181 // HSP's Index.ets
326 // HAR's Index.ets
362 // HSP's Index.ets
598 // har1's Index.ets
615 // har2's Index.ets
657 // har1's Index.ets
[all …]
H A Dlong-time-task-guide.md10 // Index.ets
19 // Index.ets
38 // Index.ets
41 struct Index {
H A Dresident-task-guide.md14 // Index.ets
21 // Index.ets
28 // Index.ets
32 struct Index {
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dimprove-application-cold-start-speed.md97 // Index.ets
107 // Index.ets
137 // Index.ets
150 // Index.ets
322 // Index.ets
327 struct Index {
382 // Index.ets
387 struct Index {
677 struct Index {
756 struct Index {
[all …]
H A Dgrid_optimization.md124 …nd、rowStart/rowEnd布局,在scrollToIndex滑动指定Index时,Grid会遍历GridItem去查找位置。而使用GridLayoutOptions布局,在scrollT…
331 …大小的布局方式,从自定义打点标签“H:useColumnStartColumnEndGrid”上可以看出从调用scrollToIndex到查找到指定Index准备构建GridItem节点耗时297…
337 …StartColumnEndGrid”打点标签时间段中存在大量的“H:Builder:BuildLazyItem”标签,可以发现Grid在查找指定的Index:1900是依次遍历Index来查找的。
343 …ridItem大小的布局方式,从自定义打点标签“H:useGridLayoutOptions”上可以看出从调用scrollToIndex到查找到指定Index准备构建GridItem节点耗时464…
349 …GridLayoutOptions”打点标签时间段中只存在一个“H:Builder:BuildLazyItem”标签,可以发现Grid在查找指定Index:1900是直接一次查找到指定Index的。
355Index时,会依次遍历GridItem节点,查找过程耗时较长。而使用GridLayoutOptions设置GridItem大小方式,是直接一次计算找到指定Index,查找过程耗时较短。所以使用G…
H A Dstate_variable_dfx_pratice.md134 |--Index[4]
258 struct Index {
298 默认只打印根节点和它子级的自定义组件。其中 11 表示查看的窗口Id,可使用查看应用窗口Id命令获取。结果中形如Index[4]格式的,前面为自定义组件的名称,[]中的数字为组件的节点Id。
305 |--Index[4]
318 携带-r参数从根节点开始递归打印自定义组件树。例如下面命令的输出结果为根节点Index和它拥有的每一级自定义组件,以树状结构展示。
325 |--Index[4]
335 --Index[4]
337 |--Owned by @Component 'Index'[4]
345 - Owned by @Component 'Index'[4]:状态变量所属组件。
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dcall_context.h136 template<typename... Args, size_t... Index>
140 return (true && ... && DefineParameter<Args>(context, names[Index])); in SetContextValues()
236 template<typename Func, size_t... Index>
240 if (!(true && ... && IsGetCompatibleWith<Args>(*argView[Index]))) {
253 }(CallArg<Args>(argView[Index])...);
256 template<typename Func, size_t... Index>
257 static bool Call(const ICallContext::Ptr& context, Func func, IndexSequence<Index...> ind)
265 IAny::Ptr args[] = { params[Index].value... };
272 template<typename Func, size_t... Index>
274 const BASE_NS::array_view<BASE_NS::string_view>& names, IndexSequence<Index...> ind)
[all …]
H A Dfunction.h172 template<typename Ret, typename... Args, size_t... Index>
173 CallResult<Ret> CallMetaFunctionImpl(const IFunction::Ptr& func, IndexSequence<Index...>, Args&&...…
186 if (!(true && ... && Set<PlainType_t<Args>>(context, params[Index].name, args))) {
223 template<size_t... Index>
224 static bool Call(const IFunction::Ptr& func, IndexSequence<Index...>)
244 if (!(true && ... && IsCompatibleWith<Args>(*params[Index].value))) {
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-page-custom-components-lifecycle.md86 // Index.ets
97 console.info('Index onPageShow');
101 console.info('Index onPageHide');
106 console.info('Index onBackPress');
229 … When the **Back** button is clicked, the **Index onBackPress** callback is invoked, and the curre…
231Index onPageHide** callback is invoked. As the current **Index** page is not destroyed, **aboutToD…
241 // Index.ets
246 struct Index {
251 console.log(`Index onPageShow`);
253 console.log(`Index onPageHide`);
[all …]
H A Darkts-new-monitor.md35 struct Index {
207 struct Index {
249 struct Index {
290 struct Index {
359 struct Index {
429 struct Index {
463 struct Index {
508 struct Index {
555 struct Index {
657 struct Index {
[all …]
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-event-reporting.md34 1. 编辑工程中的“entry > src > main > ets > pages > Index.ets” 文件,添加一个按钮并在其onClick函数中添加数据处理者。analytics_de…
42 struct Index {
83 2. 编辑工程中的“entry > src > main > ets > pages > Index.ets” 文件,添加一个按钮并在其onClick函数中添加并查看用户ID,完整示例代码如下:
96 3. 编辑工程中的“entry > src > main > ets > pages > Index.ets” 文件,添加一个按钮并在其onClick函数中添加并查看用户属性,完整示例代码如下:
109 4. 编辑工程中的“entry > src > main > ets > pages > Index.ets” 文件,添加一个按钮并在其onClick函数中进行事件打点,以记录按钮点击事件,完整示…
133 5. 编辑工程中的“entry > src > main > ets > pages > Index.ets” 文件,添加一个按钮并在其onClick函数中进行数据处理者移除(第二步已完成数据处理…
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-dynamic-import.md40 // harlibrary's Index.ets
106 // HAR's Index.ets
131 // HAR's Index.ets
156 // HSP's Index.ets
181 // HSP's Index.ets
326 // HAR's Index.ets
362 // HSP's Index.ets
598 // har1's Index.ets
615 // har2's Index.ets
657 // har1's Index.ets
[all …]
/ohos5.0/commonlibrary/rust/ylong_json/src/value/
H A Dindex.rs20 pub trait Index: private::IndexSealed { trait
31 impl Index for usize {
146 impl Index for str {
266 impl Index for String {
283 impl<'a, T> Index for &'a T impl
285 T: ?Sized + Index,
318 use crate::{Array, Index, JsonValue, Object};
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dpageability-switch.md33 例如,开发者希望Ability启动后加载"pages/Index"页面,在FA模型中,开发者需要在config.json中加入如下代码:
38 "pages/Index"
54 windowStage.loadContent('testability/pages/Index', (err, data) => {
67 2. 在resources/base/profile/main_pages.json中配置页面,以"pages/Index"为例:
71 "pages/Index"
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_device_descriptor.md34 | [iManufacturer](#imanufacturer) | Index of the string descriptor that describes the vendor.|
35 | [iProduct](#iproduct) | Index of the string descriptor that describes the product.|
36 | [iSerialNumber](#iserialnumber) | Index of the string descriptor that describes the device SN.|
184 Index of the string descriptor that describes the vendor.
196 Index of the string descriptor that describes the product.
208 Index of the string descriptor that describes the device SN.
/ohos5.0/docs/zh-cn/contribute/style-guide/
H A Dstyle-guide-example-code-style.md199 info: '来自EntryAbility Index页面',
283 在`Index.ets`文件中实现页面跳转。
287Index.ets文件中实现页面跳转。
316 windowStage.loadContent('pages/Index', (err: BusinessError, data) => {
332 windowStage.loadContent('pages/Index', (err: BusinessError, data) => {
435 2. 在`Index.ets`文件中引用该自定义组件。
438 // pages/Index.ets
443 struct Index {
458 开发`MyComponent`自定义组件。在`Index.ets`文件中引用该自定义组件。
477 // pages/Index.ets
[all …]

12345678910>>...55