Home
last modified time | relevance | path

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

12

/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/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);
Devent_logger_action_test.cpp142 event->SetValue("eventLog_action", action); in StartCreate()
143 event->SetValue("eventLog_interval", interval); in StartCreate()
/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/interfaces/innerkits/include/
Dsignal_information.h62 void SetValue(const int32_t gsmRssi = 0, const int32_t gsmBer = 0);
85 void SetValue(const int32_t cdmaRssi = 0, const int32_t cdmaEcno = 0);
107 void SetValue(
135 …void SetValue(const int32_t wcdmaRxlev = 0, const int32_t wcdmaRscp = 0, const int32_t wcdmaEcio =…
163 void SetValue(const int32_t tdScdmaRscp = 0);
184 void SetValue(const int32_t rsrp = 0, const int32_t rsrq = 0, const int32_t sinr = 0);
/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/update/updater/services/ui/view/component/
Dbox_progress_adapter.cpp31 this->SetValue(spec.defaultValue); in BoxProgressAdapter()
65 void BoxProgressAdapter::SetValue(float value) in SetValue() function in Updater::BoxProgressAdapter
72 …OHOS::UIBoxProgress::SetValue(static_cast<int>((value / FULL_PERCENT_PROGRESS) * (progressWidth_ -… in SetValue()
Dbox_progress_adapter.h33 void SetValue(float value);
/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/powermgr/display_manager/frameworks/napi/
Dbrightness_module.cpp91 static napi_value SetValue(napi_env env, napi_callback_info info) in SetValue() function
109 brightness.SetValue(info); in SetValue()
188 DECLARE_NAPI_FUNCTION("setValue", SetValue), in Init()
Dbrightness.h40 void SetValue(napi_callback_info& info);
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
Ddynamic_load_plugin_example.cpp28 event->SetValue("DynamicLoadPluginExample", "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/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/
Devent_processor_example3.cpp62 event->SetValue("EventProcessorExample3", "Done"); in OnEvent()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Dcppcrash_reporter.h52 void SetValue(const std::string& key, const std::string& value) in SetValue() function
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
Dbundle_plugin_example3.cpp47 event->SetValue("BundlePluginExample3", "Done"); in OnEvent()
/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.cpp88 boxProgress.SetValue(-1);
90 boxProgress.SetValue(validValue);
92 boxProgress.SetValue(MAX_PROGRESS_VALUE + 1);
98 boxProgress.SetValue(validValue);
186 boxProgress.SetValue(testValue);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp145 void MemoryInfo::SetValue(const string &value, vector<string> &lines, vector<string> &values) in SetValue() function in OHOS::HiviewDFX::MemoryInfo
172 SetValue("Total", lines, values); in CalcGroup()
173 SetValue(to_string(meminfo.pss + meminfo.swapPss), lines, values); in CalcGroup()
174 SetValue(to_string(meminfo.sharedClean), lines, values); in CalcGroup()
175 SetValue(to_string(meminfo.sharedDirty), lines, values); in CalcGroup()
176 SetValue(to_string(meminfo.privateClean), lines, values); in CalcGroup()
177 SetValue(to_string(meminfo.privateDirty), lines, values); in CalcGroup()
178 SetValue(to_string(meminfo.swap), lines, values); in CalcGroup()
179 SetValue(to_string(meminfo.swapPss), lines, values); in CalcGroup()
/base/hiviewdfx/hiview/base/include/
Devent.h161 void SetValue(const std::string &name, const std::string &value);
162 void SetValue(const std::string &name, int32_t value);
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.cpp144 event->SetValue("eventLog_action", action); in StartCreate()
145 event->SetValue("eventLog_interval", interval); in StartCreate()
/base/hiviewdfx/hiview/test/unittest/common/
Dholistic_platform_test.cpp256 event->SetValue("HolisticPlatformLoadingPlugins003", "SYS_EVENT testaa");
358 event1->SetValue("HolisticPlatformLoadingPlugins003", "SYS_EVENT testaa");
369 event2->SetValue("HolisticPlatformLoadingPlugins003", "SYS_EVENT testRun001");
/base/hiviewdfx/hiview/core/test/unittest/common/
Devent_dispatch_queue_test.cpp43 event->SetValue("message", message); in CreateEvent()

12