Home
last modified time | relevance | path

Searched refs:deletable (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_value_util.cpp26 result.deletable = privilege.deletable; in Convert()
97 result.deletable = privilege.deletable; 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()
/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()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h46 bool deletable = false; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dsharing_center.h44 bool deletable = false; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp87 NAPI_CALL_RETURN_ERR(GetNamedProperty(env, input, "deletable", output.deletable, true), napi_invalid_arg); in Convert2Value()
180 napi_set_named_property(env, jsValue, "deletable", Convert2JSValue(env, value.deletable)); in Convert2JSValue()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp375 void AccessibilityElementInfo::SetDeletable(const bool deletable) in SetDeletable() argument
377 deletable_ = deletable; in SetDeletable()
/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/
H A DCloudShareTest.js31 deletable: true,
38 deletable: false,
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h969 * @brief Checks whether this node is deletable.
970 * @return true:deletable, otherwise is not.
977 * @brief Set whether this node is deletable.
978 * @param deletable true:deletable, otherwise is not.
982 void SetDeletable(const bool deletable);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js812 deletable: t.readBoolean(),
892 u.writeBoolean(n5.deletable);

Completed in 8 milliseconds