Searched refs:masked (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_event.c | 83 uint32_t masked; in PlatformEventPost() local 110 masked = pe->eventsWord & waiter->mask; in PlatformEventPost() 112 pe->eventsWord &= ~masked; in PlatformEventPost() 126 ret = waiter->cb(waiter, masked); in PlatformEventPost() 136 uint32_t masked = 0; in PlatformEventRead() local 144 masked = pe->eventsWord & mask; in PlatformEventRead() 148 masked = pe->eventsWord & mask; in PlatformEventRead() 151 pe->eventsWord &= ~masked; // clear the bits default in PlatformEventRead() 154 *events = masked; in PlatformEventRead()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
H A D | wheel.rs | 203 let mut masked = (expiration ^ elapsed) | SLOT_MASK; in find_level() localVariable 205 if masked >= MAX_DURATION { in find_level() 206 masked = MAX_DURATION - 1; in find_level() 209 let leading_zeros = masked.leading_zeros() as usize; in find_level()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/ |
H A D | changelogs-arkcompiler.md | 15 …he code uses ES2018-ES2021 syntax features with syntax errors, which are masked using the @ts-noch… 17 Before the change, these syntax errors are masked using comments, and the compilation is successful.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-guide.md | 32 …*/ramfs** will be passed to the registration function and **ls** will be masked.<br>**CMD_TYPE_STD… 58 …/ramfs** will be passed to the registration function, and **ls** will be masked.<br>**CMD_TYPE_STD…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-1-1-1-LTS.md | 37 …xed the bug so that the signal mask field passed by the developer is now masked during signal regi…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.3/ |
H A D | changelogs-arkui.md | 41 …**selectedBackgroundColor** does not have the opacity specified, text will be masked when selected.
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hilog-guidelines-arkts.md | 51 To display the log masked by {**private**} in debugging, run the **hilog -p off** command.
|
H A D | hilog-guidelines-ndk.md | 48 To display the log masked by {**private**} in debugging, run the **hilog -p off** command.
|
H A D | hiappevent-watcher-mainthreadjank-events-arkts.md | 176 …ed (for example, the main thread is blocked in the kernel or signals are masked), the content of t…
|
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/ |
H A D | changelogs-arkcompiler.md | 30 3. If you believe a certain type of error can be masked, use the **-Wno-xxx** option to mask the er…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.3/ |
H A D | changelog-arkcompiler.md | 30 3. If you believe a certain type of error can be masked, use the **-Wno-xxx** option to mask the er…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-gauge.md | 210 … the gauge indicator points to **0**, the maximum and minimum values are masked, and the scale ran…
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 1916 …eing recorded in logs, sensitive data such as keys and passwords must be masked with a fixed numbe…
|