Home
last modified time | relevance | path

Searched refs:PutValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_switch_settings.cpp64 …int32_t result = settingsRdbHelper->PutValue(userDataEnableUri, CELLULAR_DATA_COLUMN_ENABLE, value… in SetUserDataOn()
82 …int32_t result = settingsRdbHelper->PutValue(intelliSwitchEnableUri, INTELLIGENCE_SWITCH_COLUMN_EN… in SetIntelliSwitchOn()
155 int32_t result = settingsRdbHelper->PutValue( in SetUserDataRoamingOn()
/ohos5.0/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_settings_rdb_helper.h60 int32_t PutValue(Uri &uri, const std::string &column, int value);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_encrypt_test.cpp186 int PutValue(const Key &key, const Value &value) in PutValue() function
285 int errCode = PutValue(KEY_1, VALUE_1); in MultipleOperation()
1255 EXPECT_EQ(PutValue(KEY_1, VALUE_1), SQLITE_OK);
1312 EXPECT_EQ(PutValue(KEY_1, VALUE_1), SQLITE_OK);
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_settings_rdb_helper.cpp130 int32_t CellularDataSettingsRdbHelper::PutValue(Uri &uri, const std::string &column, int value) in PutValue() function in OHOS::Telephony::CellularDataSettingsRdbHelper