Home
last modified time | relevance | path

Searched defs:back (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.cpp92 auto back = aceContainer->GetBackend(); in CreateContainer() local
286 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Insert() local
300 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Query() local
314 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Update() local
328 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in Delete() local
342 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in BatchInsert() local
355 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in GetType() local
369 auto back = AceType::DynamicCast<PaBackend>(aceContainer->GetBackend()); in GetFileTypes() local
433 auto back = aceContainer->GetBackend(); in OnConnect() local
447 auto back = aceContainer->GetBackend(); in OnDisConnect() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/
H A Dentry.json30 "back":"返回", string
51 "back":"返回", string
100 "back":"Back", string
116 "back":"Back", string
178 "back":"Geri" string
207 "back":"Nazaj" string
265 "back":"Leđa" string
294 "back":"Back" string
323 "back":"Geri" string
410 "back":"ተመለስ" string
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_option_component.cpp65 auto back = AceType::MakeRefPtr<Decoration>(); in Initialize() local
H A Drender_picker_value.cpp121 auto back = box->GetBackDecoration(); in HandleAnimation() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp329 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign001() local
355 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign002() local
381 UIView* back = new UIView(); in UIKitUIArcLabelTestAlign003() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dlru_cache.h91 auto& back = itemList_.back(); in GetLruNode() local
/ohos5.0/foundation/arkui/napi/sample/native_module_netserver/
H A Devent_target.cpp28 EventListener* back = nullptr; member
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp172 SampleStackItem* back = nodes.back(); in Print() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h103 auto& back() const in back() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp148 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in BuildBubbleBox() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp322 RefPtr<Decoration> back = AceType::MakeRefPtr<Decoration>(); in Initialize() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp145 uint64_t back = iterator->second.back(); in CacheDrawingTypeface() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h162 value_type& back() in back() function
167 const value_type& back() const in back() function
H A Dvector.h511 reference back() in back() function
517 const_reference back() const in back() function
H A Dstring_view.h257 constexpr typename basic_string_view<CharT>::const_reference basic_string_view<CharT>::back() const in back() function
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Daccesstoken_info_manager_test.cpp2389 …std::shared_ptr<HapTokenInfoInner> back = AccessTokenInfoManager::GetInstance().hapTokenInfoMap_[t… variable
2432 …std::shared_ptr<HapTokenInfoInner> back = AccessTokenInfoManager::GetInstance().hapTokenInfoMap_[t… variable
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md4696 ### back subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md4702 ### back subsection
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp547 ExifItem &back = items_.back(); in ParserItem() local
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp72 int back = 0; in ResolveSymLink() local
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp245 std::string::size_type back = 0; in Ip2Number() local
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs160 pub(crate) fn back(&self) -> Option<&T> { in back() method
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js973 back(options, params) { method in Router
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c696 List *back = NULL; in SwapRecvBlockListHead() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2305 const uint32_t backFlags, const GraphicsState::StencilOpState& back) in SetStencilState()