/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | runtime_context_process_system_api_adapter_impl_test.cpp | 294 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 D | distributeddb_interfaces_relational_sync_test.cpp | 1072 EXPECT_EQ(RuntimeConfig::IsProcessSystemApiAdapterValid(), 1073 RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid());
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | runtime_config.cpp | 113 bool RuntimeConfig::IsProcessSystemApiAdapterValid() in IsProcessSystemApiAdapterValid() function in DistributedDB::RuntimeConfig 115 return RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid(); in IsProcessSystemApiAdapterValid()
|
H A D | kv_store_delegate_manager.cpp | 99 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 D | runtime_config.h | 60 DB_API static bool IsProcessSystemApiAdapterValid();
|
H A D | kv_store_delegate_manager.h | 104 DB_API static bool IsProcessSystemApiAdapterValid();
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_storage_engine.cpp | 109 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in CheckEngineOption()
|
H A D | sqlite_single_ver_natural_store.cpp | 268 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 D | relationalstoremanager_fuzzer.cpp | 97 RuntimeConfig::IsProcessSystemApiAdapterValid(); in RuntimeConfigTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | runtime_context.h | 113 virtual bool IsProcessSystemApiAdapterValid() const = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | runtime_context_impl.h | 98 bool IsProcessSystemApiAdapterValid() const override;
|
H A D | runtime_context_impl.cpp | 617 bool RuntimeContextImpl::IsProcessSystemApiAdapterValid() const in IsProcessSystemApiAdapterValid() function in DistributedDB::RuntimeContextImpl
|
H A D | auto_launch.cpp | 1020 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in GetAutoLaunchKVProperties()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 44 if (DBManager::IsProcessSystemApiAdapterValid()) { in StoreFactory()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 543 if (RuntimeContext::GetInstance()->IsProcessSystemApiAdapterValid()) { in InitDataBaseOption()
|