Home
last modified time | relevance | path

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

/test/xts/dcts/ability/dmsfwk/dmsfwkserver/src/main/js/MainAbility/i18n/
Dzh-CN.json6 "next": "下一页", string
Den-US.json6 "next": "Next Page", string
/test/xts/acts/ability/ability_runtime/fa/faapplicationinfo/src/main/js/MainAbility2/i18n/
Den-US.json6 "next": "Next Page", string
Dzh-CN.json6 "next": "下一页", string
/test/xts/dcts/communication/dsoftbus/rpcserver/src/main/js/MainAbility/i18n/
Den-US.json6 "next": "Next Page", string
Dzh-CN.json6 "next": "下一页", string
/test/xts/dcts/filemanagement/fileio/server/src/main/js/MainAbility/i18n/
Den-US.json6 "next": "Next Page", string
Dzh-CN.json6 "next": "下一页", string
/test/xts/dcts/multimedia/avsessionserver/src/main/js/MainAbility/i18n/
Den-US.json6 "next": "Next Page", string
Dzh-CN.json6 "next": "下一页", string
/test/xts/dcts/communication/dsoftbus_request/rpcserver/src/main/js/MainAbility/i18n/
Den-US.json6 "next": "Next Page", string
Dzh-CN.json6 "next": "下一页", string
/test/xts/acts/ability/ability_runtime/fa/faapplicationinfo/src/main/js/MainAbility/i18n/
Den-US.json6 "next": "Next Page", string
Dzh-CN.json6 "next": "下一页", string
/test/xts/device_attest_lite/services/core/include/utils/
Dattest_utils_list.h29 struct ListNode* next; member
/test/xts/device_attest/services/core/include/utils/
Dattest_utils_list.h29 struct ListNode* next; member
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/
Dpoc.cpp23 struct cJSON *next; member
/test/xts/device_attest_lite/services/core/include/network/
Dattest_network.h51 struct CoapOptList* next; member
/test/xts/hats/kernel/freelist/modify_pointer/
DMalloc_modify_pointer.cpp64 struct meta_in *prev, *next; member
/test/xts/hats/kernel/freelist/encode_pointer/
DMalloc_encode_pointer.cpp59 struct meta_in *prev, *next; member
/test/xts/hats/kernel/freelist/safe_unlink/
DMalloc_safe_unlink.cpp58 struct meta_in *prev, *next; member
/test/xts/acts/bundlemanager/zlib/actszlibtest/
DActsZlibTest.cpp50 static unsigned int next = 0; in pull() local
105 struct mem_item *next; /* pointer to next item in list, or NULL */ member
/test/xts/acts/kernel_lite/sys_posix/src/
DSysApiTest.cpp468 struct Myque *next; member
/test/xts/device_attest_lite/services/core/network/
Dattest_network.c589 char* next = NULL; in SplitBySymbol() local
1024 char *next = NULL; in ParseNetworkInfosConfig() local
/test/xts/acts/kernel_lite/mem_posix/src/
DMmapApiTest.cpp653 void *next = mmap((void *)after, len, PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, -1, 0); variable