Home
last modified time | relevance | path

Searched refs:fileType_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_manager.cpp24 GlyphsManager::GlyphsManager() : fileType_(0) {} in GlyphsManager()
57 fileType_ = fileType; in SetFile()
104 cacheNode->cacheType = fileType_; in GetGlyphNodeFromFiles()
147 …eNode* cacheNode = UIFontCacheManager::GetInstance()->GetNodeFromCache(unicode, fontId, fileType_); in GetBitmap()
148 if (cacheNode != nullptr && cacheNode->cacheType == fileType_) { in GetBitmap()
H A Dglyphs_manager.h53 uint16_t fileType_; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dopp_transfer_information.cpp53 return fileType_; in GetFileType()
58 fileType_ = fileType; in SetFileType()
H A Dopp_transfer_information.h59 std::string fileType_; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_multi_type_unified_data_delay_test.cpp32 static std::string fileType_ = "test"; variable
98 fileUriObject.value_[UDMF::FILE_TYPE] = fileType_; in InitFileUriUds()
179 ASSERT_EQ(std::get<std::string>(obj->value_[UDMF::FILE_TYPE]), fileType_); in CheckFileUriUds()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h145 std::string fileType_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h239 std::string fileType_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp876 fileType_(config.GetDatabaseFileType()) in RdbStoreImpl()
884 fileType_(config.GetDatabaseFileType()) in RdbStoreImpl()
2135 return fileType_; in GetFileType()