Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 25 of 51) sorted by relevance

123

/base/telephony/core_service/services/network_search/include/
Dsignal_info.h51 gsm.SetValue(); in Init()
52 cdma.SetValue(); in Init()
53 lte.SetValue(); in Init()
54 wcdma.SetValue(); in Init()
55 tdScdma.SetValue(); in Init()
56 nr.SetValue(); in Init()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
Devent_processor_example4.cpp64 event->SetValue("Done", GetName()); in OnEvent()
77 event->SetValue("Done", GetName()); in OnEvent()
86 event->SetValue("EventProcessorExample4", "Done"); in OnEvent()
/base/telephony/core_service/services/network_search/src/
Dsignal_info.cpp39 cur_.gsm.SetValue(gsmSignal.rxlev, gsmSignal.ber); in ProcessGsm()
48 cur_.cdma.SetValue(cdmaSignal.absoluteRssi, cdmaSignal.ecno); in ProcessCdma()
57 cur_.lte.SetValue(lteSignal.rxlev, lteSignal.rsrp, lteSignal.rsrq, lteSignal.snr); in ProcessLte()
66 cur_.wcdma.SetValue(wcdmaSignal.rxlev, wcdmaSignal.rscp, wcdmaSignal.ecio, wcdmaSignal.ber); in ProcessWcdma()
75 cur_.tdScdma.SetValue(tdScdmaSignal.rscp); in ProcessTdScdma()
84 cur_.nr.SetValue(nrSignal.rsrp, nrSignal.rsrq, nrSignal.sinr); in ProcessNr()
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
Devent_logger_plugin_test.cpp176 event->SetValue("eventLog_action", "aaa");
177 event->SetValue("eventLog_interval", 0);
202 event->SetValue("eventLog_action", "s,pb:0,cmd:c,cmd:m");
203 event->SetValue("eventLog_interval", 0);
228 event->SetValue("eventLog_action", "s,pb:0,cmd:c,cmd:m");
229 event->SetValue("eventLog_interval", 0);
260 event->SetValue("eventLog_action", "s,pb:0,cmd:c,cmd:m");
261 event->SetValue("eventLog_interval", 0);
/base/telephony/core_service/interfaces/innerkits/include/
Dsignal_information.h72 void SetValue(const int32_t gsmRssi = 0, const int32_t gsmBer = 0);
105 void SetValue(const int32_t cdmaRssi = 0, const int32_t cdmaEcno = 0);
132 void SetValue(
180 …void SetValue(const int32_t wcdmaRxlev = 0, const int32_t wcdmaRscp = 0, const int32_t wcdmaEcio =…
228 void SetValue(const int32_t tdScdmaRscp = 0);
254 void SetValue(const int32_t rsrp = 0, const int32_t rsrq = 0, const int32_t sinr = 0);
/base/update/updater/services/ui/view/component/
Dbox_progress_adapter.cpp29 this->SetValue(spec.defaultValue); in BoxProgressAdapter()
63 void BoxProgressAdapter::SetValue(float value) in SetValue() function in Updater::BoxProgressAdapter
70 …OHOS::UIBoxProgress::SetValue(static_cast<int>((value / FULL_PERCENT_PROGRESS) * (progressWidth_ -… in SetValue()
Dbox_progress_adapter.h43 void SetValue(float value);
/base/telephony/core_service/frameworks/native/src/
Dsignal_information.cpp72 void GsmSignalInformation::SetValue(const int32_t gsmRssi, const int32_t gsmBer) in SetValue() function in OHOS::Telephony::GsmSignalInformation
139 gsm->SetValue(this->gsmRxlev_, this->gsmBer_); in NewInstance()
182 void CdmaSignalInformation::SetValue(const int32_t cdmaRssi, const int32_t cdmaEcno) in SetValue() function in OHOS::Telephony::CdmaSignalInformation
247 cdma->SetValue(this->cdmaRssi_, this->cdmaEcno_); in NewInstance()
295 void LteSignalInformation::SetValue( in SetValue() function in OHOS::Telephony::LteSignalInformation
375 lte->SetValue(this->rxlev_, this->lteRsrp_, this->lteRsrq_, this->lteSnr_); in NewInstance()
436 void WcdmaSignalInformation::SetValue( in SetValue() function in OHOS::Telephony::WcdmaSignalInformation
516 wcdma->SetValue(this->wcdmaRxlev_, this->wcdmaRscp_, this->wcdmaEcio_, this->wcdmaBer_); in NewInstance()
576 void TdScdmaSignalInformation::SetValue(const int32_t tdScdmaRscp) in SetValue() function in OHOS::Telephony::TdScdmaSignalInformation
634 tdScdma->SetValue(this->tdScdmaRscp_); in NewInstance()
[all …]
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example1/
Devent_processor_example1.cpp78 event->SetValue("Done", GetName()); in HandleEvent()
88 event->SetValue("EventProcessorExample1", "Done"); in HandleEvent()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
Devent_processor_example2.cpp64 repackEvent->SetValue("Unload", "True"); in OnEvent()
72 event->SetValue("EventProcessorExample2", "Done"); in OnEvent()
/base/hiviewdfx/hiview/base/
Devent.cpp24 void Event::SetValue(const std::string &name, const std::string &value) in SetValue() function in OHOS::HiviewDFX::Event
41 void Event::SetValue(const std::string &name, int32_t value) in SetValue() function in OHOS::HiviewDFX::Event
/base/powermgr/display_manager/frameworks/napi/
Dbrightness_module.cpp90 static napi_value SetValue(napi_env env, napi_callback_info info) in SetValue() function
108 brightness.SetValue(info); in SetValue()
188 DECLARE_NAPI_FUNCTION("setValue", SetValue), in Init()
/base/hiviewdfx/hiview/base/test/unittest/common/
Devent_base_test.cpp118 event.SetValue("", i32v);
119 event.SetValue("I32_KEY", i32v);
/base/location/interfaces/inner_api/include/
Dlocation_data_rdb_helper.h41 LocationErrCode SetValue(Uri &uri, const std::string &column, int &value);
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
Dbundle_plugin_example3.cpp47 event->SetValue("BundlePluginExample3", "Done"); in OnEvent()
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
Ddynamic_load_plugin_example.cpp28 event->SetValue("DynamicLoadPluginExample", "Done"); in OnEvent()
/base/location/frameworks/native/source/
Dlocation_data_handler.cpp63 rdbHelper->SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in HandleSwitchStateChanged()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/
Devent_processor_example3.cpp62 event->SetValue("EventProcessorExample3", "Done"); in OnEvent()
/base/inputmethod/imf/frameworks/js/napi/common/
Djs_callback_object.cpp48 jsObject->isDone_->SetValue(isFinish); in ~JSCallbackObject()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dcppcrash_reporter.h50 void SetValue(const std::string& key, const std::string& value) in SetValue() function
/base/inputmethod/imf/frameworks/common/
Dblock_data.h34 void SetValue(T &data) in SetValue() function
/base/hiviewdfx/hiview/core/test/unittest/common/
Devent_dispatch_queue_test.cpp43 event->SetValue("message", message); in CreateEvent()
/base/update/updater/services/ui/strategy/
Dprogress_strategy.cpp74 pgMgr_[id_].As<BoxProgressAdapter>()->SetValue(value); in ShowProgress()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp90 boxProgress.SetValue(-1);
92 boxProgress.SetValue(validValue);
94 boxProgress.SetValue(MAX_PROGRESS_VALUE + 1);
100 boxProgress.SetValue(validValue);
189 boxProgress.SetValue(testValue);
/base/hiviewdfx/hiview/base/include/
Devent.h163 void SetValue(const std::string &name, const std::string &value);
164 void SetValue(const std::string &name, int32_t value);

123