/foundation/graphic/graphic_utils_lite/test/ |
H A D | list_unit_test.cpp | 74 * @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 D | vector_unit_test.cpp | 76 * @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 D | cj_router_ffi.cpp | 49 frontend->Back(url, param); in FfiOHOSAceFrameworkRouterBack()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/ |
H A D | render_queue_itf.h | 31 virtual bool Back(T &data) = 0;
|
H A D | render_fifo_queue.h | 68 bool Back(T &result) override
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | ability_list.cpp | 189 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 D | navigator_event_hub.cpp | 48 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 D | block_queue_pool.h | 66 std::shared_ptr<SamplePacket> Back(uint32_t trackIndex);
|
H A D | block_queue_pool.cpp | 256 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 D | block_queue.h | 124 T Back() in Back() function in OHOS::Media::BlockQueue
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 120 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 D | cj_frontend_abstract.cpp | 120 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 D | cj_frontend_abstract.h | 60 void Back(const std::string& uri, const std::string& params);
|
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
H A D | utils_list.h | 85 const T Back() const
in Back() function in OHOS::List
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | vector.h | 66 T& Back() in Back() function in OHOS::Graphic::Vector
|
H A D | list.h | 109 const T Back() const in Back() function in OHOS::List
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_router_module.cpp | 107 delegate->Back(uri, params); in PageBack()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 439 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 D | declarative_frontend_ng.cpp | 495 delegate_->Back("", ""); in CallRouterBack()
|
H A D | frontend_delegate_declarative_ng.h | 112 void Back(const std::string& uri, const std::string& params) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 127 void Back(const std::string& uri, const std::string& params) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 89 // 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 D | mock_plugin_frontend_delegate.cpp | 66 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 D | ui_canvas.h | 431 paint = paintStack_.Back(); in Restore()
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 25 x10[x10['Back'] = 0] = 'Back'; 98 this.leftIconStyle = EditableLeftIconType.Back; 326 if (this.leftIconStyle === EditableLeftIconType.Back) {
|