Home
last modified time | relevance | path

Searched defs:tableData (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_client.h30 std::map<std::string, DistributedDB::ChangeProperties> tableData; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp81 std::unique_ptr<char[]> tableData = nullptr; variable
260 std::unique_ptr<char[]> tableData = nullptr; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_section.cpp40 uintptr_t tableData = uti.tableData; in LinearSearchEntry() local
65 uintptr_t tableData = uti.tableData; in SearchEntry() local
H A Darm_exidx.cpp145 uintptr_t tableData = uti.tableData; in SearchEntry() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp182 std::unique_ptr<char[]> tableData = nullptr; in ParseCmapTable() local
213 std::unique_ptr<char[]> tableData = nullptr; in ParseNameTable() local
249 std::unique_ptr<char[]> tableData = nullptr; in ParsePostTable() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp100 auto tableData = std::make_shared<std::vector<uint8_t>>(size); in GetSubmitterStack() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.cpp250 for (auto &tableData : cloudData_[tableName]) { in DeleteByGid() local
317 for (auto &tableData : allData) { in GetCloudData() local
583 for (auto &tableData : tableDataList) { in GetDataStatus() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp197 std::unique_ptr<char[]> tableData = nullptr; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwind_context.h43 uintptr_t tableData = 0; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h305 std::map<std::string, RdbChangeProperties> tableData; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3745 void JSWeb::TableData(bool tableData) {} in TableData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js25097 tableData(tableData) { argument