Home
last modified time | relevance | path

Searched refs:loaded (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp135 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in GetKeyFileDate() local
136 if (!loaded) { in GetKeyFileDate()
156 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in ChangeKeyFileDate() local
157 if (!loaded) { in ChangeKeyFileDate()
178 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in SaveNewKey() local
179 if (!loaded) { in SaveNewKey()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dstore_factory_test.cpp104 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in GetDate() local
105 if (!loaded) { in GetDate()
124 auto loaded = OHOS::LoadBufferFromFile(keyPath, content); in ChangeKeyDate() local
125 if (!loaded) { in ChangeKeyDate()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp69 auto [errorCode, loaded] = cacheData_->Get(&key, sizeof(key), shaArray.data(), shaArray.size()); in InitShaderCache()
70 if (!(loaded && std::equal(shaArray.begin(), shaArray.end(), idHash_.begin()))) { in InitShaderCache()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp140 auto loaded = LoadBufferFromFile(keyPath, content); in LoadKeyFromFile() local
141 if (!loaded) { in LoadKeyFromFile()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp800 static bool loaded = false; in FindNodeInTargetList() local
801 if (!loaded) { in FindNodeInTargetList()
817 loaded = true; in FindNodeInTargetList()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp305 // Only consider plugins which are not already loaded, and not yet in the loading list. in LoadPlugins()
307 loadedPlugins, [&uidToLoad](const IPlugin* loaded) { return loaded->version.uid == uidToLoad; }) && in LoadPlugins()
332 // Order the available plugins to match the to-be-loaded list and remove extras. in LoadPlugins()
582 // when a plugin is loaded/ registered due a requested plugin depends on it ref count starts from zero and it's in RegisterPlugin()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp113 auto loaded = MetaDataManager::GetInstance().LoadMeta(key, oldMeta); in Initialize() local
114 if (loaded && newMeta.version == oldMeta.version) { in Initialize()
117 if (loaded && newMeta.version != oldMeta.version) { in Initialize()

Completed in 7 milliseconds