Home
last modified time | relevance | path

Searched defs:next (Results 1 - 25 of 275) sorted by relevance

1234567891011

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsync_strategy.cpp23 std::shared_ptr<SyncStrategy> SyncStrategy::SetNext(std::shared_ptr<SyncStrategy> next) in SetNext() argument
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_double_list.h27 struct DoubleList *next; member
/base/security/huks/utils/list/
H A Dhks_double_list.h21 struct DoubleList *next; member
/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.cpp40 NativeReference* next = reinterpret_cast<ArkNativeReference*>(reference)->next_; in ReleaseHandler() local
/foundation/resourceschedule/ffrt/src/util/
H A Dlinked_list.h29 LinkedList(LinkedList* prev, LinkedList* next) : prev(prev), next(next) in LinkedList() argument
105 LinkedList* next = cur->next; global() variable
116 LinkedList* next = cur->next; global() variable
126 LinkedList* next = cur->next; global() variable
127 Delete(next); global() variable
138 LinkedList* next = cur->next; global() variable
139 Delete(next); global() variable
289 LinkedList* next; global() member in ffrt::LinkedList
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c118 FILLP_INT next; in SpungeDelEpInstFromFtSocket() local
/base/security/dataclassification/interfaces/inner_api/datatransmitmgr/include/
H A Ddev_slinfo_list.h30 struct DATASLListParams *next; member
/base/security/dataclassification/test/unittest/datatransmitmgr/
H A DDevslinfoListTest.h34 struct DATASLListParams *next; member
/foundation/resourceschedule/ffrt/src/core/
H A Dentity.cpp36 VersionCtx* next = cur->next; in RecycleVersion() local
/foundation/communication/wifi/wifi/base/cRPC/include/
H A Dhash_table.h45 struct ListNode *next; member
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
H A Dkvstore_common.h33 struct KvItem_* next; member
/test/xts/device_attest/services/core/include/utils/
H A Dattest_utils_list.h29 struct ListNode* next; member
/test/xts/device_attest_lite/services/core/include/utils/
H A Dattest_utils_list.h29 struct ListNode* next; member
/base/global/i18n/frameworks/intl/test/fuzztest/breakiterator_fuzzer/
H A Dbreakiterator_fuzzer.cpp39 int32_t next = *(reinterpret_cast<const int32_t*>(data + offset)); in DoSomethingInterestingWithMyAPI() local
/base/request/request/frameworks/js/napi/src/
H A Dutf8_utils.cpp50 bool GetNextByte(const std::vector<uint8_t> &v, size_t &index, uint8_t &next) in GetNextByte() argument
65 uint8_t next = 0; in Check2Bytes() local
74 uint8_t next = 0; in Check3Bytes() local
95 uint8_t next = 0; Check4Bytes() local
[all...]
/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/include/
H A DcJSON.h28 struct cJSON* next; member
/base/startup/init/services/init/include/
H A Dinit_service_file.h35 struct ServiceFile_ *next; member
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dselinux_parameter.h37 struct ParamContextsList *next; member
/base/startup/init/interfaces/innerkits/include/
H A Dlist.h72 struct ListNode *next; member
/base/telephony/ril_adapter/services/vendor/include/
H A Dat_support.h28 struct Line *next; member
/base/update/updater/services/diffpatch/bzip2/
H A Dbzip2_adapter.cpp53 char *next = reinterpret_cast<char*>(buffer_.data() + offset_ + dataSize_); in WriteData() local
90 char *next = reinterpret_cast<char*>(buffer_.data() + offset_ + dataSize_); in FlushData() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dfocusable_grid.cpp56 int32_t next = focusIndex_; in FocusMove() local
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_window.cpp67 bool next = false; in VsyncThreadMain() local
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_event_transmission.cpp25 auto next = GetNext(); in OnKeyEvent() local
36 auto next = GetNext(); in OnPointerEvent() local
47 auto next = GetNext(); in OnMoveMouse() local
53 void EventTransmission::SetNext(const sptr<EventTransmission> &next) in SetNext() argument
71 auto next = GetNext(); DestroyEvents() local
[all...]
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_event_transmission.cpp49 void EventTransmission::SetNext(const sptr<EventTransmission> &next) in SetNext() argument

Completed in 6 milliseconds

1234567891011