/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/tests/ |
H A D | demo.txt | 44 "primary": 0, 50 "primary": 0, 56 "primary": 0, 62 "primary": 1, 72 "primary": 0, 78 "primary": 0, 84 "primary": 0, 90 "primary": 0, 96 "primary": 1, 106 "primary": 0, [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer___smpte2086.md | 22 …](_o_h___native_buffer___color_x_y.md) [displaPrimaryRed](#displaprimaryred) | Red primary color.| 23 …___native_buffer___color_x_y.md) [displaPrimaryGreen](#displaprimarygreen) | Green primary color.| 24 …o_h___native_buffer___color_x_y.md) [displaPrimaryBlue](#displaprimaryblue) | Blue primary color.| 41 Blue primary color. 52 Green primary color. 63 Red primary color.
|
H A D | _o_h___native_buffer___color_x_y.md | 6 The OH_NativeBuffer_ColorXY struct describes the X and Y coordinates of the primary color. 22 | float [x](#x) | X coordinate of the primary color.| 23 | float [y](#y) | Y coordinate of the primary color.| 37 X coordinate of the primary color. 48 Y coordinate of the primary color.
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_cloud_schema_mgr_test.cpp | 82 .primary = true, 88 .primary = false, 100 .primary = true, 106 .primary = false, 118 .primary = true, 124 .primary = false, 130 .primary = false, 171 .primary = true, 189 .primary = true, 207 .primary = true, [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _rdb___change_info.md | 23 …on where data is inserted. If the primary key of the table is of the string type, the value is the… 24 …ion where data is updated. If the primary key of the table is of the string type, the value is the… 25 …ion where data is deleted. If the primary key of the table is of the string type, the value is the…
|
H A D | _rdb___key_info.md | 6 Defines a struct for the primary key or row number of the row that changes. 27 | [count](_r_d_b.md#count) | Number of the changed primary keys or row numbers.| 28 | [type](_r_d_b.md#type) | Type of the primary key. For details, see [OH_ColumnType](_r_d_b.md#oh_c…
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 2714 u->primary.sinkAdapter->RendererSinkDeInit(u->primary.sinkAdapter); in PaInputStateChangeCbPrimary() 2748 u->primary.sinkAdapter->RendererSinkDeInit(u->primary.sinkAdapter); in StartPrimaryHdiIfRunning() 2857 u->primary.sinkAdapter->RendererSinkSetPriPaPower(u->primary.sinkAdapter); in RendererSinkSetPriPaPower() 3106 if (u->primary.timestamp <= now + u->primary.prewrite) { in ProcessNormalData() 3371 u->primary.sinkAdapter->RendererSinkStop(u->primary.sinkAdapter); in ThreadFuncWriteHDI() 3616 u->primary.sinkAdapter->RendererSinkDeInit(u->primary.sinkAdapter); in SinkSetStateInIoThreadCbStartPrimary() 3791 u->primary.sinkAdapter->RendererSinkDeInit(u->primary.sinkAdapter); in PrepareDevice() 4300 if (u->primary.msgq) { in UserdataFree() 4304 if (u->primary.dq) { in UserdataFree() 4309 u->primary.sinkAdapter->RendererSinkStop(u->primary.sinkAdapter); in UserdataFree() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/ |
H A D | reverse_continuation_scheduler_replica.cpp | 29 void ReverseContinuationSchedulerReplica::PassPrimary(const sptr<IRemoteObject> &primary) in PassPrimary() argument 32 auto task = [reverseContinuationSchedulerReplica = this, primary]() { in PassPrimary() 33 reverseContinuationSchedulerReplica->HandlerPassPrimary(primary); in PassPrimary() 86 void ReverseContinuationSchedulerReplica::HandlerPassPrimary(const sptr<IRemoteObject> &primary) in HandlerPassPrimary() argument 96 replicaHandlerTmp->PassPrimary(primary); in HandlerPassPrimary()
|
H A D | reverse_continuation_scheduler_replica_stub.cpp | 27 sptr<IRemoteObject> primary = nullptr; in PassPrimaryInner() local 29 primary = data.ReadRemoteObject(); in PassPrimaryInner() 31 PassPrimary(primary); in PassPrimaryInner()
|
H A D | reverse_continuation_scheduler_replica_proxy.cpp | 33 void ReverseContinuationSchedulerReplicaProxy::PassPrimary(const sptr<IRemoteObject> &primary) in PassPrimary() argument 43 if (primary) { in PassPrimary() 44 if (!data.WriteBool(true) || !data.WriteRemoteObject(primary)) { in PassPrimary()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/ |
H A D | ArkColorsImpl.ts | 95 … this.fontEmphasize = colors?.fontEmphasize ?? brandColors.primary ?? baselineColors.fontEmphasize; 106 … this.iconEmphasize = colors?.iconEmphasize ?? brandColors.primary ?? baselineColors.iconEmphasize; 118 …this.backgroundEmphasize = colors?.backgroundEmphasize ?? brandColors.primary ?? baselineColors.ba… 127 …this.compBackgroundEmphasize = colors?.compBackgroundEmphasize ?? brandColors.primary ?? baselineC… 140 …this.interactiveFocus = colors?.interactiveFocus ?? brandColors.primary ?? baselineColors.interact… 141 …this.interactiveActive = colors?.interactiveActive ?? brandColors.primary ?? baselineColors.intera… 147 primary: undefined, 156 result.primary = brandColor as Resource; 164 result.primary = argbColor;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | reverse_continuation_scheduler_replica_proxy_test.cpp | 71 auto primary = sptr<ReverseContinuationSchedulerPrimary>( in HWTEST_F() local 75 proxy->PassPrimary(primary); in HWTEST_F() 96 auto primary = sptr<ReverseContinuationSchedulerPrimary>( in HWTEST_F() local 101 proxy->PassPrimary(primary); in HWTEST_F() 114 sptr<ReverseContinuationSchedulerPrimary> primary = nullptr; in HWTEST_F() local 117 proxy->PassPrimary(primary); in HWTEST_F()
|
H A D | continuation_test.cpp | 409 continuationHandler->SetPrimaryStub(primary); 488 continuationHandler->PassPrimary(primary); 522 continuationHandler->PassPrimary(primary); 541 continuationHandler->PassPrimary(primary); 561 continuationHandler->PassPrimary(primary); 581 continuationHandler->PassPrimary(primary); 606 continuationHandler->remotePrimaryProxy_ = primary; 631 continuationHandler->remotePrimaryProxy_ = primary; 821 continuationHandler->remotePrimaryProxy_ = primary; 909 continuationHandler->remoteReplicaProxy_ = primary; [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | types.rs | 252 pub(crate) primary: bool, 263 primary: value.primary, in from() 277 primary: value.primary, in try_from() 285 pub fn new(col_name: String, alias: String, typ: u8, primary: bool, nullable: bool) -> Field { in new() 290 primary, in new() 311 pub fn primary(&self) -> bool { in primary() method 312 self.primary in primary()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-list-item.md | 26 …primary | boolean | false | No| Whether the item is the primary item in the group. The value **tru… 27 …t be dynamically updated. In a list item group, only the string set for the primary item is valid.|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item.h | 182 void SetPrimary(bool primary) in SetPrimary() argument 184 if (primary_ != primary) { in SetPrimary() 188 item->SetPrimary(primary); in SetPrimary() 191 primary_ = primary; in SetPrimary() 199 void SetCurPrimary(bool primary) in SetCurPrimary() argument 201 curPrimary_ = primary; in SetCurPrimary()
|
H A D | list_item_group_element.cpp | 65 auto primary = GetPrimary(); in PerformBuild() local 71 … primary != *listItemIter ? itemElement->SetIndex(++itemIndex) : itemElement->SetIndex(0); in PerformBuild() 80 … primary != *listItemIter ? itemElement->SetIndex(++itemIndex) : itemElement->SetIndex(0); in PerformBuild() 260 auto primary = listItems.front(); in GetPrimary() local 265 primary = child; in GetPrimary() 269 return primary; in GetPrimary()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data.cpp | 201 if (primary) { in GetPrimaryHtml() 202 return primary; in GetPrimaryHtml() 212 if (primary) { in GetPrimaryPixelMap() 213 return primary; in GetPrimaryPixelMap() 223 if (primary) { in GetPrimaryWant() 224 return primary; in GetPrimaryWant() 234 if (primary) { in GetPrimaryText() 235 return primary; in GetPrimaryText() 244 std::shared_ptr<OHOS::Uri> primary = item->GetUri(); in GetPrimaryUri() local 245 if (primary) { in GetPrimaryUri() [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | schema_meta.cpp | 90 SetValue(node[GET_NAME(primary)], primary); in Marshal() 100 GetValue(node, GET_NAME(primary), primary); in Unmarshal()
|
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_vendor_hal_list.cpp | 42 desc.primary); in GetHals() 53 desc.primary = true; in InitVendorHalsDescriptorList() 55 if (desc.primary) { in InitVendorHalsDescriptorList()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 74 this.primary = undefined; 130 if (s2.primary !== undefined) { 131 this.primary = s2.primary; 375 if (this.primary) { 377 this.primary.bind(this)(this); 503 this.primaryLayout = g1.primary; 508 this.primaryLayout = g1.primary; 514 this.primaryLayout = g1.primary; 583 return { primary: z, secondary: a1, extra: b1 }; 653 return { primary: q, secondary: r, extra: s }; [all …]
|
/ohos5.0/base/security/device_security_level/baselib/msglib/src/lite/ |
H A D | messenger_device_session_manager.c | 437 const char *primary = GetDeviceSessionManagerInstance()->primarySessName; in CreateNewDeviceSession() local 440 int ret = OpenSession(primary, primary, deviceName, "", &attr); in CreateNewDeviceSession() 443 ret = OpenSession(primary, primary, deviceName, "", &attr); in CreateNewDeviceSession() 445 …SECURITY_LOG_INFO("open 1st session %{public}s device %{public}x ret is %{public}d", primary, mask… in CreateNewDeviceSession() 451 ret = OpenSession(primary, secondary, deviceName, "", &attr); in CreateNewDeviceSession() 454 ret = OpenSession(primary, secondary, deviceName, "", &attr); in CreateNewDeviceSession()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-list-item.md | 25 | primary | boolean | false | 否 | 设置为true表示该item是group中的主item,即收拢时显示的item。如果有多个primary,以第一个为准。如果没有标…
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | _o_h___pixelmap___hdr_static_metadata.md | 20 | float [displayPrimariesX](#displayprimariesx)[3] | X coordinate of the three primary colors of th… 21 | float [displayPrimariesY](#displayprimariesy)[3] | Y coordinate of the three primary colors of th… 41 X coordinate of the three primary colors of the display device after normalization. The array lengt… 52 Y coordinate of the three primary colors of the display device after normalization. The array lengt…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/ |
H A D | reverse_continuation_scheduler_replica.h | 34 void PassPrimary(const sptr<IRemoteObject> &primary); 41 void HandlerPassPrimary(const sptr<IRemoteObject> &primary);
|