| /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/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/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);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | signal_information.h | 72 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/ |
| D | box_progress_adapter.cpp | 29 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()
|
| D | box_progress_adapter.h | 43 void SetValue(float value);
|
| /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/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/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/powermgr/display_manager/frameworks/napi/ |
| D | brightness_module.cpp | 90 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/ |
| D | event_base_test.cpp | 118 event.SetValue("", i32v); 119 event.SetValue("I32_KEY", i32v);
|
| /base/location/interfaces/inner_api/include/ |
| D | location_data_rdb_helper.h | 41 LocationErrCode SetValue(Uri &uri, const std::string &column, int &value);
|
| /base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/ |
| D | bundle_plugin_example3.cpp | 47 event->SetValue("BundlePluginExample3", "Done"); in OnEvent()
|
| /base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/ |
| D | dynamic_load_plugin_example.cpp | 28 event->SetValue("DynamicLoadPluginExample", "Done"); in OnEvent()
|
| /base/location/frameworks/native/source/ |
| D | location_data_handler.cpp | 63 rdbHelper->SetValue(locationDataEnableUri, LOCATION_DATA_COLUMN_ENABLE, state); in HandleSwitchStateChanged()
|
| /base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/ |
| D | event_processor_example3.cpp | 62 event->SetValue("EventProcessorExample3", "Done"); in OnEvent()
|
| /base/inputmethod/imf/frameworks/js/napi/common/ |
| D | js_callback_object.cpp | 48 jsObject->isDone_->SetValue(isFinish); in ~JSCallbackObject()
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | cppcrash_reporter.h | 50 void SetValue(const std::string& key, const std::string& value) in SetValue() function
|
| /base/inputmethod/imf/frameworks/common/ |
| D | block_data.h | 34 void SetValue(T &data) in SetValue() function
|
| /base/hiviewdfx/hiview/core/test/unittest/common/ |
| D | event_dispatch_queue_test.cpp | 43 event->SetValue("message", message); in CreateEvent()
|
| /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 | 90 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/ |
| D | event.h | 163 void SetValue(const std::string &name, const std::string &value); 164 void SetValue(const std::string &name, int32_t value);
|