Home
last modified time | relevance | path

Searched defs:List (Results 1 – 10 of 10) sorted by relevance

/foundation/resourceschedule/ffrt/src/util/
DIntrusiveList.h116 struct List { struct
117 List() noexcept : m_head {&m_tail, &m_tail}, m_tail {&m_head, &m_head} in List() argument
121 List(List&& rhs) noexcept : List() in List() argument
142 NodeType* x = rhs.m_head.next;
146 NodeType* y = rhs.m_tail.prev;
157 bool empty() const noexcept in empty()
162 size_t Size() const noexcept in Size()
167 void PushFront(T& node) noexcept in PushFront()
178 void PushBack(T& node) noexcept in PushBack()
189 T* PopFront() noexcept in PopFront()
[all …]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
Dnstackx_list.h26 typedef struct List { struct
27 struct List *prev; argument
28 struct List *next; argument
29 } List; typedef
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
Dlist.c27 typedef struct List { struct
28 DL_LIST dlList; argument
33 static ListNode *ListGetFirstNodeInt(const List *list) in ListGetFirstNodeInt() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
Dlist.h38 typedef struct List List; typedef
/foundation/ability/idl_tool/metadata/
Dmeta_type.h35 List = 13, enumerator
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
Dutils_list.h33 List() : count_(0) in List() function
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dlist.h76 List() : size_(0) in List() function
/foundation/distributeddatamgr/distributedfile/interfaces/kits/napi/file_picker_service/
Dfile_picker_exporter.cpp405 napi_value FilePickerExporter::List(napi_env env, napi_callback_info info) in List() function in OHOS::DistributedFS::ModuleFPExpoter::FilePickerExporter
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_file/class_file/
Dfile_n_exporter.cpp1054 napi_value FileNExporter::List(napi_env env, napi_callback_info info) in List() function in OHOS::DistributedFS::ModuleFile::FileNExporter
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
Dfile_n_exporter.cpp1054 napi_value FileNExporter::List(napi_env env, napi_callback_info info) in List() function in OHOS::DistributedFS::ModuleFile::FileNExporter