Home
last modified time | relevance | path

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

/base/security/code_signature/interfaces/innerkits/common/include/
H A Dbyte_buffer.h59 if (!Resize(srcSize)) { in CopyFrom()
79 bool Resize(uint32_t newSize) in Resize() function in OHOS::Security::CodeSign::ByteBuffer
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dstack_table_test.cpp62 ASSERT_EQ(stackTable->Resize(), true); in HWTEST_F()
79 ret = stackTable->Resize(); in HWTEST_F()
95 ret = stackTable->Resize(); in HWTEST_F()
/base/security/code_signature/utils/src/
H A Dfsverity_utils_helper.cpp102 if (!digestBuffer.Resize(digestLen)) { in GenerateFormattedDigest()
H A Dcert_utils.cpp99 buffer.Resize(totalLen); in FormattedCertChain()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp454 * @tc.desc: Test Resize panel. Panels non fixed soft keyboard.
461 // not CreatePanel, Resize failed in HWTEST_F()
462 auto ret = inputMethodPanel->Resize(1, 1); in HWTEST_F()
474 ret = inputMethodPanel->Resize(width - 1, height * NON_FIXED_SOFT_KEYBOARD_PANEL_RATIO - 1); in HWTEST_F()
477 ret = inputMethodPanel->Resize(width, height * NON_FIXED_SOFT_KEYBOARD_PANEL_RATIO); in HWTEST_F()
480 ret = inputMethodPanel->Resize(width + 1, height * NON_FIXED_SOFT_KEYBOARD_PANEL_RATIO); in HWTEST_F()
483 ret = inputMethodPanel->Resize(width, height * NON_FIXED_SOFT_KEYBOARD_PANEL_RATIO + 1); in HWTEST_F()
486 ret = inputMethodPanel->Resize(width + 1, height * NON_FIXED_SOFT_KEYBOARD_PANEL_RATIO + 1); in HWTEST_F()
495 * @tc.desc: Test Resize panel. Fixed soft keyboard panel .
502 // not CreatePanel, Resize faile in HWTEST_F()
[all...]
H A Dinput_method_ability_test.cpp1008 panel->Resize(1, 1); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h113 bool Resize();
/base/update/updater/services/ui/
H A Dupdater_ui_env.cpp98 RootView::GetInstance()->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in InitRootView()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.h63 static napi_value Resize(napi_env env, napi_callback_info info);
H A Djs_panel.cpp49 DECLARE_NAPI_FUNCTION("resize", Resize), in Init()
158 napi_value JsPanel::Resize(napi_env env, napi_callback_info info) in Resize() function in OHOS::MiscServices::JsPanel
189 auto code = ctxt->inputMethodPanel->Resize(ctxt->width, ctxt->height); in Resize()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h75 int32_t Resize(uint32_t width, uint32_t height);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dunique_stack_table.cpp63 bool UniqueStackTable::Resize() in Resize() function in OHOS::HiviewDFX::UniqueStackTable
/base/powermgr/battery_manager/charger/src/
H A Dcharger_animation.cpp130 OHOS::RootView::GetInstance()->Resize( in InitRootView()
/base/security/code_signature/test/unittest/
H A Dcert_chain_verifier_test.cpp163 buffer.Resize(totalLen); in FormattedCertChain()
H A Denable_verity_test.cpp151 if (!data.Resize(fileSize)) { in ReadDataFromFile()
H A Dcode_sign_utils_test.cpp155 if (!data.Resize(fileSize)) { in ReadSignatureFromFile()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h32 void Resize(uint32_t width, uint32_t height, bool isKeyboard = false) override {}
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h32 void Resize(uint32_t width, uint32_t height, bool isKeyboard = false) override
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h53 virtual void Resize(uint32_t width, uint32_t height, bool is_keyboard) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h32 void Resize(uint32_t width, uint32_t height, bool is_keyboard) override;
H A Dark_web_nweb_impl.cpp59 void ArkWebNWebImpl::Resize(uint32_t width, uint32_t height, bool is_keyboard) in Resize() function in OHOS::ArkWeb::ArkWebNWebImpl
61 nweb_nweb_->Resize(width, height, is_keyboard); in Resize()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp200 int32_t InputMethodPanel::Resize(uint32_t width, uint32_t height) in Resize() function in OHOS::MiscServices::InputMethodPanel
211 auto ret = window_->Resize(width, height); in Resize()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp52 void ArkWebNWebWrapper::Resize(uint32_t width, uint32_t height, bool is_keyboard) in Resize() function in OHOS::ArkWeb::ArkWebNWebWrapper
54 ark_web_nweb_->Resize(width, height, is_keyboard); in Resize()
H A Dark_web_nweb_wrapper.h37 void Resize(uint32_t width, uint32_t height, bool is_keyboard) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h266 virtual void Resize(uint32_t width, uint32_t height, bool isKeyboard = false) = 0;

Completed in 25 milliseconds