Home
last modified time | relevance | path

Searched refs:IsProcessSystemApiAdapterValid (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Druntime_context_process_system_api_adapter_impl_test.cpp294 EXPECT_FALSE(g_mgr.IsProcessSystemApiAdapterValid());
301 EXPECT_TRUE(g_mgr.IsProcessSystemApiAdapterValid());
317 EXPECT_TRUE(g_mgr.IsProcessSystemApiAdapterValid());
363 EXPECT_TRUE(g_mgr.IsProcessSystemApiAdapterValid());
H A Ddistributeddb_interfaces_relational_sync_test.cpp1072 EXPECT_EQ(RuntimeConfig::IsProcessSystemApiAdapterValid(),
1073 RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Druntime_config.cpp113 bool RuntimeConfig::IsProcessSystemApiAdapterValid() in IsProcessSystemApiAdapterValid() function in DistributedDB::RuntimeConfig
115 return RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid(); in IsProcessSystemApiAdapterValid()
H A Dkv_store_delegate_manager.cpp99 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in InitPropWithNbOption()
644 bool KvStoreDelegateManager::IsProcessSystemApiAdapterValid() in IsProcessSystemApiAdapterValid() function in DistributedDB::KvStoreDelegateManager
646 return RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid(); in IsProcessSystemApiAdapterValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Druntime_config.h60 DB_API static bool IsProcessSystemApiAdapterValid();
H A Dkv_store_delegate_manager.h104 DB_API static bool IsProcessSystemApiAdapterValid();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.cpp109 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in CheckEngineOption()
H A Dsqlite_single_ver_natural_store.cpp268 if (!RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { // LCOV_EXCL_BR_LINE in GetSecurityOption()
1619 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp97 RuntimeConfig::IsProcessSystemApiAdapterValid(); in RuntimeConfigTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Druntime_context.h113 virtual bool IsProcessSystemApiAdapterValid() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h98 bool IsProcessSystemApiAdapterValid() const override;
H A Druntime_context_impl.cpp617 bool RuntimeContextImpl::IsProcessSystemApiAdapterValid() const in IsProcessSystemApiAdapterValid() function in DistributedDB::RuntimeContextImpl
H A Dauto_launch.cpp1020 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in GetAutoLaunchKVProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp44 if (DBManager::IsProcessSystemApiAdapterValid()) { in StoreFactory()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp543 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in InitDataBaseOption()