/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_memleak.c | 91 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 D | attest_utils_list.c | 45 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 D | attest_utils_memleak.c | 91 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 D | attest_utils_list.c | 45 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 D | Malloc_encode_pointer.cpp | 59 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 D | SysApiTest.cpp | 468 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 D | SetrobustlistApiTest.cpp | 41 struct RobustList *next; member 85 setRobustList->next = nullptr; in HWTEST_F()
|
/test/xts/acts/kernel_lite/mem_posix/src/ |
H A D | MmapApiTest.cpp | 653 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 D | attest_network.c | 152 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 D | searchndk1.cpp | 252 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 D | attest_utils_list.h | 29 struct ListNode* next; member
|
/test/xts/device_attest_lite/services/core/include/utils/ |
H A D | attest_utils_list.h | 29 struct ListNode* next; member
|
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/ |
H A D | poc.cpp | 23 struct cJSON *next; member
|
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
H A D | native_child_demo.cpp | 50 current = current->next;
in Main()
|
H A D | hello.cpp | 214 args.fdList.head->next = NULL; in StartChildWithArgs()
|
/test/xts/device_attest_lite/services/core/include/network/ |
H A D | attest_network.h | 51 struct CoapOptList* next; member
|
/test/testfwk/developer_test/aw/cxx/hwext/ |
H A D | perf.cpp | 86 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 D | Malloc_safe_unlink.cpp | 58 struct meta_in *prev, *next; member
|
/test/xts/hats/kernel/freelist/modify_pointer/ |
H A D | Malloc_modify_pointer.cpp | 64 struct meta_in *prev, *next; member
|
/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/ |
H A D | net_stack_ndk_test.cpp | 219 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 D | websocketNdkTest.cpp | 71 header1.next = nullptr; in OHWebSocketClientAddHeader()
|
/test/xts/acts/bundlemanager/zlib/actszlibtest/ |
H A D | ActsZlibTest.cpp | 50 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 D | index.js | 540 next(e) {
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/stepper/router/ |
H A D | index.js | 540 next(e) {
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/stepper/router/ |
H A D | index.js | 540 next(e) {
|