/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/ |
H A D | ringtone_datashare_stub_impl.h | 53 EXPORT int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) override;
|
/foundation/multimedia/ringtone_library/services/ringtone_setting/include/ |
H A D | ringtone_setting_manager.h | 39 EXPORT int32_t Update(int &changedRows, const NativeRdb::ValuesBucket &values,
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | device_profile_storage.h | 50 const std::vector<std::string>& values);
|
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/ |
H A D | netfirewall_database.h | 94 * @param values Update value
99 int32_t Update(const std::string &tableName, int32_t &changedRows, const OHOS::NativeRdb::ValuesBucket &values,
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/ |
H A D | datashare_proxy.h | 54 virtual int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | auto_cache.h | 79 int32_t OnChange(const Origin &origin, const PRIFields &primaryFields, ChangeInfo &&values) override;
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | idatashare.h | 58 virtual int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) = 0;
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_ext_ability.cpp | 118 int DataShareExtAbility::BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) in BatchInsert() argument
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/ |
H A D | datashare_stub_impl.h | 58 int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values) override;
|
H A D | datashare_ext_ability.h | 185 * @param values Indicates the data records to insert. 189 virtual int BatchInsert(const Uri &uri, const std::vector<DataShareValuesBucket> &values);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.h | 61 std::shared_ptr<OhCloudExtVector> values, DBSub &sub);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_sql_builder.h | 33 static std::string BuildUpdateString(const ValuesBucket &values, const std::string &tableName,
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_uv_queue.h | 29 using Result = std::function<void(napi_env env, size_t count, napi_value *values, bool exception)>;
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_predicates.h | 58 std::vector<std::string> &values);
|
/third_party/gn/src/gn/ |
H A D | function_forward_variables_from.cc | 21 // called in a template to forward all values, but there will be some in ForwardAllValues() 58 // Don't allow clobbering existing values. in ForwardValuesFromList() 66 "existing values. If you want to\nmerge lists, you'll need to " in ForwardValuesFromList() 93 exist. This is normally used in the context of templates to use the values of 143 # It forwards all values from the invoker. 163 // This function takes a ListNode rather than a resolved vector of values
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | utils.py | 80 for t in zip(*request.repeat_with.values()) 127 # Filter for unique values. NOTE: Cannot use set() because we need to accept same filename as
|
/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | plruns.h | 181 * Construct a <code>pl_valueRuns</code> object from pre-existing arrays of values 184 * @param values is the address of an array of values. This array must remain valid until 195 pl_openValueRuns(const le_int32 *values, 200 * Construct an empty <code>pl_valueRuns</code> object. Clients can add values and limits
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | GenderInfoTest.java | 42 for (Gender g : Gender.values()) { in TestOne()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | EraRulesTest.java | 24 for (CalType calType : CalType.values()) { in testAPIs()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | GenderInfoTest.java | 39 for (Gender g : Gender.values()) { in TestOne()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | EraRulesTest.java | 27 for (CalType calType : CalType.values()) { in testAPIs()
|
/third_party/mesa3d/docs/_exts/ |
H A D | nir.py | 112 for op in nir_opcodes.opcodes.values()]
|
/third_party/jinja2/ |
H A D | _compat.py | 18 itervalues = lambda d: iter(d.values())
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_search.h | 75 * given variable is only allowed to match constant values. 82 * given variable is only allowed to match values that come from an ALU 163 /* Index in table->values[] for the expression operands */ 182 uint16_t search; /* Index in table->values[] for the search expression. */ 183 uint16_t replace; /* Index in table->values[] for the replace value. */ 208 const nir_search_value_union *values; member
|
/third_party/node/lib/ |
H A D | inspector.js | 154 const remainingCallbacks = this[messageCallbacksSymbol].values();
|