/base/telephony/core_service/services/network_search/include/ |
D | signal_info.h | 51 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/ |
D | signal_info.cpp | 39 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/ |
D | event_logger_plugin_test.cpp | 176 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);
|
D | event_logger_action_test.cpp | 142 event->SetValue("eventLog_action", action); in StartCreate() 143 event->SetValue("eventLog_interval", interval); in StartCreate()
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/ |
D | event_processor_example4.cpp | 64 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/ |
D | signal_information.h | 62 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/ |
D | signal_information.cpp | 72 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/ |
D | box_progress_adapter.cpp | 31 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()
|
D | box_progress_adapter.h | 33 void SetValue(float value);
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example1/ |
D | event_processor_example1.cpp | 78 event->SetValue("Done", GetName()); in HandleEvent() 88 event->SetValue("EventProcessorExample1", "Done"); in HandleEvent()
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/ |
D | event_processor_example2.cpp | 64 repackEvent->SetValue("Unload", "True"); in OnEvent() 72 event->SetValue("EventProcessorExample2", "Done"); in OnEvent()
|
/base/powermgr/display_manager/frameworks/napi/ |
D | brightness_module.cpp | 91 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()
|
D | brightness.h | 40 void SetValue(napi_callback_info& info);
|
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/ |
D | dynamic_load_plugin_example.cpp | 28 event->SetValue("DynamicLoadPluginExample", "Done"); in OnEvent()
|
/base/hiviewdfx/hiview/base/ |
D | event.cpp | 24 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/ |
D | event_processor_example3.cpp | 62 event->SetValue("EventProcessorExample3", "Done"); in OnEvent()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | cppcrash_reporter.h | 52 void SetValue(const std::string& key, const std::string& value) in SetValue() function
|
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/ |
D | bundle_plugin_example3.cpp | 47 event->SetValue("BundlePluginExample3", "Done"); in OnEvent()
|
/base/update/updater/services/ui/strategy/ |
D | progress_strategy.cpp | 74 pgMgr_[id_].As<BoxProgressAdapter>()->SetValue(value); in ShowProgress()
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
D | ui_component_unittest.cpp | 88 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/ |
D | memory_info.cpp | 145 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/ |
D | event.h | 161 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/ |
D | event_logger_catcher_test.cpp | 144 event->SetValue("eventLog_action", action); in StartCreate() 145 event->SetValue("eventLog_interval", interval); in StartCreate()
|
/base/hiviewdfx/hiview/test/unittest/common/ |
D | holistic_platform_test.cpp | 256 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/ |
D | event_dispatch_queue_test.cpp | 43 event->SetValue("message", message); in CreateEvent()
|