/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | ucal.h | 49 * UErrorCode status;
52 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
730 * @param status A pointer to an UErrorCode to receive any errors
740 UErrorCode* status);
755 * @param status A pointer to an UErrorCode to receive any errors.
761 UErrorCode* status);
769 * @param status A pointer to an UErrorCode to receive any errors.
776 UErrorCode* status);
784 * @param status Receives the status [all...] |
H A D | unum.h | 59 * UErrorCode status = U_ZERO_ERROR;
60 * UNumberFormat* nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, &status);
61 * unum_formatDouble(nf, myNumber, myString, 20, NULL, &status);
72 * UErrorCode status = U_ZERO_ERROR;
79 * nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, &status);
82 * reslenneeded=unum_format(nf, a[i], NULL, resultlength, &pos, &status);
84 * if(status==U_BUFFER_OVERFLOW_ERROR){
85 * status=U_ZERO_ERROR;
88 * unum_format(nf, a[i], result, resultlength, &pos, &status);
105 * UErrorCode status [all...] |
H A D | uloc.h | 377 * @param status the error information if the setting of default locale fails
383 UErrorCode* status);
551 * @param status error information if retrieving the displayable language code
565 UErrorCode* status);
580 * @param status error information if retrieving the displayable script code
594 UErrorCode* status);
612 * @param status error information if retrieving the displayable country code
626 UErrorCode* status);
642 * @param status error information if retrieving the displayable variant code
656 UErrorCode* status);
[all...] |
H A D | udat.h | 48 * UErrorCode status = U_ZERO_ERROR;
51 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status);
52 * myStrlen = udat_format(dfmt, myDate, NULL, myStrlen, NULL, &status);
53 * if (status==U_BUFFER_OVERFLOW_ERROR){
54 * status=U_ZERO_ERROR;
56 * udat_format(dfmt, myDate, myString, myStrlen+1, NULL, &status);
65 * UErrorCode status = U_ZERO_ERROR;
70 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status);
72 * myStrlen = udat_format(df, myDateArr[i], NULL, myStrlen, NULL, &status);
73 * if(status [all...] |
H A D | ucol.h | 357 * @param status A pointer to a UErrorCode to receive any errors
365 ucol_open(const char *loc, UErrorCode *status);
384 * @param status A pointer to a UErrorCode to receive any errors
386 * of error - please use status argument to check for errors.
398 UErrorCode *status);
407 * @param status to hold the error code
414 UBool addPrefixes, UErrorCode *status);
480 * @param status A pointer to a UErrorCode to receive any errors
495 UErrorCode *status);
679 * @param status [all...] |
H A D | ubrk.h | 220 * @param status A UErrorCode to receive any errors.
230 UErrorCode *status);
242 * @param status A UErrorCode to receive any errors.
253 UErrorCode *status);
270 * @param status Pointer to UErrorCode to receive any errors.
278 UErrorCode * status);
287 * @param status to indicate whether the operation went on smoothly or there were errors
293 UErrorCode *status);
332 * @param status The error code
339 UErrorCode* status);
[all...] |
H A D | utrans.h | 212 * @param status a pointer to the UErrorCode
219 UErrorCode* status);
226 * @param status a pointer to the UErrorCode
233 UErrorCode* status);
292 * @param status a pointer to the UErrorCode
297 UErrorCode* status);
325 * @param status a pointer to the UErrorCode
333 UErrorCode* status);
388 * @param status a pointer to the UErrorCode
398 UErrorCode* status);
[all...] |
H A D | uenum.h | 59 * the iterator is out-of-sync with its service, status is set to
66 * @param status error code, can be U_ENUM_OUT_OF_SYNC_ERROR if the
72 uenum_count(UEnumeration* en, UErrorCode* status);
77 * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and
85 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if
98 UErrorCode* status);
103 * with its service, status is set to U_ENUM_OUT_OF_SYNC_ERROR and
107 * (because a character cannot be converted) then status is set to
114 * @param status the error code, set to U_ENUM_OUT_OF_SYNC_ERROR if
131 UErrorCode* status);
[all...] |
H A D | ucnv.h | 338 * and the status is set to U_AMBIGUOUS_ALIAS_WARNING.</p>
356 * @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT>
382 * and the status is set to U_AMBIGUOUS_ALIAS_WARNING.
387 * @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR,
450 * and the status is set to U_AMBIGUOUS_ALIAS_WARNING.
454 * @param err error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT>
492 * @param err outgoing error status <TT>U_MEMORY_ALLOCATION_ERROR, U_FILE_ACCESS_ERROR</TT>
509 * @param status to indicate whether the operation went on smoothly or there were errors
513 U_CAPI UConverter* U_EXPORT2 ucnv_clone(const UConverter *cnv, UErrorCode *status);
558 * @param err the outgoing error status cod [all...] |
H A D | ufieldpositer.h | 50 * @param status
58 ufieldpositer_open(UErrorCode* status);
|
/interface/sdk-js/build-tools/api_diff/src/ |
H A D | api_writer.js | 62 diffInfo.status, 96 StatusMessages.forEach(status => { 98 if (diffInfo.status === status) { 113 finalContent += `|${apiData.status}|${oldData}|${newData}|${apiData.dtsName}|\n`;
|
H A D | util.js | 37 const status = fs.statSync(filePath); 38 if (status.isDirectory()) {
|
H A D | format_data.js | 226 diffData.status = StatusMessages[StatusCode.CLASS_CHANGES]; 233 diffData.status = StatusMessages[StatusCode.DTS_CHANGED]; 247 diffData.status = StatusMessages[StatusCode.FUNCTION_CHANGES]; 252 diffData.status = StatusMessages[StatusCode.CLASS_CHANGES]; 310 status: StatusMessages[StatusCode.CHANGELOG],
|
H A D | reporter.js | 178 this.status = StatusMessages[statusCode]; 183 this.status = msg;
|
/interface/sdk_c/distributeddatamgr/relational_store/include/ |
H A D | data_asset.h | 45 * @brief Describes the status of asset. 51 * @brief Means the status of asset is null. 56 * @brief Means the status of asset is normal. 76 * @brief Means the status of asset is abnormal. 81 * @brief Means the status of asset is downloading. 180 * @brief Set the status of the Data_Asset. 183 * @param status Indicates the status to set. Specific status can be referenced {@link Data_AssetStatus}. 191 int OH_Data_Asset_SetStatus(Data_Asset *asset, Data_AssetStatus status); [all...] |
/interface/sdk_c/multimedia/camera_framework/ |
H A D | camera_manager.h | 58 * @brief Camera manager status callback to be called in {@link CameraManager_Callbacks}. 61 * @param status the {@link Camera_StatusInfo} of each camera device. 64 typedef void (*OH_CameraManager_StatusCallback)(Camera_Manager* cameraManager, Camera_StatusInfo* status); 67 * @brief Camera manager torch status callback. 70 * @param status the {@link Camera_TorchStatusInfo} of the torch. 73 typedef void (*OH_CameraManager_TorchStatusCallback)(Camera_Manager* cameraManager, Camera_TorchStatusInfo* status); 76 * @brief Camera manager fold status info callback. 86 * @brief A listener for camera devices status. 94 * Camera status change event. 100 * @brief Register camera status chang [all...] |
/interface/sdk_c/third_party/libuv/include/uv/ |
H A D | threadpool.h | 32 void (*done)(struct uv__work *w, int status);
|
H A D | unix.h | 278 ssize_t status; \ 357 int status; \
|
/interface/sdk_c/third_party/node/src/ |
H A D | node_api_types.h | 28 napi_status status,
|
/interface/sdk_c/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 317 typedef void (*uv_write_cb)(uv_write_t* req, int status); 318 typedef void (*uv_connect_cb)(uv_connect_t* req, int status); 319 typedef void (*uv_shutdown_cb)(uv_shutdown_t* req, int status); 320 typedef void (*uv_connection_cb)(uv_stream_t* server, int status); 322 typedef void (*uv_poll_cb)(uv_poll_t* handle, int status, int events); 332 typedef void (*uv_after_work_cb)(uv_work_t* req, int status); 334 int status, 337 int status, 341 int status, 374 int status); 1651 int status; global() member [all...] |
/interface/sdk_c/distributeddatamgr/pasteboard/include/ |
H A D | oh_pasteboard.h | 103 * @return Returns the status code of the execution. For details, see {@link PASTEBOARD_ErrCode}. 119 * @return Returns the status code of the execution. For details, see {@link PASTEBOARD_ErrCode}. 161 * @return Returns the status code of the execution. For details, {@link PASTEBOARD_ErrCode}. 176 * @return Returns the status code of the execution. For details, {@link PASTEBOARD_ErrCode}. 202 * @return Returns the status code of the execution. For details, see {@link PASTEBOARD_ErrCode}. 239 * @param status The status code of the execution. For details, see {@link PASTEBOARD_ErrCode}. 244 OH_UdmfData* OH_Pasteboard_GetData(OH_Pasteboard* pasteboard, int* status); 251 * @return Returns the status code of the execution. For details, see {@link PASTEBOARD_ErrCode}. 263 * @return Returns the status cod [all...] |
/interface/sdk_c/multimedia/audio_framework/audio_manager/ |
H A D | native_audio_routing_manager.h | 34 * as well as the registration and deregistration functions when the device connection status changes 242 * @brief This type defines the callback function that is used to receive the audio devices' block status. 248 * @param status The {@link OH_AudioDevice_BlockStatus} is the block status. 254 OH_AudioDevice_BlockStatus status, 275 * @brief Set the microphone block status callback. Before using this function, users should query whether block 277 * and the used microphones' block status have changed. Currently, block detecting is only support for microphones 282 * @param callback The function pointer will point to the callback function that is used to receive the block status.
|
/interface/sdk_c/multimedia/drm_framework/ |
H A D | native_mediakeysession.h | 30 * get content protection level, check media key status, remove media key etc.. 165 * @brief Check media key status. 167 * @param mediaKeyStatus Media key status. 255 * @param status Whether secure decoder is required. 263 const char *mimeType, bool *status);
|
/interface/sdk_c/third_party/musl/ndk_musl_include/scsi/ |
H A D | sg.h | 78 unsigned char status;
member
|
/interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
H A D | timex.h | 22 int status;
member
|