/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_value_util.cpp | 25 result.creatable = privilege.creatable; in Convert() 96 result.creatable = privilege.creatable; in Convert()
|
H A D | cloud_types_util.cpp | 37 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 D | cloud_types_util.cpp | 37 input.creatable, input.deletable, input.shareable); in Marshalling() 44 output.creatable, output.deletable, output.shareable); in Unmarshalling()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_types.h | 45 bool creatable = false; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 47 bool creatable = false; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_utils.cpp | 86 …NAPI_CALL_RETURN_ERR(GetNamedProperty(env, input, "creatable", output.creatable, true), napi_inval… in Convert2Value() 179 napi_set_named_property(env, jsValue, "creatable", Convert2JSValue(env, value.creatable)); in Convert2JSValue()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudData-sys.md | 1014 | creatable | boolean | 否 | 被共享者是否可创建新的共享数据。true表示可创建,false表示不可创建,默认不可创建。 | 1079 creatable: false, 1144 creatable: false, 1210 creatable: false, 1279 creatable: false, 1332 creatable: false, 1392 creatable: false, 1445 creatable: false, 1588 creatable: false, 1642 creatable: false,
|
H A D | js-apis-data-cloudExtension-sys.md | 1413 creatable: false, 1426 creatable: false, 1487 creatable: false, 1500 creatable: false, 1819 creatable: false, 1832 creatable: false, 1859 creatable: false, 1872 creatable: false,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/ |
H A D | CloudShareTest.js | 30 creatable: true, property in privilegeEnable 37 creatable: false, property in privilegeDisable
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudData-sys.md | 1014 | creatable | boolean | No | Whether the participant can create data to share. The … 1079 creatable: false, 1144 creatable: false, 1210 creatable: false, 1279 creatable: false, 1332 creatable: false, 1392 creatable: false, 1445 creatable: false, 1588 creatable: false, 1642 creatable: false,
|
H A D | js-apis-data-cloudExtension-sys.md | 1414 creatable: false, 1427 creatable: false, 1488 creatable: false, 1501 creatable: false, 1820 creatable: false, 1833 creatable: false, 1860 creatable: false, 1873 creatable: false,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 811 creatable: t.readBoolean(), property in o.unMarshallingPrivilege.n5 891 u.writeBoolean(n5.creatable);
|