Home
last modified time | relevance | path

Searched refs:GetDbHandle (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_account_data.cpp567 if (config_->GetDbHandle() == nullptr) { in GetConfigValueAtoHos()
570 if (config_->GetDbHandle() == nullptr) { in GetConfigValueAtoHos()
576 … value.highContrastText = config_->GetDbHandle()->GetBoolValue(HIGH_TEXT_CONTRAST_ENABLED, false); in GetConfigValueAtoHos()
579 …value.displayDaltonizer = config_->GetDbHandle()->GetIntValue(ACCESSIBILITY_DISPLAY_DALTONIZER, 0); in GetConfigValueAtoHos()
580 …value.shortcutEnabled = config_->GetDbHandle()->GetBoolValue(ACCESSIBILITY_SHORTCUT_ENABLED, true); in GetConfigValueAtoHos()
581 value.shortcutEnabledOnLockScreen = config_->GetDbHandle()->GetBoolValue( in GetConfigValueAtoHos()
583 value.shortcutTimeout = config_->GetDbHandle()->GetIntValue(ACCESSIBILITY_SHORTCUT_TIMEOUT, in GetConfigValueAtoHos()
585 value.clickResponseTime = config_->GetDbHandle()->GetIntValue(CLICK_RESPONSE_TIME, 0); in GetConfigValueAtoHos()
587 value.ignoreRepeatClickTime = config_->GetDbHandle()->GetIntValue(IGNORE_REPEAT_CLICK_TIME, 0); in GetConfigValueAtoHos()
592 value.audioMono = config_->GetDbHandle()->GetBoolValue(MASTER_MONO, false); in GetConfigValueAtoHos()
[all …]
H A Daccessible_ability_manager_service.cpp2443 if (accountData->GetConfig()->GetDbHandle()) { in OnShortKeyProcess()
2753 if (accountData->GetConfig()->GetDbHandle()) { in OnDeviceProvisioned()
2754 accountData->GetConfig()->GetDbHandle()->UnregisterObserver(USER_SETUP_COMPLETED); in OnDeviceProvisioned()
2811 if (accountData->GetConfig()->GetDbHandle() != nullptr) { in RegisterProvisionCallback()
2812 accountData->GetConfig()->GetDbHandle()->RegisterObserver(USER_SETUP_COMPLETED, func); in RegisterProvisionCallback()
2840 if (accountData->GetConfig()->GetDbHandle() != nullptr) { in RegisterShortKeyEvent()
2883 if (config->GetDbHandle() == nullptr) { in OnScreenMagnificationStateChanged()
2914 if (accountData->GetConfig()->GetDbHandle()) { in RegisterScreenMagnificationState()
2935 if (config->GetDbHandle() == nullptr) { in OnScreenMagnificationTypeChanged()
2942 static_cast<uint32_t>(config->GetDbHandle()->GetIntValue(SCREEN_MAGNIFICATION_TYPE, 0)); in OnScreenMagnificationTypeChanged()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp280 (void)handle->GetDbHandle(db); in FillCloudLogAndAsset()
357 (void)handle->GetDbHandle(db); in GetCloudGid()
404 (void)transactionHandle_->GetDbHandle(db); in GetTransactionDbHandleAndMemoryStatus()
428 (void)handle->GetDbHandle(db); in GetCloudVersion()
465 (void)handle->GetDbHandle(db); in GetLocalCloudVersion()
594 (void)transactionHandle_->GetDbHandle(db); in GetCompensatedSyncQuery()
H A Dsqlite_storage_executor.h33 int GetDbHandle(sqlite3 *&dbHandle) const;
H A Dsqlite_storage_executor.cpp47 int SQLiteStorageExecutor::GetDbHandle(sqlite3 *&dbHandle) const in GetDbHandle() function in DistributedDB::SQLiteStorageExecutor
H A Dsqlite_single_ver_storage_engine.h101 int GetDbHandle(bool isWrite, const SecurityOption &secOpt, sqlite3 *&dbHandle);
H A Dsqlite_single_ver_storage_engine.cpp379 … errCode = handle->GetDbHandle(dbHandle); // use executor get sqlite3 handle to operating database in FinishMigrateData()
609 int SQLiteSingleVerStorageEngine::GetDbHandle(bool isWrite, const SecurityOption &secOpt, sqlite3 *… in GetDbHandle() function in DistributedDB::SQLiteSingleVerStorageEngine
833 errCode = GetDbHandle(isWrite, option_.securityOpt, dbHandle); in CreateNewExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.h51 int GetDbHandle(bool isWrite, const SecurityOption &secOpt, GRD_DB *&dbHandle);
H A Drd_single_ver_storage_engine.cpp152 int RdSingleVerStorageEngine::GetDbHandle(bool isWrite, const SecurityOption &secOpt, GRD_DB *&dbHa… in GetDbHandle() function in DistributedDB::RdSingleVerStorageEngine
H A Drd_single_ver_storage_executor.h38 int GetDbHandle(GRD_DB *&dbHandle) const;
H A Drd_single_ver_storage_executor.cpp44 int RDStorageExecutor::GetDbHandle(GRD_DB *&dbHandle) const in GetDbHandle() function in DistributedDB::RDStorageExecutor
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_settings_config.h105 std::shared_ptr<AccessibilityDatashareHelper> GetDbHandle() in GetDbHandle() function
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_result_set.cpp227 …Code = statement->Prepare(std::static_pointer_cast<RdConnection>(connection)->GetDbHandle(), sql_); in PrepareStep()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1049 ASSERT_EQ(g_handle->GetDbHandle(db), E_OK);
1111 EXPECT_EQ(storageObj.GetDbHandle(dbHandle), -E_NOT_FOUND);