/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_account_data.cpp | 567 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 D | accessible_ability_manager_service.cpp | 2443 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 D | sqlite_cloud_kv_store.cpp | 280 (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 D | sqlite_storage_executor.h | 33 int GetDbHandle(sqlite3 *&dbHandle) const;
|
H A D | sqlite_storage_executor.cpp | 47 int SQLiteStorageExecutor::GetDbHandle(sqlite3 *&dbHandle) const in GetDbHandle() function in DistributedDB::SQLiteStorageExecutor
|
H A D | sqlite_single_ver_storage_engine.h | 101 int GetDbHandle(bool isWrite, const SecurityOption &secOpt, sqlite3 *&dbHandle);
|
H A D | sqlite_single_ver_storage_engine.cpp | 379 … 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 D | rd_single_ver_storage_engine.h | 51 int GetDbHandle(bool isWrite, const SecurityOption &secOpt, GRD_DB *&dbHandle);
|
H A D | rd_single_ver_storage_engine.cpp | 152 int RdSingleVerStorageEngine::GetDbHandle(bool isWrite, const SecurityOption &secOpt, GRD_DB *&dbHa… in GetDbHandle() function in DistributedDB::RdSingleVerStorageEngine
|
H A D | rd_single_ver_storage_executor.h | 38 int GetDbHandle(GRD_DB *&dbHandle) const;
|
H A D | rd_single_ver_storage_executor.cpp | 44 int RDStorageExecutor::GetDbHandle(GRD_DB *&dbHandle) const in GetDbHandle() function in DistributedDB::RDStorageExecutor
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_settings_config.h | 105 std::shared_ptr<AccessibilityDatashareHelper> GetDbHandle() in GetDbHandle() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rd_result_set.cpp | 227 …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 D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 1049 ASSERT_EQ(g_handle->GetDbHandle(db), E_OK); 1111 EXPECT_EQ(storageObj.GetDbHandle(dbHandle), -E_NOT_FOUND);
|