/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.h | 44 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 D | style.h | 146 std::pair<bool, Color> scrollBarColor; 147 std::pair<bool, Dimension> scrollBarWidth;
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/ |
H A D | channel_manager.cpp | 86 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 D | dom_option.cpp | 56 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 D | dom_stack.cpp | 45 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 D | dom_marquee.cpp | 62 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 D | dom_refresh.cpp | 52 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 D | scroll_model_impl.cpp | 114 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 D | xcomponent_accessibility_provider.cpp | 32 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 D | repeat_virtual_scroll_node.h | 41 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 D | bundle_resource_drawable.cpp | 68 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 D | text_input_base.h | 124 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 D | gatt_cache.h | 85 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 D | router_map_helper.cpp | 74 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 D | rs_node_stats.cpp | 114 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 D | heif_hw_decoder.h | 106 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 D | media_monitor_service.h | 46 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 D | touchpad_transform_processor.h | 64 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 D | low_memory_killer.cpp | 126 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 D | sqlite_cloud_kv_store.h | 92 std::pair<int, CloudSyncData> GetLocalCloudVersion() override; 110 std::pair<sqlite3 *, bool> GetTransactionDbHandleAndMemoryStatus();
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | protocol_proto.h | 73 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 D | db_types.h | 113 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 D | preferences_base.h | 104 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 D | clouddisk_notify_utils_mock.cpp | 30 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 D | distributed_input_node_manager.h | 46 using DhUniqueID = std::pair<std::string, std::string>; 52 using EventBatch = std::pair<std::string, std::vector<RawEvent>>;
|