/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_stepper.cpp | 39 [](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 D | cj_search_ffi.cpp | 199 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 D | text_field_manager.h | 178 void SetNeedToRequestKeyboard(bool val) override 180 needToRequestKeyboard_ = val;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_node.h | 203 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 D | MeshJS.cpp | 99 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 D | plugin_settings.cpp | 30 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 D | lnn_service_mock.cpp | 253 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 D | softbus_hisysevt_nstack.c | 68 } 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 D | bpf_mapper.h | 237 [[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 D | trans_tcp_direct_message_test_mock.cpp | 100 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 D | net_http_request.cpp | 52 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 D | http_request_options.cpp | 61 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 D | wifi_device_callback_stub_lite.cpp | 111 void WifiDeviceCallBackStub::SetRemoteDied(bool val) in SetRemoteDied() argument 113 mRemoteDied = val; in SetRemoteDied()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | data_share_subscriber_managers_test.cpp | 206 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 D | PreferencesTaskpoolJsunit.test.js | 120 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 D | data_syncer_rdb_store.cpp | 129 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 D | timer_linux.cpp | 143 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 D | reactor_linux.c | 141 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 D | skia_runtime_shader_builder.h | 49 void SetUniform(const std::string& name, float val) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/ |
H A D | netfirewall_types.h | 35 __u32 val[BITMAP_LEN];
member
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_response.h | 66 void SetWarning(const std::string &val);
|
/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_response.h | 68 void SetWarning(const std::string &val);
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_response.h | 134 * @param val The warning message. 136 void SetWarning(const std::string &val);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/ |
H A D | hiview_adapter.h | 32 T val; member
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_callback_stub.h | 48 void SetRemoteDied(bool val);
|