Home
last modified time | relevance | path

Searched refs:pair (Results 1301 - 1325 of 5012) sorted by relevance

1...<<51525354555657585960>>...201

/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h44 void InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& scrollBarColor,
45 const std::pair<bool, Dimension>& scrollBarWidth, EdgeEffect edgeEffect);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h146 std::pair<bool, Color> scrollBarColor;
147 std::pair<bool, Dimension> scrollBarWidth;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/
H A Dchannel_manager.cpp86 connectionMap_.insert(std::pair<ChannelRequest, std::shared_ptr<Connection>>(request, connection)); in CreateChannel()
117 connectionMap_.insert(std::pair<ChannelRequest, std::shared_ptr<Connection>>(request, connection)); in CreateChannel()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_option.cpp56 bool DOMOption::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
120 bool DOMOption::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
H A Ddom_stack.cpp45 bool DOMStack::GetAxisOffset(const std::pair<std::string, std::string>& style) in GetAxisOffset()
89 bool DOMStack::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
H A Ddom_marquee.cpp62 bool DOMMarquee::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
84 bool DOMMarquee::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
H A Ddom_refresh.cpp52 bool DOMRefresh::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
82 bool DOMRefresh::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp114 void ScrollModelImpl::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& color, in InitScrollBar()
115 const std::pair<bool, Dimension>& width, EdgeEffect effect) in InitScrollBar()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_accessibility_provider.cpp32 auto pair = pattern->GetNativeXComponent(); in GetAccessbilityProvider() local
33 auto nativeXComponentImpl = pair.first; in GetAccessbilityProvider()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.h41 const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap,
49 const std::map<std::string, std::pair<bool, uint32_t>>& templateCacheCountMap,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_drawable.cpp68 std::pair<std::unique_ptr<uint8_t[]>, size_t> foregroundInfo; in GetIconResourceByTheme()
69 std::pair<std::unique_ptr<uint8_t[]>, size_t> backgroundInfo; in GetIconResourceByTheme()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.h124 const std::list<std::pair<std::string, int32_t>> FONT_FEATURE_VALUE_1 = ParseFontFeatureSettings("\"ss01\" 1");
125 const std::list<std::pair<std::string, int32_t>> FONT_FEATURE_VALUE_0 = ParseFontFeatureSettings("\"ss01\" 0");
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.h85 using Descriptors = std::pair<std::map<uint16_t, GattCache::Descriptor> *, uint16_t>;
142 std::map<uint16_t, std::pair<uint16_t, uint16_t>> valueHandleMap_ = {};
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Drouter_map_helper.cpp74 for (const auto& pair : routerMap) { in MergeRouter()
75 routerArraySorted.push_back(pair.first); in MergeRouter()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp114 std::pair<RSNodeDescription, RSNodeCount> RSNodeStats::GetNodeStatsToReportByIndex(size_t index) const in GetNodeStatsToReportByIndex()
134 std::pair<uint32_t, uint32_t> RSNodeStats::GetCurrentRSNodeLimit() const in GetCurrentRSNodeLimit()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h106 std::list<std::pair<uint32_t, std::shared_ptr<ImageCodecBuffer>>> inputList_;
110 std::list<std::pair<uint32_t, std::shared_ptr<ImageCodecBuffer>>> outputList_;
/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dmedia_monitor_service.h46 std::queue<std::pair<std::string, std::shared_ptr<DumpBuffer>>> dumpQueue_;
114 void DumpBufferWrite(std::queue<std::pair<std::string, std::shared_ptr<DumpBuffer>>> &bufferQueue);
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouchpad_transform_processor.h64 std::map<int32_t, std::pair<float, float>> pointerMaps;
118 std::vector<std::pair<int32_t, int32_t>> vecToolType_;
/foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/
H A Dlow_memory_killer.cpp126 std::pair<unsigned int, int> LowMemoryKiller::QueryKillMemoryPriorityPair(unsigned int currBufferKB, in QueryKillMemoryPriorityPair()
189 std::pair<unsigned int, int> memPrioPair = QueryKillMemoryPriorityPair(curBuf, targetBuf, killLevel_); in PsiHandlerInner()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.h92 std::pair<int, CloudSyncData> GetLocalCloudVersion() override;
110 std::pair<sqlite3 *, bool> GetTransactionDbHandleAndMemoryStatus();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h73 std::vector<std::pair<std::vector<uint8_t>, uint32_t>> &outPieces);
127 const CommPhyHeader &framePhyHeader, std::vector<std::pair<std::vector<uint8_t>, uint32_t>> &outPieces);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h113 using TypeValue = std::pair<FieldType, FieldValue>; // Define for parameter convenience
122 using RawValue = std::pair<const uint8_t *, uint32_t>;
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_base.h104 std::pair<int, PreferencesValue> GetValue(const std::string &key, const PreferencesValue &defValue) override;
106 std::pair<int, std::map<std::string, PreferencesValue>> GetAllData() override;
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp30 list<pair<string, CacheNode>> CloudDiskNotifyUtils::cacheList_;
31 unordered_map<string, list<pair<string, CacheNode>>::iterator> CloudDiskNotifyUtils::cacheMap_;
/foundation/distributedhardware/distributed_input/services/source/inputinject/include/
H A Ddistributed_input_node_manager.h46 using DhUniqueID = std::pair<std::string, std::string>;
52 using EventBatch = std::pair<std::string, std::vector<RawEvent>>;

Completed in 19 milliseconds

1...<<51525354555657585960>>...201