Home
last modified time | relevance | path

Searched refs:oldVal (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_data_share_impl.cpp90 int oldVal = 0; in SetValue() local
91 int errorCode = GetValue(uri, column, oldVal); in SetValue()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dlocation_data_rdb_helper.cpp142 int32_t oldVal = 0; in SetValue() local
143 LocationErrCode errorCode = GetValue(uri, column, oldVal); in SetValue()
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dsetting_data_share_impl.cpp136 ElementName oldVal; in SetElementName() local
137 int errorCode = GetElementName(uri, column, oldVal); in SetElementName()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dgpio_test.h47 uint16_t oldVal; member
H A Dgpio_test.c119 ret = GpioRead(tester->cfg.gpio, &tester->oldVal); in GpioTestSetUp()
150 ret = GpioWrite(tester->cfg.gpio, tester->oldVal); in GpioTestTearDown()