/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | window_event_channel_interface.h | 20 #include <list>
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_controller.h | 19 #include <list>
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/config/ |
H A D | config_manager.py | 87 return list(device_list.values())
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 45 #include <linux/list.h> 50 struct hlist_node list; member 59 struct hlist_head list; in put_sync_fences() local 65 hlist_move_list(&mali_timeline_sync_fence_to_free_list, &list); in put_sync_fences() 68 hlist_for_each_entry_safe(o, pos, tmp, &list, list) in put_sync_fences() 313 /* Add tracker as new head on timeline's tracker list. */ in mali_timeline_insert_tracker() 315 /* Tracker list is empty. */ in mali_timeline_insert_tracker() 347 /* Finding out where to put this waiter, in the linked waiter list of the given timeline **/ in mali_timeline_insert_waiter() 359 /* list i in mali_timeline_insert_waiter() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 44 #include <linux/list.h> 49 struct hlist_node list; member 58 struct hlist_head list; in put_sync_fences() local 64 hlist_move_list(&mali_timeline_sync_fence_to_free_list, &list); in put_sync_fences() 67 hlist_for_each_entry_safe(o, pos, tmp, &list, list) { in put_sync_fences() 309 /* Add tracker as new head on timeline's tracker list. */ in mali_timeline_insert_tracker() 311 /* Tracker list is empty. */ in mali_timeline_insert_tracker() 343 /* Finding out where to put this waiter, in the linked waiter list of the given timeline **/ in mali_timeline_insert_waiter() 355 /* list i in mali_timeline_insert_waiter() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/ |
H A D | devfreq.c | 24 #include <linux/list.h> 46 /* The list of all device-devfreq governors */ 48 /* The list of all device-devfreq */ 61 * Search the list of device devfreqs and return the matched device's 260 * Search the list of devfreq governors and return the matched 289 * Search the list of devfreq governors and request the module and try again 700 * Remove devfreq from the list and release its resources. 1013 * @index - index into list of devfreq 1997 * @list: DEVFREQ_TRANSITION_NOTIFIER. 1999 int devfreq_register_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) in devfreq_register_notifier() argument 2025 devfreq_unregister_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_unregister_notifier() argument 2048 unsigned int list; global() member 2066 devm_devfreq_register_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_register_notifier() argument 2100 devm_devfreq_unregister_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_unregister_notifier() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | focus_hub_test_ng.cpp | 151 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 564 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1222 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1291 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1368 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1616 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1645 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1684 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1715 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F() 1740 std::list<RefPt in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 360 void UpdateSpanItems(const std::list<RefPtr<NG::SpanItem>>& spanItems) override; 518 std::list<RefPtr<UINode>>::const_iterator GetSpanNodeIter(int32_t index); 519 std::list<SpanPosition> GetSelectSpanSplit( 521 std::list<SpanPosition> GetSelectSpanInfo(int32_t start, int32_t end); 613 std::list<ParagraphManager::ParagraphInfo> GetParagraphs() const override 761 bool SetPlaceholder(std::vector<std::list<RefPtr<SpanItem>>>& spanItemList); 790 const std::list<RefPtr<UINode>>& GetAllChildren() const override; 879 std::list<RefPtr<SpanItem>>::iterator GetSpanIter(int32_t index); 1119 int32_t GetParagraphLength(const std::list<RefPtr<UINode>>& spans) const; 1143 int32_t ProcessDeleteNodes(std::list<RichEditorAbstractSpanResul [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 103 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInfo, node) { in GetAuthChannelInfoByChanId() 130 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInfo, node) { in GetAuthIdByChannelId() 152 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInfo, node) { in GetChannelInfoByAuthId() 266 LIST_FOR_EACH_ENTRY(item, &g_authChannelList->list, AuthChannelInfo, node) { in OnRequsetUpdateAuthChannel() 678 LIST_FOR_EACH_ENTRY(item, &g_authChannelList->list, AuthChannelInfo, node) { in AddAuthChannelInfoInner() 685 ListAdd(&g_authChannelList->list, &info->node); in AddAuthChannelInfoInner() 718 LIST_FOR_EACH_ENTRY_SAFE(item, tmp, &g_authChannelList->list, AuthChannelInfo, node) { in DelAuthChannelInfoByChanId() 741 LIST_FOR_EACH_ENTRY_SAFE(item, tmp, &g_authChannelList->list, AuthChannelInfo, node) { in DelAuthChannelInfoByAuthId() 1117 LIST_FOR_EACH_ENTRY_SAFE(channel, tmp, &g_authChannelList->list, AuthChannelInfo, node) { in TransCloseAuthChannel() 1214 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInf in TransAuthGetAppInfoByChanId() [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_p2p.c | 123 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in DelHmlListenerByMoudle() 158 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_p2pSessionInfo.peerDeviceInfoList->list, P2pListenerInfo, node) { in ClearP2pSessionInfo() 193 if (IsListEmpty(&g_p2pSessionInfo.peerDeviceInfoList->list)) { in StopP2pListenerByRemoteUuid() 204 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_p2pSessionInfo.peerDeviceInfoList->list, P2pListenerInfo, node) { in StopP2pListenerByRemoteUuid() 254 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in ClearP2pSessionConn() 287 TRANS_LOGI(TRANS_CTRL, "list allready init"); in CreateP2pListenerList() 307 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in GetModuleByHmlIp() 329 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in ClearHmlListenerByUuid() 365 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in StartHmlListener() 397 ListAdd(&(g_hmlListenerList->list), in StartHmlListener() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 1134 auto &list = observers_.find(event)->second; in Subscribe() local 1135 for (auto it = list.begin(); it != list.end(); it++) { in Subscribe() 1171 auto &list = observers->second; in UnsubscribeLocalDetail() local 1172 for (auto it = list.begin(); it != list.end(); it++) { in UnsubscribeLocalDetail() 1179 list.erase(it); in UnsubscribeLocalDetail() 1183 if (list.empty()) { in UnsubscribeLocalDetail() 1197 auto &list = observers->second; in UnsubscribeLocalDetailAll() local 1198 auto it = list in UnsubscribeLocalDetailAll() [all...] |
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 438 std::list<sptr<HStreamRepeat>> repeatStreamList_; 2197 auto& list = streams_[stream->GetStreamType()]; in AddStream() local 2198 auto it = std::find_if(list.begin(), list.end(), [stream](auto item) { return item == stream; }); in AddStream() 2199 if (it == list.end()) { in AddStream() 2200 list.emplace_back(stream); in AddStream() 2209 auto& list = streams_[stream->GetStreamType()]; in RemoveStream() local 2210 auto it = std::find_if(list.begin(), list.end(), [stream](auto item) { return item == stream; }); in RemoveStream() 2211 if (it == list in RemoveStream() [all...] |
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_manager.c | 161 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByConnInfo() local 162 LIST_FOR_EACH_ENTRY(item, list, AuthManager, node) { in FindAuthManagerByConnInfo() 173 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByUuid() local 174 LIST_FOR_EACH_ENTRY(item, list, AuthManager, node) { in FindAuthManagerByUuid() 185 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByUdid() local 186 LIST_FOR_EACH_ENTRY(item, list, AuthManager, node) { in FindAuthManagerByUdid() 197 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindNormalizedKeyAuthManagerByUdid() local 198 LIST_FOR_EACH_ENTRY(item, list, AuthManager, node) { in FindNormalizedKeyAuthManagerByUdid() 228 ListNode *list = isServer ? &g_authServerList : &g_authClientList; in FindAuthManagerByConnId() local 229 LIST_FOR_EACH_ENTRY(item, list, AuthManage in FindAuthManagerByConnId() 597 ProcessSessionKey(SessionKeyList *list, const SessionKey *key, AuthSessionInfo *info, bool isOldKey, int64_t *peerAuthSeq) ProcessSessionKey() argument 1853 FillAuthHandleList(ListNode *list, AuthHandle *handle, int32_t *num, int32_t count) FillAuthHandleList() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 215 std::list<RefPtr<FrameNode>> childrenList {}; in OnModifyDone() 243 const RefPtr<RenderContext>& renderContext, std::list<RefPtr<FrameNode>>& childrenList) in UpdateChildRenderContext() 540 int64_t baseParent, std::list<Accessibility::AccessibilityElementInfo>& output) {} in SearchExtensionElementInfoByAccessibilityId() 542 int64_t baseParent, std::list<Accessibility::AccessibilityElementInfo>& output) {} in SearchElementInfosByText()
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_component.cpp | 89 std::list<RefPtr<Component>> columnChildren; in BuildChild() 122 std::list<RefPtr<Component>> operations; in BuildToolBar() 205 std::list<RefPtr<Component>> children; in BuildButton() 226 std::list<RefPtr<Component>> children; in BuildMoreIconButton()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_drag_manager.cpp | 16 #include "core/components_ng/pattern/list/list_item_drag_manager.h" 19 #include "core/components_ng/pattern/list/list_pattern.h" 411 auto list = listNode_.Upgrade(); in HandleSwapAnimation() local 412 CHECK_NULL_VOID(list); in HandleSwapAnimation() 413 if (list->CheckNeedForceMeasureAndLayout()) { in HandleSwapAnimation() 414 auto pipeline = list->GetContext(); in HandleSwapAnimation()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_test_ng.cpp | 24 #include "core/components/list/list_theme.h" 27 #include "core/components_ng/pattern/list/list_position_controller.h" 84 ClearOldNodes(); // Each testCase will create new list at begin in TearDown() 291 std::function<std::list<std::string>(uint32_t, uint32_t)> getKeys = [](uint32_t start, uint32_t end) { 292 std::list<std::string> keys; 298 std::function<std::list<std::string>(uint32_t, uint32_t)> getTypes = [](uint32_t start, uint32_t end) { 299 std::list<std::string> keys;
|
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/ |
H A D | accessibility_system_ability_client_impl.cpp | 551 const std::list<AccessibilityElementInfo> &infos, const int32_t requestId) in SetSearchElementInfoByAccessibilityIdResult() 579 const std::list<AccessibilityElementInfo> &infos, const int32_t requestId) in SetSearchElementInfoByTextResult() 702 const std::list<AccessibilityElementInfo> elementInfos, const int32_t requestId, const int32_t requestCode) in SetFindAccessibilityNodeInfosResult() 724 std::list<AccessibilityElementInfo> elementInfos = {}; in SetFindAccessibilityNodeInfoResult()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip.cpp | 18 #include <list> 139 std::list<FileAccessor::DirectoryContentEntry> entries; in Zip() 180 std::list<FileAccessor::DirectoryContentEntry> &entries, in GetZipsAllRelativeFilesInner() 207 std::list<FileAccessor::DirectoryContentEntry> entries; in GetZipsAllRelativeFiles()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 924 " 'list',\n" 926 " staticClass: ['list'],\n" 928 " attrs: { ref: 'list' }\n" 936 " return _c('list-item', { staticClass: ['list-item'] }, [\n" 963 " list: {\n" 968 " 'list-item': {\n" 1421 UIList *list = reinterpret_cast<UIList *>(GetViewByRef(page, "list")); in EventBubbleTest017() local 1422 EXPECT_TRUE(list ! in EventBubbleTest017() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_connection.cpp | 162 std::list<std::string> AvrcTgConnectManager::GetDeviceAddresses(void) in GetDeviceAddresses() 168 std::list<std::string> addrs; in GetDeviceAddresses() 209 for (std::list<std::string>::iterator it = disconnectedDevices_.begin(); it != disconnectedDevices_.end(); it++) { in DeleteDisconnectedDevice() 216 const std::list<std::string> &AvrcTgConnectManager::GetAllDisconnectedDevices(void) in GetAllDisconnectedDevices()
|
/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_mpd_parser_unit_test.cpp | 92 std::list<std::string> baseUrlList; in HWTEST_F() 103 std::list<std::string> periodBaseUrlList; in HWTEST_F() 128 std::list<std::string> baseUrlList; in HWTEST_F() 136 std::list<std::string> adpBaseUrlList; in HWTEST_F()
|
/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_mgr_proxy.cpp | 342 ErrCode BackgroundTaskMgrProxy::GetTransientTaskApps(std::vector<std::shared_ptr<TransientTaskAppInfo>> &list) in GetTransientTaskApps() argument 370 list.emplace_back(info); in GetTransientTaskApps() 428 ErrCode BackgroundTaskMgrProxy::GetContinuousTaskApps(std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> &list) in GetContinuousTaskApps() argument 461 list.emplace_back(info); in GetContinuousTaskApps()
|
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 277 std::vector<std::shared_ptr<TransientTaskAppInfo>> list; in HWTEST_F() local 278 BackgroundTaskMgrHelper::GetTransientTaskApps(list); in HWTEST_F() 314 std::vector<std::shared_ptr<ContinuousTaskCallbackInfo>> list; in HWTEST_F() local 315 EXPECT_EQ(BackgroundTaskMgrHelper::GetContinuousTaskApps(list), ERR_OK); in HWTEST_F()
|
/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process.py | 441 tids = list(active_process_map[pid].keys()) 442 tnames = list(active_process_map[pid].values()) 571 str(list(set(task["exec_pids"])))]) 612 str(list(set(task["exec_pids"])))))
|