Home
last modified time | relevance | path

Searched refs:LoadFromFile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.h43 void LoadFromFile(const RefPtr<PipelineBase>& context);
H A Drosen_font_loader.cpp53 LoadFromFile(context); in AddFont()
85 void RosenFontLoader::LoadFromFile(const RefPtr<PipelineBase>& context) in LoadFromFile() function in OHOS::Ace::RosenFontLoader
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.h105 int LoadFromFile(const GattDevice& address);
H A Dgatt_cache.cpp215 int GattCache::LoadFromFile(const GattDevice& address) in LoadFromFile() function in OHOS::bluetooth::GattCache
H A Dgatt_client_profile.cpp2271 cache.first->second.LoadFromFile(device); in CreateCache()