/base/security/code_signature/interfaces/innerkits/common/include/ |
H A D | byte_buffer.h | 59 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 D | stack_table_test.cpp | 62 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 D | fsverity_utils_helper.cpp | 102 if (!digestBuffer.Resize(digestLen)) {
in GenerateFormattedDigest()
|
H A D | cert_utils.cpp | 99 buffer.Resize(totalLen);
in FormattedCertChain()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_panel_test.cpp | 454 * @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 D | input_method_ability_test.cpp | 1008 panel->Resize(1, 1); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/ |
H A D | unique_stack_table.h | 113 bool Resize();
|
/base/update/updater/services/ui/ |
H A D | updater_ui_env.cpp | 98 RootView::GetInstance()->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in InitRootView()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_panel.h | 63 static napi_value Resize(napi_env env, napi_callback_info info);
|
H A D | js_panel.cpp | 49 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 D | input_method_panel.h | 75 int32_t Resize(uint32_t width, uint32_t height);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | unique_stack_table.cpp | 63 bool UniqueStackTable::Resize() in Resize() function in OHOS::HiviewDFX::UniqueStackTable
|
/base/powermgr/battery_manager/charger/src/ |
H A D | charger_animation.cpp | 130 OHOS::RootView::GetInstance()->Resize( in InitRootView()
|
/base/security/code_signature/test/unittest/ |
H A D | cert_chain_verifier_test.cpp | 163 buffer.Resize(totalLen); in FormattedCertChain()
|
H A D | enable_verity_test.cpp | 151 if (!data.Resize(fileSize)) {
in ReadDataFromFile()
|
H A D | code_sign_utils_test.cpp | 155 if (!data.Resize(fileSize)) {
in ReadSignatureFromFile()
|
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 32 void Resize(uint32_t width, uint32_t height, bool isKeyboard = false) override {}
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 32 void Resize(uint32_t width, uint32_t height, bool isKeyboard = false) override
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 53 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 D | ark_web_nweb_impl.h | 32 void Resize(uint32_t width, uint32_t height, bool is_keyboard) override;
|
H A D | ark_web_nweb_impl.cpp | 59 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 D | input_method_panel.cpp | 200 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 D | ark_web_nweb_wrapper.cpp | 52 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 D | ark_web_nweb_wrapper.h | 37 void Resize(uint32_t width, uint32_t height, bool is_keyboard) override;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 266 virtual void Resize(uint32_t width, uint32_t height, bool isKeyboard = false) = 0;
|