/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_event_transmission.cpp | 25 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
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | debug_layer_test1.cpp | 40 PFNEGLGETDISPLAYPROC next = (PFNEGLGETDISPLAYPROC)GetNextLayerProc("eglGetDisplay"); in EglGetDisplay() local 49 PFNEGLSWAPBUFFERSPROC next = (PFNEGLSWAPBUFFERSPROC)GetNextLayerProc("eglSwapBuffers"); in EglSwapBuffers() local 64 __eglMustCastToProperFunctionPointerType next) in DebugLayerGetProcAddr()
|
H A D | debug_layer_test2.cpp | 40 PFNEGLGETDISPLAYPROC next = (PFNEGLGETDISPLAYPROC)GetNextLayerProc("eglGetDisplay"); in EglGetDisplay() local 49 PFNEGLSWAPBUFFERSPROC next = (PFNEGLSWAPBUFFERSPROC)GetNextLayerProc("eglSwapBuffers"); in EglSwapBuffers() local 65 __eglMustCastToProperFunctionPointerType next) in DebugLayerGetProcAddr()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | utf8_utils.cpp | 50 bool GetNextByte(const std::vector<uint8_t> &v, size_t &index, uint8_t &next) in GetNextByte() 65 uint8_t next = 0; in Check2Bytes() local 74 uint8_t next = 0; in Check3Bytes() local 95 uint8_t next = 0; in Check4Bytes() local
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_lane.c | 141 AuthReqInfo *next = NULL; in DeInitAuthReqInfo() local 196 AuthReqInfo *next = NULL; in DelAuthReqInfoByAuthHandle() local 216 AuthReqInfo *next = NULL; in AuthFreeLane() local 238 AuthReqInfo *next = NULL; in DelAuthRequestItem() local 259 AuthReqInfo *next = NULL; in OnAuthConnOpenedSucc() local 285 AuthReqInfo *next = NULL; in OnAuthConnOpenedFail() local 310 AuthReqInfo *next = NULL; in AuthOnLaneAllocSuccess() local 358 AuthReqInfo *next = NULL; in AuthOnLaneAllocFail() local
|
H A D | auth_request.c | 42 AuthRequest *next = NULL; in GetAuthRequestWaitNum() local 145 AuthRequest *next = NULL; in FindAndDelAuthRequestByConnInfo() local 189 AuthRequest *next = NULL; in ClearAuthRequest() local
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_reliability.c | 51 LaneDetectInfo *next = NULL; in GetSameLaneDetectInfo() local 110 LaneDetectInfo *next = NULL; in DelLaneDetectInfo() local 126 LaneDetectInfo *next = NULL; in GetLaneDetectInfoByWlanFd() local 237 LaneDetectInfo *next = NULL; in GetAllDetectInfoWithDetectId() local 258 LaneDetectInfo *next = NULL; in NotifyWlanDetectResult() local 345 LaneDetectInfo *next = NULL; in NotifyDetectTimeout() local 380 LaneDetectInfo *next = NULL; in DeinitLaneReliability() local
|
H A D | lnn_lane_link_conflict.c | 235 LinkConflictInfo *next = NULL; in UpdateExistsLinkConflictInfo() local 301 LinkConflictInfo *next = NULL; in DelLinkConflictInfo() local 397 LinkConflictInfo *next = NULL; in FindLinkConflictInfoByDevId() local 433 LinkConflictInfo *next = NULL; in CheckLinkConflictByReleaseLink() local 519 LinkConflictInfo *next = NULL; in DeinitLaneLinkConflict() local
|
/ohos5.0/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 203 DeviceInfoNode *next = NULL; in SetPowerStatus() local 234 DeviceInfoNode *next = NULL; in GetPowerStatus() local 270 DeviceInfoNode *next = NULL; in GetDeviceType() local 307 DeviceInfoNode *next = NULL; in GetDevStringInfo() local 378 DeviceInfoNode *next = NULL; in SetGestureMode() local 409 DeviceInfoNode *next = NULL; in RunCapacitanceTest() local 451 DeviceInfoNode *next = NULL; in RunExtraCommand() local 483 DeviceInfoNode *next = NULL; in GetDeviceAbility() local 529 DeviceInfoNode *next = NULL; in GetDeviceAttr() local
|
H A D | input_manager.c | 47 DeviceInfoNode *next = NULL; in GetInputDevice() local 88 DeviceInfoNode *next = NULL; in GetInputDeviceList() local 121 DeviceInfoNode *next = NULL; in CloseInputDevice() local 169 DeviceInfoNode *next = NULL; in CheckIndex() local 413 DeviceInfoNode *next = NULL; in ReleaseInputInterface() local
|
H A D | input_reporter.c | 42 DeviceInfoNode *next = NULL; in EventListenerCallback() local 100 DeviceInfoNode *next = NULL; in RegisterReportCallback() local 142 DeviceInfoNode *next = NULL; in UnregisterReportCallback() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | linked_list.h | 29 LinkedList(LinkedList* prev, LinkedList* next) : prev(prev), next(next) in LinkedList() function 105 LinkedList* next = cur->next; in Next() local 116 LinkedList* next = cur->next; in Next() local 126 LinkedList* next = cur->next; in RemoveNext() local 138 LinkedList* next = cur->next; in RemoveNext() local 289 LinkedList* next; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/ |
H A D | hks_asn1_test.cpp | 111 struct HksBlob next = { .size = sizeof(nextData), .data = nextData }; variable 130 struct HksBlob next = { .size = sizeof(nextData), .data = nextData }; variable 146 struct HksBlob next = { .size = sizeof(nextData), .data = nextData }; variable
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
H A D | key_agreement_version.c | 25 …id split_ver(char *tmp_ver, const char *sub_ver, struct key_agreement_version *cur_ver, char *next) in split_ver() 48 char *next = NULL; in parse_version() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | state.rs | 132 let mut next = cur; in turning_to_running() localVariable 161 let mut next = cur; in turning_to_finish() localVariable 190 let mut next = cur; in turning_to_idle() localVariable 226 let mut next = cur; in turn_to_un_set_waker() localVariable 251 let mut next = cur; in turn_to_set_waker() localVariable 270 let mut next = cur; in turn_to_canceled_and_scheduled() localVariable 305 let mut next = cur; in turn_to_un_join_handle() localVariable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | sync_strategy.cpp | 23 std::shared_ptr<SyncStrategy> SyncStrategy::SetNext(std::shared_ptr<SyncStrategy> next) in SetNext()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | result_entries_window.cpp | 160 Entry next; in LoadData() local 168 Entry next; in LoadData() local
|
/ohos5.0/base/update/updater/services/diffpatch/bzip2/ |
H A D | bzip2_adapter.cpp | 53 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/ |
H A D | entry.json | 8 "next":"下一步" string 31 "next":"下一步" string 78 "next":"Next" string 101 "next":"Next" string 176 "next":"İleri", string 234 "next":"Neste", string 263 "next":"Dalje", string 292 "next":"Next", string 408 "next":"ቀጣይ", string 1527 "next":"다음", string [all …]
|
/ohos5.0/foundation/arkui/napi/reference_manager/ |
H A D | native_reference_manager.cpp | 40 NativeReference* next = reinterpret_cast<ArkNativeReference*>(reference)->next_; in ReleaseHandler() local
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_debug___thread_cpu_usage.md | 37 ### next subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_debug___thread_cpu_usage.md | 37 ### next subsection
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | lexer.cpp | 431 char next = file_->PeekChar(); in ReadShiftLeftOp() local 448 char next = file_->PeekChar(); in ReadShiftRightOp() local 465 char next = file_->PeekChar(); in ReadPPlusOp() local 482 char next = file_->PeekChar(); in ReadMMinusOp() local 499 char next = file_->PeekChar(); in ReadComment() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_process_skeleton.c | 178 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
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | lexer.cpp | 384 char next = file_->PeekChar(); in ReadShiftLeftOp() local 401 char next = file_->PeekChar(); in ReadShiftRightOp() local 418 char next = file_->PeekChar(); in ReadPPlusOp() local 435 char next = file_->PeekChar(); in ReadMMinusOp() local 452 char next = file_->PeekChar(); in ReadComment() local
|