| /interface/sdk_c/third_party/musl/ndk_musl_include/sys/ |
| D | stat.h | 44 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 45 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 46 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 47 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 48 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 49 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 50 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
| /interface/sdk-js/api/ |
| D | @system.brightness.d.ts | 146 mode: number; property 204 mode: number; property
|
| D | @system.vibrator.d.ts | 40 mode?: 'long' | 'short'; property
|
| D | @ohos.file.recent.d.ts | 87 readonly mode: number; property
|
| D | @ohos.file.trash.d.ts | 87 readonly mode: number; property
|
| D | @ohos.InputMethodSubtype.d.ts | 77 readonly mode?: 'upper' | 'lower'; property
|
| D | @ohos.distributedHardware.deviceManager.d.ts | 325 mode: DiscoverMode; property 406 mode: DiscoverMode; property
|
| D | @ohos.fileio.d.ts | 1627 readonly mode: number; property
|
| D | @ohos.multimedia.systemSoundManager.d.ts | 542 mode: ToneHapticsMode; property
|
| D | @ohos.arkui.observer.d.ts | 507 mode?: NavDestinationMode; property
|
| D | @ohos.request.d.ts | 3136 mode?: Mode; property 4168 mode?: Mode; property 4359 readonly mode: Mode; property
|
| D | @ohos.telephony.call.d.ts | 3987 mode: CallRestrictionMode; property
|
| /interface/sdk_c/third_party/musl/ndk_musl_include/fortify/ |
| D | stat.h | 32 mode_t umask(mode_t mode) in umask()
|
| /interface/sdk-js/api/application/ |
| D | RunningMultiAppInfo.d.ts | 56 mode: MultiAppMode; property
|
| /interface/sdk-js/build-tools/api_diff/ |
| D | webpack.config.js | 21 mode: 'none', property
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | panel.d.ts | 390 mode(value: PanelMode): PanelAttribute; method in PanelAttribute
|
| D | date_picker.d.ts | 320 mode?: DatePickerMode; property
|
| /interface/sdk_c/IPCKit/ |
| D | ipc_cremote_object.h | 146 OH_IPC_RequestMode mode; member
|
| /interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/ |
| D | UpdateCheckService.java | 34 private final Mode mode; field in UpdateCheckService
|
| /interface/sdk-js/build-tools/collect_application_api/ |
| D | webpack.config.js | 50 mode: 'none', property
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/ |
| D | webpack.config.js | 25 mode: 'none', property
|
| /interface/sdk-js/build-tools/dts_parser/ |
| D | webpack.config.js | 52 mode: 'none', property
|
| /interface/sdk_c/TEEKit/include/tee/ |
| D | tee_crypto_api.h | 521 uint32_t mode; /* #__TEE_OperationMode */ member 568 uint32_t mode; member 594 uint32_t mode; member
|
| D | tee_tui_gp_api.h | 325 TEE_TUIEntryFieldMode mode; member
|
| /interface/sdk_c/third_party/libuv/include/uv_ndk/ |
| D | uv.h | 760 inline int uv_tty_set_mode(uv_tty_t* handle, int mode) { in uv_tty_set_mode()
|