Searched refs:deletable (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/ |
H A D | cloud_value_util.cpp | 26 result.deletable = privilege.deletable; in Convert() 97 result.deletable = privilege.deletable; 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()
|
/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()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
H A D | cloud_types.h | 46 bool deletable = false; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | sharing_center.h | 44 bool deletable = false; member
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
H A D | js_cloud_utils.cpp | 87 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 D | accessibility_element_info.cpp | 375 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 D | CloudShareTest.js | 31 deletable: true, 38 deletable: false,
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 969 * @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 D | cloud_extension_stub.js | 812 deletable: t.readBoolean(), 892 u.writeBoolean(n5.deletable);
|
Completed in 9 milliseconds