Home
last modified time | relevance | path

Searched defs:buf (Results 1 - 25 of 110) sorted by relevance

12345

/applications/standard/calendardata/calendarmanager/napi/src/
H A Dmodule_register.cpp64 extern "C" __attribute__((visibility("default"))) void NAPI_calendarManager_GetJSCode(const char** buf, in NAPI_calendarManager_GetJSCode() argument
76 extern "C" __attribute__((visibility("default"))) void NAPI_calendarManager_GetABCCode(const char** buf, in NAPI_calendarManager_GetABCCode() argument
/applications/standard/contacts_data/contacts/src/
H A Dnative_module.cpp47 extern "C" __attribute__((visibility("default"))) void NAPI_contact_GetJSCode(const char** buf, in NAPI_contact_GetJSCode() argument
59 extern "C" __attribute__((visibility("default"))) void NAPI_contact_GetABCCode(const char** buf, in NAPI_contact_GetABCCode() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dglobndk.cpp30 glob_t buf; in Glob() local
44 glob_t buf; in Globfree() local
H A Dglob1ndk.cpp30 glob_t buf; in Glob() local
H A Drandomndk.cpp31 void *buf = malloc(BUFFSIZE); in Getrandom() local
H A Dutsnamendk.cpp22 struct utsname buf; in Uname() local
H A Dsemaphorendk1.cpp32 char buf[100]; in SemUnlink() local
H A Diconvndk.cpp35 char buf[PARAM_100]; in Iconv() local
59 char buf[PARAM_100]; in IconvOpen() local
86 char buf[PARAM_100]; in IconvClose() local
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStatTest.cpp65 struct stat buf; in HWTEST_F() local
100 struct stat buf; in HWTEST_F() local
135 struct stat buf; HWTEST_F() local
239 struct stat buf; HWTEST_F() local
[all...]
H A DFileSystemTest.cpp69 char buf[lenMax]; in CheckFsMount() local
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_log.c29 char buf[MAX_LOG_BUFF_LEN] = { 0 }; in HksTestLog() local
/test/xts/hats/kernel/syscalls/fileio/getdents64/
H A DGetdents64ApiTest.cpp64 struct dirent buf = { 0 }; in HWTEST_F() local
82 struct dirent buf = { 0 }; in HWTEST_F() local
/test/xts/hats/kernel/syscalls/fileio/write/
H A DWriteApiTest.cpp69 char *buf = nullptr; in HWTEST_F() local
187 char *buf = nullptr; in HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/fileio/pread64/
H A DPread64ApiTest.cpp77 char buf[20] = {0}; in HWTEST_F() local
109 char buf[20] = {0}; HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/mem/mprotect/
H A DMprotectApiTest.cpp111 void *buf = memalign(pagesize, 4 * pagesize); in HWTEST_F() local
139 void *buf = nullptr; in HWTEST_F() local
168 void *buf = memalign(pagesize, 4 * pagesize); in HWTEST_F() local
200 void *buf = memalign(pagesize, 4 * pagesize); in HWTEST_F() local
[all...]
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dmain_ability_slice.cpp77 char buf[TMP_BUF_SIZE] = { 0 }; in SetTail() local
H A Dswipe_view.h58 char buf[TMP_BUF_SIZE] = { 0 }; variable
/test/xts/acts/kernel_lite/ipc_posix/shared_memory/
H A DShmTest.cpp389 struct shminfo buf = {0}; in HWTEST_F() local
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
H A Dattest_tdd_data_transfer.c48 int32_t AttestSeriaToBinary(const char* input, uint8_t** buf, size_t len) in AttestSeriaToBinary() argument
/test/xts/hats/kernel/syscall_ipc/semctl/
H A DSemctlApiTest.cpp35 struct semid_ds *buf; member
/test/xts/hats/kernel/syscalls/fileio/truncate/
H A DTruncateApiTest.cpp70 char *buf = nullptr; in HWTEST_F() local
/test/xts/hats/kernel/syscalls/fileio/fgetxattr/
H A DFgetxattrApiTest.cpp73 char buf[BUFFER_SIZE] = {0}; in HWTEST_F() local
98 char buf[BUFFER_SIZE] = {0}; in HWTEST_F() local
116 char buf[BUFFER_SIZE] = {0}; in HWTEST_F() local
140 char buf[BUFFER_SIZE] = {0}; in HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/fileio/fsetxattr/
H A DFsetxattrApiTest.cpp73 char buf[BUFFER_SIZE] = {0}; in HWTEST_F() local
117 char buf[BUFFER_SIZE] = {0}; in HWTEST_F() local
146 char buf[BUFFER_SIZE] = {0}; in HWTEST_F() local
/test/xts/hats/kernel/syscalls/fileio/openat/
H A DOpenatApiTest.cpp197 char buf; in HWTEST_F() local
232 struct stat buf; in HWTEST_F() local
260 struct stat buf; in HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/fileio/readlinkat/
H A DReadlinkatApiTest.cpp75 char buf[1024] = {0}; in HWTEST_F() local
104 char buf[1024] = {0}; in HWTEST_F() local
127 char buf[1024] = {0}; in HWTEST_F() local
[all...]

Completed in 7 milliseconds

12345