Searched refs:loaded (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_rekey_test.cpp | 135 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 D | store_factory_test.cpp | 104 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 D | shader_cache.cpp | 69 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 D | security_manager.cpp | 140 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 D | rs_system_properties.cpp | 800 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 D | plugin_registry.cpp | 305 // 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 D | device_matrix.cpp | 113 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