Home
last modified time | relevance | path

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

12

/foundation/graphic/graphic_utils_lite/test/
H A Dlist_unit_test.cpp74 * @tc.desc: Verify Back function, equal.
86 EXPECT_EQ(list_->Back(), SECOND_VALUE); in HWTEST_F()
108 EXPECT_EQ(list_->Back(), SECOND_VALUE); in HWTEST_F()
130 EXPECT_EQ(list_->Back(), FIRST_VALUE); in HWTEST_F()
154 EXPECT_EQ(list_->Back(), FIRST_VALUE); in HWTEST_F()
178 EXPECT_EQ(list_->Back(), SECOND_VALUE); in HWTEST_F()
204 EXPECT_EQ(list_->Back(), SECOND_VALUE); in HWTEST_F()
230 EXPECT_EQ(list_->Back(), SECOND_VALUE); in HWTEST_F()
H A Dvector_unit_test.cpp76 * @tc.desc: Verify Back function, equal.
88 EXPECT_EQ(vector_->Back(), SECOND_VALUE); in HWTEST_F()
110 EXPECT_EQ(vector_->Back(), SECOND_VALUE); in HWTEST_F()
116 EXPECT_EQ(vector_->Back(), FIRST_VALUE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/router/
H A Dcj_router_ffi.cpp49 frontend->Back(url, param); in FfiOHOSAceFrameworkRouterBack()
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/
H A Drender_queue_itf.h31 virtual bool Back(T &data) = 0;
H A Drender_fifo_queue.h68 bool Back(T &result) override
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_list.cpp189 AbilityRecord *lastRecord = abilityList_.Back(); in PopBottomAbility()
201 AbilityRecord *secondLastRecord = abilityList_.Back(); in PopBottomAbility()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.cpp48 delegate->Back(url_, params_); in NavigatePage()
77 return "NavigationType.Back"; in GetNavigatorType()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dblock_queue_pool.h66 std::shared_ptr<SamplePacket> Back(uint32_t trackIndex);
H A Dblock_queue_pool.cpp256 std::shared_ptr<SamplePacket> BlockQueuePool::Back(uint32_t trackIndex) in Back() function in OHOS::Media::BlockQueuePool
268 auto block = quePool_[lastQueIndex].blockQue->Back(); in Back()
H A Dblock_queue.h124 T Back() in Back() function in OHOS::Media::BlockQueue
/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp120 splitRects.Back().SetBottom(mask.GetTop() - 1); in DivideInvalidateRect()
140 splitRects.Back().SetRight(mask.GetLeft() - 1); in DivideInvalidateRect()
164 splitRects.Back().SetRight(mask.GetLeft() - 1); in DivideInvalidateRect()
182 splitRects.Back().SetBottom(mask.GetTop() - 1); in DivideInvalidateRect()
202 splitRects.Back().SetLeft(mask.GetRight() + 1); in DivideInvalidateRect()
220 splitRects.Back().SetTop(mask.GetBottom() + 1); in DivideInvalidateRect()
362 if (!flags[stackCount]) { // Back from sibling in OptimizeInvalidMap()
380 } else { // Back from child in OptimizeInvalidMap()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp120 Back(target.url, params); in NavigatePage()
124 Back(target.url, params); in NavigatePage()
192 void CJFrontendAbstract::Back(const std::string& uri, const std::string& params) in Back() function in OHOS::Ace::CJFrontendAbstract
H A Dcj_frontend_abstract.h60 void Back(const std::string& uri, const std::string& params);
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Dutils_list.h85 const T Back() const in Back() function in OHOS::List
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h66 T& Back() in Back() function in OHOS::Graphic::Vector
H A Dlist.h109 const T Back() const in Back() function in OHOS::List
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_router_module.cpp107 delegate->Back(uri, params); in PageBack()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp439 void FrontendDelegateDeclarativeNG::Back(const std::string& uri, const std::string& params) in Back() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
498 Back(target.url, params); in NavigatePage()
501 Back(target.url, params); in NavigatePage()
1001 Back("", ""); in CallPopPage()
H A Ddeclarative_frontend_ng.cpp495 delegate_->Back("", ""); in CallRouterBack()
H A Dfrontend_delegate_declarative_ng.h112 void Back(const std::string& uri, const std::string& params) override;
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h127 void Back(const std::string& uri, const std::string& params) override;
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h89 // Back to specified page or the previous page if url not set.
90 virtual void Back(const std::string& uri, const std::string& params = "") = 0;
91 // Back to specified page or the previous page if Index not set.
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp66 void PluginFrontendDelegate::Back(const std::string& uri, const std::string& params) in Back() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h431 paint = paintStack_.Back(); in Restore()
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js25 x10[x10['Back'] = 0] = 'Back';
98 this.leftIconStyle = EditableLeftIconType.Back;
326 if (this.leftIconStyle === EditableLeftIconType.Back) {

Completed in 17 milliseconds

12