/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_info.cpp | 104 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 D | smaps_memory_info.cpp | 91 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 D | memory_util.cpp | 201 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 D | ark_web_touch_handle_hot_zone_impl.cpp | 27 void ArkWebTouchHandleHotZoneImpl::SetWidth(double width) in SetWidth() function in OHOS::ArkWeb::ArkWebTouchHandleHotZoneImpl 29 nweb_touch_handle_hot_zone_->SetWidth(width); in SetWidth()
|
H A D | ark_web_touch_handle_hot_zone_impl.h | 32 void SetWidth(double width) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_touch_handle_hot_zone_wrapper.cpp | 27 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 D | ark_web_touch_handle_hot_zone_wrapper.h | 32 void SetWidth(double width) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_decoder_format_adapter_impl.cpp | 39 void ArkDecoderFormatAdapterImpl::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkDecoderFormatAdapterImpl 41 return real_->SetWidth(width); in SetWidth()
|
H A D | ark_clip_board_image_data_adapter_impl.cpp | 85 void ArkClipBoardImageDataAdapterImpl::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterImpl 87 real_->SetWidth(width); in SetWidth()
|
H A D | ark_decoder_format_adapter_impl.h | 35 void SetWidth(int32_t width) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_decoder_format_adapter_wrapper.cpp | 40 void ArkDecoderFormatAdapterWrapper::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkDecoderFormatAdapterWrapper 42 ctocpp_->SetWidth(width); in SetWidth()
|
H A D | ark_clip_board_image_data_adapter_wrapper.cpp | 86 void ArkClipBoardImageDataAdapterWrapper::SetWidth(int32_t width) in SetWidth() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterWrapper 88 ctocpp_->SetWidth(width); in SetWidth()
|
H A D | ark_decoder_format_adapter_wrapper.h | 35 void SetWidth(int32_t width) override;
|
H A D | ark_clip_board_image_data_adapter_wrapper.h | 53 void SetWidth(int32_t width) override;
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_page_size_test.cpp | 103 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 D | ark_web_touch_handle_hot_zone.h | 28 virtual void SetWidth(double width) = 0;
|
/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | codec_format_adapter_impl.h | 31 void SetWidth(int32_t width);
|
/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | codec_format_adapter_impl.cpp | 30 void CodecFormatAdapterImpl::SetWidth(int32_t width) in SetWidth() function in OHOS::NWeb::CodecFormatAdapterImpl
|
/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | format_adapter_impl.cpp | 40 void FormatAdapterImpl::SetWidth(uint32_t width) in SetWidth() function in OHOS::NWeb::FormatAdapterImpl
|
H A D | format_adapter_mock.cpp | 40 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 D | formatadapter_fuzzer.cpp | 31 adapter.SetWidth(1); in FormatAdapterFuzzTest()
|
/base/web/webview/ohos_adapter/camera_adapter/include/ |
H A D | format_adapter_impl.h | 35 void SetWidth(uint32_t width);
|
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/codecformatadapterimpl_fuzzer/ |
H A D | codecformatadapterimpl_fuzzer.cpp | 34 codecFormatAdapter.SetWidth(width); in CreateLocationProxyAdapterFuzzTest()
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_enhance_surface_adapter.cpp | 49 createInfo->SetWidth(width); in GetCreateInfo()
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | string_utils.h | 37 void SetWidth(const int &width, const char &fileStr, const bool &left, std::string &str);
|