Home
last modified time | relevance | path

Searched refs:shareable (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_value_util.cpp27 result.shareable = privilege.shareable; in Convert()
98 result.shareable = privilege.shareable; in Convert()
H A Dcloud_types_util.cpp37 input.creatable, input.deletable, input.shareable); in Marshalling()
44 output.creatable, output.deletable, output.shareable); in Unmarshalling()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_types_util.cpp37 input.creatable, input.deletable, input.shareable); in Marshalling()
44 output.creatable, output.deletable, output.shareable); in Unmarshalling()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-sendable-module.md28 …ces. Therefore, all objects exported by a module must be shareable. For details about shareable ob…
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h47 bool shareable = false; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h49 bool shareable = false; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp88 …NAPI_CALL_RETURN_ERR(GetNamedProperty(env, input, "shareable", output.shareable, true), napi_inval… in Convert2Value()
181 napi_set_named_property(env, jsValue, "shareable", Convert2JSValue(env, value.shareable)); in Convert2JSValue()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__font__collection_8h.md28 …s an [OH_Drawing_FontCollection](_drawing.md#oh_drawing_fontcollection) object that is shareable.|
H A D_drawing.md363 …id) | Creates an [OH_Drawing_FontCollection](#oh_drawing_fontcollection) object that is shareable.|
7735 Creates an [OH_Drawing_FontCollection](#oh_drawing_fontcollection) object that is shareable.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudData-sys.md1016 | shareable | boolean | 否 | 被共享者是否可将共享的数据再次共享给其他参与者。true表示可再次共享,false表示不可再次共享,默认不可…
1081 shareable: false
1146 shareable: false
1212 shareable: false
1281 shareable: false
1334 shareable: false
1394 shareable: false
1447 shareable: false
1590 shareable: false
1644 shareable: false
H A Djs-apis-data-cloudExtension-sys.md1415 shareable: false
1428 shareable: false
1489 shareable: false
1502 shareable: false
1821 shareable: false
1834 shareable: false
1861 shareable: false
1874 shareable: false
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/
H A DCloudShareTest.js32 shareable: true property in privilegeEnable
39 shareable: false property in privilegeDisable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_struct.h278 const uint8_t *shareable; member
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudData-sys.md1016 | shareable | boolean | No | Whether the participant can share the data to others. …
1081 shareable: false
1146 shareable: false
1212 shareable: false
1281 shareable: false
1334 shareable: false
1394 shareable: false
1447 shareable: false
1590 shareable: false
1644 shareable: false
H A Djs-apis-data-cloudExtension-sys.md1416 shareable: false
1429 shareable: false
1490 shareable: false
1503 shareable: false
1822 shareable: false
1835 shareable: false
1862 shareable: false
1875 shareable: false
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js813 shareable: t.readBoolean(), property in o.unMarshallingPrivilege.n5
893 u.writeBoolean(n5.shareable);