Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 183) sorted by relevance

12345678

/foundation/barrierfree/accessibility/services/aams/src/
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()
71 auto next = GetNext(); in DestroyEvents() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
Ddebug_layer_test2.cpp40 PFNEGLGETDISPLAYPROC next = (PFNEGLGETDISPLAYPROC)GetNextLayerProc("eglGetDisplay"); in EglGetDisplay() local
49 PFNEGLSWAPBUFFERSPROC next = (PFNEGLSWAPBUFFERSPROC)GetNextLayerProc("eglSwapBuffers"); in EglSwapBuffers() local
65 __eglMustCastToProperFunctionPointerType next) in DebugLayerGetProcAddr()
Ddebug_layer_test1.cpp40 PFNEGLGETDISPLAYPROC next = (PFNEGLGETDISPLAYPROC)GetNextLayerProc("eglGetDisplay"); in EglGetDisplay() local
49 PFNEGLSWAPBUFFERSPROC next = (PFNEGLSWAPBUFFERSPROC)GetNextLayerProc("eglSwapBuffers"); in EglSwapBuffers() local
64 __eglMustCastToProperFunctionPointerType next) in DebugLayerGetProcAddr()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
Dlnn_lane_reliability.c63 LaneDetectInfo *next = NULL; in GetSameLaneDetectInfo() local
125 LaneDetectInfo *next = NULL; in DelLaneDetectInfo() local
141 LaneDetectInfo *next = NULL; in GetLaneDetectInfoByWlanFd() local
251 LaneDetectInfo *next = NULL; in GetAllDetectInfoWithDetectId() local
271 LaneDetectInfo *next = NULL; in NotifyWlanDetectResult() local
371 LaneDetectInfo *next = NULL; in NotifyDetectTimeout() local
/foundation/resourceschedule/ffrt/src/util/
Dlinked_list.h29 LinkedList(LinkedList* prev, LinkedList* next) : prev(prev), next(next) in LinkedList() function
105 LinkedList* next = cur->next; in RemoveNext() local
117 LinkedList* next = cur->next; in RemoveNext() local
246 LinkedList* next; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dresult_entries_window.cpp160 Entry next; in LoadData() local
168 Entry next; in LoadData() local
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_request.c40 AuthRequest *next = NULL; in GetAuthRequestWaitNum() local
143 AuthRequest *next = NULL; in FindAndDelAuthRequestByConnInfo() local
187 AuthRequest *next = NULL; in ClearAuthRequest() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
Dhwe_list.h27 struct HWE_NodeType *next; // next node pointer member
34 struct HWE_JobNodeType *next; // next job node pointer member
/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/
Dentry.json29 "next":"下一步" string
76 "next":"NEXT" string
114 "next":"അടുത്തത്", string
143 "next":"İleri", string
172 "next":"Naprej", string
201 "next":"Neste", string
230 "next":"Dalje", string
259 "next":"Next", string
288 "next":"Növbəti", string
317 "next":"આગલું", string
[all …]
/foundation/communication/ipc/ipc/native/c/manager/src/
Dipc_process_skeleton.c178 DeathCallback *next = NULL; in DeleteHandle() local
229 DeathCallback *next = NULL; in FirstAddObject() local
290 DeathCallback *next = NULL; in ProcessAddDeathRecipient() local
346 DeathCallback *next = NULL; in ProcessRemoveDeathRecipient() local
434 DeathCallback *next = NULL; in DeleteAllNode() local
/foundation/arkui/napi/reference_manager/
Dnative_reference_manager.cpp42 NativeReference* next = reinterpret_cast<ArkNativeReference*>(reference)->next_; in ReleaseHandler() local
/foundation/resourceschedule/ffrt/src/core/
Dentity.cpp36 VersionCtx* next = cur->next; in RecycleVersion() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
Dapp_style_list.cpp22 AppStyle* next = nullptr; in Reset() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
Dspunge_app.c118 FILLP_INT next; in SpungeDelEpInstFromFtSocket() local
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
Dkvstore_common.h33 struct KvItem_* next; member
/foundation/window/window_manager/window_scene/session_manager/include/fold_screen_controller/
Dfold_screen_state_machine.h41 virtual void OnTransitionEnter(FoldScreenState current, FoldScreenState next) { }; in OnTransitionEnter()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
Dfilter.cpp38 void Filter::AddNextFilter(std::shared_ptr<Filter> next) in AddNextFilter()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
Dmock_accessibility_event_transmission.cpp49 void EventTransmission::SetNext(const sptr<EventTransmission> &next) in SetNext()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Dlocale_util.cpp37 char *next = nullptr; in GetLocaleInfo() local
/foundation/distributeddatamgr/udmf/framework/common/
Dgraph.h28 EdgeNode* next; member
/foundation/communication/wifi/wifi/services/wifi_standard/ipc_framework/cRPC/include/
Dhash_table.h45 struct ListNode *next; member
/foundation/communication/wifi/wifi/base/cRPC/include/
Dhash_table.h45 struct ListNode *next; member
/foundation/arkui/ui_lite/frameworks/font/
Dui_font_allocator.h27 uint32_t next; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
Dlnn_meta_node_ledger.c50 MetaNodeStorageInfo *next = NULL; in FindMetaNodeStorageInfo() local
270 MetaNodeStorageInfo *next = NULL; in LnnDeinitMetaNodeLedger() local
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
Drosen_window.cpp63 bool next = false; in VsyncThreadMain() local

12345678