Searched refs:testBuf (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_ipc_container_004.cpp | 42 const char testBuf[] = "child test shm"; in childFunc1() local 57 ret = strncmp(shared->test, testBuf, strlen(testBuf)); in childFunc1() 73 const char testBuf[] = "parent test shm"; in childFunc() local 96 ret = strncmp(shared->test, testBuf, strlen(testBuf)); in childFunc() 152 const char testBuf[] = "parent test shm"; in ItIpcContainer004() local 171 ret = memcpy_s(shared->test, sizeof(struct shared_use_st), testBuf, sizeof(testBuf)); in ItIpcContainer004()
|
H A D | It_ipc_container_006.cpp | 33 static const char testBuf[] = "test shm"; variable 58 ret = strncmp(shared->test, testBuf, strlen(testBuf)); in childFunc1() 130 ret = memcpy_s(shared->test, sizeof(struct shared_use_st), testBuf, sizeof(testBuf)); in childFunc()
|
H A D | It_ipc_container_005.cpp | 33 static const char testBuf[] = "test shm"; variable 69 ret = strncmp(shared->test, testBuf, strlen(testBuf)); in childFunc() 117 ret = memcpy_s(shared->test, sizeof(struct shared_use_st), testBuf, sizeof(testBuf)); in testChild()
|
Completed in 2 milliseconds