Home
last modified time | relevance | path

Searched refs:updateValue (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Ddemo_ability_test.cpp30 const int updateValue = 456; variable
172 return updateValue; in Update()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp108 napi_value updateValue = nullptr; in ParseBundleStatusCallback() local
109 status = napi_get_named_property(env, args, "update", &updateValue); in ParseBundleStatusCallback()
111 napi_typeof(env, updateValue, &valueType); in ParseBundleStatusCallback()
116 napi_create_reference(env, updateValue, NAPI_RETURN_ONE, &updateCallback); in ParseBundleStatusCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store.cpp185 JsonObject updateValue = JsonObject::Parse(update, errCode, true); in GetUpDataRePlaceData() local
195 errCode = JsonCommon::Append(originValue, updateValue, isReplace); in GetUpDataRePlaceData()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp1192 ValuesBucket updateValue; in UnlinkSynced() local
1194 updateValue.PutInt(FileColumn::DIRTY_TYPE, static_cast<int32_t>(DirtyType::TYPE_DELETED)); in UnlinkSynced()
1195 int32_t ret = rdbStore_->Update(changedRows, FileColumn::FILES_TABLE, updateValue, FileColumn::CLOUD_ID + " = ?", in UnlinkSynced()

Completed in 8 milliseconds