Home
last modified time | relevance | path

Searched refs:SetWidth (Results 1 - 25 of 47) sorted by relevance

12

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp104 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, space); in insertMemoryTitle()
107 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, SEPARATOR_, false, separator); in insertMemoryTitle()
110 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, unit); in insertMemoryTitle()
123 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, title1); in insertMemoryTitle()
127 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, title2); in insertMemoryTitle()
156 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, group); in BuildResult()
166 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, value); in BuildResult()
275 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetHardWareUsage()
289 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, title); in GetCMAUsage()
302 StringUtils::GetInstance().SetWidth(RAM_WIDTH in GetKernelUsage()
[all...]
H A Dsmaps_memory_info.cpp91 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, true, title1); in InsertSmapsTitle()
94 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, true, title2); in InsertSmapsTitle()
99 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, true, space); in InsertSmapsTitle()
103 StringUtils::GetInstance().SetWidth(isShowSmapsInfo ? LINE_NAME_V_WIDTH : LINE_NAME_KEY_WIDTH, in InsertSmapsTitle()
106 StringUtils::GetInstance().SetWidth(StringUtils::GetInstance().IsSameStr(title, "Start") ? in InsertSmapsTitle()
124 StringUtils::GetInstance().SetWidth(LINE_WIDTH, BLANK, false, space); in BuildSmapsInfo()
126 StringUtils::GetInstance().SetWidth(LINE_NAME_VAL_WIDTH, BLANK, true, value); in BuildSmapsInfo()
128 StringUtils::GetInstance().SetWidth(StringUtils::GetInstance().IsSameStr(tag, "Start") ? in BuildSmapsInfo()
160 StringUtils::GetInstance().SetWidth(LINE_START_VAL_WIDTH, BLANK, false, space); in BuildSmapsResult()
162 StringUtils::GetInstance().SetWidth(LINE_NAME_VAL_WIDT in BuildSmapsResult()
[all...]
H A Dmemory_util.cpp201 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, space); in SetMemTotalValue()
202 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, SEPARATOR_, false, separator); in SetMemTotalValue()
209 StringUtils::GetInstance().SetWidth(SMPAPS_INFO_WIDTH, BLANK_, false, tempValue); in SetMemTotalValue()
211 StringUtils::GetInstance().SetWidth(SMAPS_LINE_WIDTH_, BLANK_, true, tempValue); in SetMemTotalValue()
214 StringUtils::GetInstance().SetWidth(LINE_WIDTH_, BLANK_, false, tempValue); in SetMemTotalValue()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_touch_handle_hot_zone_impl.cpp27 void ArkWebTouchHandleHotZoneImpl::SetWidth(double width) in SetWidth() function in OHOS::ArkWeb::ArkWebTouchHandleHotZoneImpl
29 nweb_touch_handle_hot_zone_->SetWidth(width); in SetWidth()
H A Dark_web_touch_handle_hot_zone_impl.h32 void SetWidth(double width) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_touch_handle_hot_zone_wrapper.cpp27 void ArkWebTouchHandleHotZoneWrapper::SetWidth(double width) in SetWidth() function in OHOS::ArkWeb::ArkWebTouchHandleHotZoneWrapper
29 return ark_web_touch_handle_hot_zone_->SetWidth(width); in SetWidth()
H A Dark_web_touch_handle_hot_zone_wrapper.h32 void SetWidth(double width) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_decoder_format_adapter_impl.cpp39 void ArkDecoderFormatAdapterImpl::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkDecoderFormatAdapterImpl
41 return real_->SetWidth(width); in SetWidth()
H A Dark_clip_board_image_data_adapter_impl.cpp85 void ArkClipBoardImageDataAdapterImpl::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterImpl
87 real_->SetWidth(width); in SetWidth()
H A Dark_decoder_format_adapter_impl.h35 void SetWidth(int32_t width) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_decoder_format_adapter_wrapper.cpp40 void ArkDecoderFormatAdapterWrapper::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkDecoderFormatAdapterWrapper
42 ctocpp_->SetWidth(width); in SetWidth()
H A Dark_clip_board_image_data_adapter_wrapper.cpp86 void ArkClipBoardImageDataAdapterWrapper::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterWrapper
88 ctocpp_->SetWidth(width); in SetWidth()
H A Dark_decoder_format_adapter_wrapper.h35 void SetWidth(int32_t width) override;
H A Dark_clip_board_image_data_adapter_wrapper.h53 void SetWidth(int32_t width) override;
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_page_size_test.cpp103 printpageSize.SetWidth(6); in HWTEST_F()
131 printpageSize.SetWidth(6); in HWTEST_F()
174 printpageSize.SetWidth(6); in HWTEST_F()
188 printpageSize.SetWidth(6); in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_touch_handle_hot_zone.h28 virtual void SetWidth(double width) = 0;
/base/web/webview/ohos_adapter/media_adapter/include/
H A Dcodec_format_adapter_impl.h31 void SetWidth(int32_t width);
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dcodec_format_adapter_impl.cpp30 void CodecFormatAdapterImpl::SetWidth(int32_t width) in SetWidth() function in OHOS::NWeb::CodecFormatAdapterImpl
/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dformat_adapter_impl.cpp40 void FormatAdapterImpl::SetWidth(uint32_t width) in SetWidth() function in OHOS::NWeb::FormatAdapterImpl
H A Dformat_adapter_mock.cpp40 void FormatAdapterImpl::SetWidth(uint32_t width) in SetWidth() function in OHOS::NWeb::FormatAdapterImpl
/base/web/webview/test/fuzztest/ohos_adapter/camera_adapter/formatadapter_fuzzer/
H A Dformatadapter_fuzzer.cpp31 adapter.SetWidth(1); in FormatAdapterFuzzTest()
/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dformat_adapter_impl.h35 void SetWidth(uint32_t width);
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/codecformatadapterimpl_fuzzer/
H A Dcodecformatadapterimpl_fuzzer.cpp34 codecFormatAdapter.SetWidth(width); in CreateLocationProxyAdapterFuzzTest()
/base/web/webview/ohos_nweb/src/
H A Dnweb_enhance_surface_adapter.cpp49 createInfo->SetWidth(width); in GetCreateInfo()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h37 void SetWidth(const int &width, const char &fileStr, const bool &left, std::string &str);

Completed in 10 milliseconds

12