/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_animation_test.cpp | 75 auto per = std::make_shared<RSNode>(true); in HWTEST_F() local 76 rsAnimation.StartInner(per); in HWTEST_F() 77 rsAnimation.Start(per); in HWTEST_F() 78 ASSERT_NE(per, nullptr); in HWTEST_F() 129 rsAnimation.StartInner(per); in HWTEST_F() 131 ASSERT_NE(per, nullptr); in HWTEST_F() 171 ASSERT_NE(per, nullptr); in HWTEST_F() 211 ASSERT_NE(per, nullptr); in HWTEST_F() 253 ASSERT_NE(per, nullptr); in HWTEST_F() 304 rsAnimation.StartInner(per); in HWTEST_F() [all …]
|
H A D | rs_animation_group_test.cpp | 52 auto per = std::make_shared<RSNode>(true, id_); in HWTEST_F() local 53 rsAnimationGroup.StartInner(per); in HWTEST_F() 83 auto per = std::make_shared<RSNode>(true, id_); in HWTEST_F() local 84 rsAnimationGroup.StartInner(per); in HWTEST_F() 101 auto per = std::make_shared<RSNode>(true, id_); in HWTEST_F() local 102 rsAnimationGroup.StartInner(per); in HWTEST_F() 132 auto per = std::make_shared<RSNode>(true, id_); in HWTEST_F() local 133 rsAnimationGroup.StartInner(per); in HWTEST_F()
|
H A D | rs_path_animation_test.cpp | 56 auto per = std::make_shared<RSNode>(true); in HWTEST_F() local 57 rsPathAnimation.StartInner(per); in HWTEST_F() 92 auto per = std::make_shared<RSNode>(true); in HWTEST_F() local 93 rsPathAnimation.StartInner(per); in HWTEST_F() 109 auto per = std::make_shared<RSNode>(true); in HWTEST_F() local 110 rsPathAnimation.StartInner(per); in HWTEST_F() 127 auto per = std::make_shared<RSNode>(true); in HWTEST_F() local 128 rsPathAnimation.StartInner(per); in HWTEST_F()
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/ |
H A D | mock_common_event_permission_manager.cpp | 27 Permission per; in GetEventPermission() local 30 per.names.emplace_back(eventName); in GetEventPermission() 31 per.names.emplace_back(eventNames); in GetEventPermission() 32 per.state = PermissionState::AND; in GetEventPermission() 33 eventMap_.emplace(eventName, per); in GetEventPermission()
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_permission_manager.cpp | 192 Permission per; in Init() local 193 per.names.reserve(REVERSE); in Init() 196 per.state = permissions.first; in Init() 198 per.names.emplace_back(permissionName); in Init() 201 per.isSensitive = true; in Init() 203 eventMap_.insert(std::make_pair(eventName, per)); in Init() 204 per.names.clear(); in Init() 214 Permission per; in GetEventPermission() local 215 return per; in GetEventPermission()
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/ |
H A D | PreferencesSyncJsunit.test.js | 136 let per = mPreferences.getSync(KEY_TEST_STRING_ELEMENT, "defaultvalue"); 137 expect("defaultvalue").assertEqual(per); 257 let per = mPreferences.getSync(KEY_TEST_BOOLEAN_ELEMENT, false); 258 expect(true).assertEqual(per); 274 let per = mPreferences.getSync(KEY_TEST_FLOAT_ELEMENT, 0.0); 275 expect(4.0).assertEqual(per); 291 let per = mPreferences.getSync(KEY_TEST_INT_ELEMENT, 0); 292 expect(4).assertEqual(per); 309 let per = mPreferences.getSync(KEY_TEST_LONG_ELEMENT, 0); 310 expect(4).assertEqual(per); [all …]
|
H A D | PreferencesPromiseJsunit.test.js | 144 let per = await mPreferences.get(KEY_TEST_STRING_ELEMENT, "defaultvalue"); 146 expect("defaultvalue").assertEqual(per); 325 let per = await mPreferences.get(KEY_TEST_BOOLEAN_ELEMENT, false); 326 expect(true).assertEqual(per); 347 let per = await mPreferences.get(KEY_TEST_FLOAT_ELEMENT, 0.0); 348 expect(4.0).assertEqual(per); 369 let per = await mPreferences.get(KEY_TEST_INT_ELEMENT, 0); 370 expect(4).assertEqual(per); 390 let per = await mPreferences.get(KEY_TEST_LONG_ELEMENT, 0); 391 expect(4).assertEqual(per); [all …]
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/ |
H A D | mock_common_event_permission_manager.cpp | 35 Permission per; in GetEventPermission() local 38 per.names.emplace_back(eventName); in GetEventPermission() 39 eventMap_.insert(std::make_pair(eventName, per)); in GetEventPermission() 42 return per; in GetEventPermission()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _o_h___n_n___quant_param.md | 38 …(#quantcount) | 指定numBits、scale和zeroPoint数组的长度。在per-layer量化的场景下,quantCount通常指定为1,即一个张量所有通道 共享一套量化参… 66 指定numBits、scale和zeroPoint数组的长度。在per-layer量化的场景下,quantCount通常指定为1,即一个张量所有通道 共享一套量化参数;在per-channel量化场…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/ |
H A D | changelogs-pixelmap.md | 29 **rowSize**: number of bytes per row. Calculation formula: Image width x Number of bytes in each pi… 33 …per row. In the case of DMA, the formula is as follows: Image width x Roundup(64 x Number of bytes…
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _o_h___n_n___quant_param.md | 38 …per-layer quantization scenario, **quantCount** is usually set to **1**. That is, all channels of … 66 …per-layer quantization scenario, **quantCount** is usually set to **1**. That is, all channels of …
|
/ohos5.0/foundation/multimodalinput/input/service/infrared_emitter/src/ |
H A D | infrared_emitter_controller.cpp | 99 int32_t per = pattern[i]; in Transmit() local 100 context = context + "index:" + std::to_string(i) + ": pattern:" + std::to_string(per) + ";"; in Transmit() 101 tempPattern.push_back(per); in Transmit()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-multimedia-video-overview.md | 22 … displayed frames, which is the number of images transmitted per second. The more frames per secon… 26 Bit rate is the number of bits transmitted per unit of time. The commonly used unit is kbit/s. 30 …The sampling rate is the number of samples per second taken from continuous signals to form discre…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _native_display_manager___display_info.md | 30 …pi) | Physical pixel density of the display, that is, the number of pixels per inch. The value mus… 33 | float [xDPI](#xdpi) | Exact physical pixels per inch of the display in the X dimension. The value… 34 | float [yDPI](#ydpi) | Exact physical pixels per inch of the display in the Y dimension. The value… 86 Physical pixel density of the display, that is, the number of pixels per inch. The value must be a … 251 Exact physical pixels per inch of the display in the X dimension. The value must be a floating poin… 262 Exact physical pixels per inch of the display in the Y dimension. The value must be a floating poin…
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-a2dp.md | 164 Enumerates the number of bits per sample for the Bluetooth codec. 171 | CODEC_BITS_PER_SAMPLE_16<sup>11+</sup> | 1 | 16 bits per sample.| 172 | CODEC_BITS_PER_SAMPLE_24<sup>11+</sup> | 2 | 24 bits per sample.| 173 | CODEC_BITS_PER_SAMPLE_32<sup>11+</sup> | 3 | 32 bits per sample.|
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-basic-time.md | 14 …cle duration is determined by the system clock frequency, that is, the number of cycles per second. 18 …Tick is the basic time unit of the operating system and is determined by the number of ticks per s… 90 uwcyclePerTick = LOS_CyclePerTickGet(); // Obtain the number of cycles per tick.
|
H A D | kernel-mini-basic-time.md | 18 …cle duration is determined by the system clock frequency, that is, the number of cycles per second. 21 …Tick is the basic time unit of the operating system and is determined by the number of ticks per s… 84 2. Time statistics: obtain the number of cycles per tick, number of ticks since system startup, and…
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | resourcemanager.md | 88 | SCREEN_SDPI | Screen density with small-scale dots per inch (SDPI).| 89 | SCREEN_MDPI | Screen density with medium-scale dots per inch (MDPI).| 90 | SCREEN_LDPI | Screen density with large-scale dots per inch (LDPI).| 91 | SCREEN_XLDPI | Screen density with extra-large-scale dots per inch (XLDPI).| 92 | SCREEN_XXLDPI | Screen density with extra-extra-large-scale dots per inch (XXLDPI).| 93 | SCREEN_XXXLDPI | Screen density with extra-extra-extra-large-scale dots per inch (XXXLDPI).|
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | notification-overview.md | 47 - There is a limit on the number of notifications per application in the system windows. The curren… 49 …y all system applications cannot exceed 10 per second, and that of notifications updated cannot ex…
|
/ohos5.0/base/security/security_guard/services/risk_classify/src/ |
H A D | risk_analysis_manager_service.cpp | 93 [callerToken](const std::string &per) { in IsApiHasPermission() argument 94 int code = AccessToken::AccessTokenKit::VerifyAccessToken(callerToken, per); in IsApiHasPermission()
|
/ohos5.0/drivers/interface/location/geofence/v2_0/ |
H A D | GeofenceTypes.idl | 126 /* Speed in meters per second. */ 138 /* Speed accuracy in meter per seconds. */
|
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/ |
H A D | _location___basic_info.md | 29 | double [speedAccuracy](#speedaccuracy) | Speed accuracy, in meters per second. | 125 Speed accuracy, in meters per second.
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-observed-and-objectlink.md | 1923 per: this.info.person, clickEvent: () => { 1935 @ObjectLink @Watch('onChange02') per: Person; 1939 console.log(':::onChange02:' + this.per.name); // 5 1944 Button(this.per.name) 1956 console.log(':::--------此时Child中的this.per.name值仍然是:' + this.per.name); // 4 1961 …日志打印顺序是1-2-3-4-5,打印到日志4时,点击事件流程结束,此时仅仅是将子组件Child标记为需要父组件更新的节点,因此日志4打印的this.per.name的值仍为Bob,等到父组件真正… 1963 当@ObjectLink @Watch('onChange02') per: Person的\@Watch函数执行时,说明\@ObjectLink的数据源已被父组件更新,此时日志5打印的值为更新后的… 1972 …标记为需要父组件更新的节点,未将最新的值更新给Child @ObjectLink @Watch('onChange02') per: Person,所以日志4打印的this.per.name的值仍… 1974 …触发Child更新,@ObjectLink @Watch('onChange02') per: Person被更新,触发其\@Watch方法,此时@ObjectLink @Watch('onCha… 1982 per: this.info.person, clickEvent: () => {
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-custom-attribute-animation.md | 7 …per-frame callback function when using **animateTo** or **animation**. Additionally, you can imple… 17 ….width(width)// Call the system property API. The per-frame callback function modifies the value o…
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-file-format.md | 46 Format to FAT32, 128 sectors per cluster.
|