Home
last modified time | relevance | path

Searched refs:extAttr (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector_filter.cpp52 bool InspectorFilter::CheckFilterAttr(const FixedAttrBit fixedAttrBit, const char* extAttr) const in CheckFilterAttr()
63 if (std::find(filterExt.begin(), filterExt.end(), extAttr) != filterExt.end()) { in CheckFilterAttr()
H A Dinspector_filter.h44 bool CheckFilterAttr(const FixedAttrBit fixedAttrBit, const char* extAttr) const;
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp508 string extAttr; in GetExtAttr() local
518 int res = rdbStore->GetXAttr(inoPtr->cloudId, CLOUD_EXT_ATTR, extAttr, newNode, extAttrKey); in GetExtAttr()
523 return extAttr; in GetExtAttr()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp954 string extAttr; in GetExtAttr() local
964 int res = rdbStore->GetXAttr(inoPtr->cloudId, CLOUD_EXT_ATTR, extAttr, newNode, extAttrKey); in GetExtAttr()
969 return extAttr; in GetExtAttr()

Completed in 6 milliseconds