Home
last modified time | relevance | path

Searched refs:next (Results 1 - 25 of 30) sorted by relevance

12

/test/xts/device_attest/services/core/utils/
H A Dattest_utils_memleak.c91 head = head->next; in DestroyMemNodeList()
110 node->next = NULL; in AddMemNode()
117 while (head->next != NULL) { in AddMemNode()
118 head = head->next; in AddMemNode()
126 head->next = node; in AddMemNode()
200 curr = curr->next; in RemoveMemInfo()
207 curr = curr->next; in RemoveMemInfo()
214 list->head = curr->next; in RemoveMemInfo()
216 pre->next = curr->next; in RemoveMemInfo()
[all...]
H A Dattest_utils_list.c45 while (head != NULL && head->next != NULL) { in AddListNode()
46 head = head->next; in AddListNode()
59 node->next = NULL; in AddListNode()
63 head->next = node; in AddListNode()
76 head = head->next; in GetListSize()
92 head = head->next; in ReleaseList()
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_memleak.c91 head = head->next; in DestroyMemNodeList()
110 node->next = NULL; in AddMemNode()
117 while (head->next != NULL) { in AddMemNode()
118 head = head->next; in AddMemNode()
126 head->next = node; in AddMemNode()
200 curr = curr->next; in RemoveMemInfo()
207 curr = curr->next; in RemoveMemInfo()
214 list->head = curr->next; in RemoveMemInfo()
216 pre->next = curr->next; in RemoveMemInfo()
[all...]
H A Dattest_utils_list.c45 while (head != NULL && head->next != NULL) { in AddListNode()
46 head = head->next; in AddListNode()
59 node->next = NULL; in AddListNode()
63 head->next = node; in AddListNode()
76 head = head->next; in GetListSize()
92 head = head->next; in ReleaseList()
/test/xts/hats/kernel/freelist/encode_pointer/
H A DMalloc_encode_pointer.cpp59 struct meta_in *prev, *next; member
110 if ((uintptr_t)g0->meta->prev->next == (uintptr_t)g0->meta->mem) { in child()
113 if ((uintptr_t)g1->meta->prev->next == (uintptr_t)g1->meta->mem) { in child()
/test/xts/acts/kernel_lite/sys_posix/src/
H A DSysApiTest.cpp468 struct Myque *next;
478 head = head->next;
499 EXPECT_TRUE(element1.next == &element2) << "queue num error !";
503 EXPECT_TRUE(element1.next == &element3) << "queue num error !";
507 EXPECT_TRUE(element1.next == &element1) << "queue num error !";
511 EXPECT_TRUE(element1.next == &element1) << "queue num error !";
/test/xts/hats/kernel/syscalls/system/setrobustlist/
H A DSetrobustlistApiTest.cpp41 struct RobustList *next; member
85 setRobustList->next = nullptr; in HWTEST_F()
/test/xts/acts/kernel_lite/mem_posix/src/
H A DMmapApiTest.cpp653 void *next = mmap((void *)after, len, PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, -1, 0); in HWTEST_F() local
654 LOG("next = %p, next + len = %p", next, (char *)next + len); in HWTEST_F()
655 EXPECT_TRUE(next != MAP_FAILED) << "mem != MAP_FAILED"; in HWTEST_F()
658 if (next == addr[i]) { in HWTEST_F()
663 addr[2] = next; in HWTEST_F()
682 if (next != MAP_FAILED) { in HWTEST_F()
683 EXPECT_TRUE(munmap(next, le in HWTEST_F()
[all...]
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c152 head = head->next; in BuildCoapMsg()
221 head = head->next; in ConnectNetWork()
596 char* next = NULL; in SplitBySymbol() local
597 char* pNext = (char*)strtok_s(tempSrc, separator, &next); in SplitBySymbol()
623 pNext = (char*)strtok_s(NULL, separator, &next); in SplitBySymbol()
674 head = head->next; in BuildUriOption()
1031 char *next = NULL; in ParseNetworkInfosConfig() local
1032 char *pNext = strtok_s(inputData, ";", &next); in ParseNetworkInfosConfig()
1043 pNext = strtok_s(NULL, ";", &next); in ParseNetworkInfosConfig()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsearchndk1.cpp252 struct element *next; member
277 elem = elem->next; in Insque()
357 remque(elem->next); in Remque()
358 if (elem->next->i != elem->i - PARAM_2) { in Remque()
361 if (elem->next->prev->i != elem->i) { in Remque()
/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
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/
H A Dpoc.cpp23 struct cJSON *next; member
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A Dnative_child_demo.cpp50 current = current->next; in Main()
H A Dhello.cpp214 args.fdList.head->next = NULL; in StartChildWithArgs()
/test/xts/device_attest_lite/services/core/include/network/
H A Dattest_network.h51 struct CoapOptList* next; member
/test/testfwk/developer_test/aw/cxx/hwext/
H A Dperf.cpp86 for (auto attrs = currNode.properties; attrs != nullptr; attrs = attrs->next) { in ParseProperties()
126 for (; currNodePtr != nullptr; currNodePtr = currNodePtr->next) { in ReadXmlFile()
/test/xts/hats/kernel/freelist/safe_unlink/
H A DMalloc_safe_unlink.cpp58 struct meta_in *prev, *next; member
/test/xts/hats/kernel/freelist/modify_pointer/
H A DMalloc_modify_pointer.cpp64 struct meta_in *prev, *next; member
/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/
H A Dnet_stack_ndk_test.cpp219 header.next = nullptr; in OHWebSocketClientAddHeader()
245 header.next = nullptr; in OHWebSocketClientConnect()
278 header.next = nullptr; in OHWebSocketClientSend()
/test/xts/acts/communication/netstack_websocket/entry/src/main/cpp/
H A DwebsocketNdkTest.cpp71 header1.next = nullptr; in OHWebSocketClientAddHeader()
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp50 static unsigned int next = 0; in pull() local
54 next = 0; in pull()
57 return next < sizeof(dat) ? (*buf = dat + next++, 1) : 0; in pull()
105 struct mem_item *next; /* pointer to next item in list, or NULL */ member
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/stepper/router/
H A Dindex.js540 next(e) {
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/stepper/router/
H A Dindex.js540 next(e) {
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/stepper/router/
H A Dindex.js540 next(e) {

Completed in 18 milliseconds

12