Lines Matching refs:buffer
52 * @param buffer A pointer to a buffer that receives the cache directory of the application.
53 * @param bufferSize The length of the buffer.
54 * @param writeLength The string length actually written to the buffer,
58 * {@link ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID} if the buffer or writeLength is null,
59 * or the buffer size is less than the minimum buffer size.
64 char* buffer, int32_t bufferSize, int32_t* writeLength);
81 * @param buffer A pointer to a buffer that receives the bundle name.
82 * @param bufferSize The length of the buffer.
83 * @param writeLength The string length actually written to the buffer,
87 * {@link ABILITY_RUNTIME_ERROR_CODE_PARAM_INVALID} if the buffer or writeLength is null,
88 * or the buffer size is less than the minimum buffer size.
93 char* buffer, int32_t bufferSize, int32_t* writeLength);