Home
last modified time | relevance | path

Searched refs:val (Results 526 - 550 of 837) sorted by relevance

1...<<21222324252627282930>>...34

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper.cpp39 [](const std::string& val, DOMStepper& stepper) { in SetSpecializedAttr()
40 stepper.stepperComponent_->SetIndex(StringUtils::StringToInt(val)); in SetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_search_ffi.cpp199 auto onPaste = [lambda = CJLambda::Create(callback)](const std::string& val, NG::TextCommonEvent& info) -> void { in FfiOHOSAceFrameworkSearchOnPaste()
201 lambda(val.c_str()); in FfiOHOSAceFrameworkSearchOnPaste()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.h178 void SetNeedToRequestKeyboard(bool val) override
180 needToRequestKeyboard_ = val;
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.h203 void UpdateAttr(const std::string& name, const T& val);
204 void UpdateAttrHelper(const std::string& name, const std::string& val);
/foundation/graphic/graphic_3d/kits/js/src/
H A DMeshJS.cpp99 napi_value val = CreateFromNativeInstance( in GetSubmesh() local
101 status = napi_set_element(ctx, tmp, i++, val); in GetSubmesh()
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_settings.cpp30 bool CommonParameterChecker(Plugin::Tag tag, const Plugin::ValueType& val) in CommonParameterChecker() argument
36 return std::get<1>(tuple).SameTypeWith(val); in CommonParameterChecker()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp253 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
255 return GetServiceInterface()->SoftbusGetConfig(type, val, len); in SoftbusGetConfig()
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_nstack.c68 } val; member
126 int32_t ret = CopyEventParamVal(dst->paramType, &dst->paramValue, &src->val); in NstackEventParaToSoftBusEventPara()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_mapper.h237 [[nodiscard]] int32_t Read(const Key &key, Value &val) const in Read()
243 val = value; in Read()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_message_test_mock.cpp100 int32_t SoftbusGetConfig(ConfigType type, unsigned char *val, uint32_t len) in SoftbusGetConfig() argument
102 return GetTransTcpDirectMessageInterface()->SoftbusGetConfig(type, val, len); in SoftbusGetConfig()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp52 void HttpRequest::SetHeader(const std::string &key, const std::string &val) in SetHeader() argument
54 header_[key] = val; in SetHeader()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp61 void HttpRequestOptions::SetHeader(const std::string &key, const std::string &val) in SetHeader() argument
63 header_[key] = val; in SetHeader()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_callback_stub_lite.cpp111 void WifiDeviceCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() argument
113 mRemoteDied = val; in SetRemoteDied()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_subscriber_managers_test.cpp206 std::vector<PublishedDataSubscriberManager::ObserverNode> val; in HWTEST_F() local
208 PublishedDataSubscriberManager::GetInstance().PutInto(callbacks, val, key, observer); in HWTEST_F()
/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H A DPreferencesTaskpoolJsunit.test.js120 let val = "test" + index.toString();
160 let val = "test" + index.toString();
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
H A Ddata_syncer_rdb_store.cpp129 static int32_t GetLong(const string &key, int64_t &val, NativeRdb::ResultSet &resultSet) in GetLong() argument
138 err = resultSet.GetLong(index, val); in GetLong()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
H A Dtimer_linux.cpp143 eventfd_t val; in OnTimer() local
144 eventfd_read(this->stopFd_, &val); in OnTimer()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dreactor_linux.c141 eventfd_t val; in ReactorStart() local
142 eventfd_read(reactor->stopFd, &val); in ReactorStart()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_shader_builder.h49 void SetUniform(const std::string& name, float val) override;
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_types.h35 __u32 val[BITMAP_LEN]; member
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_response.h66 void SetWarning(const std::string &val);
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_response.h68 void SetWarning(const std::string &val);
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_response.h134 * @param val The warning message.
136 void SetWarning(const std::string &val);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.h32 T val; member
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub.h48 void SetRemoteDied(bool val);

Completed in 11 milliseconds

1...<<21222324252627282930>>...34