Home
last modified time | relevance | path

Searched refs:masked (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_event.c83 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 Dwheel.rs203 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 Dchangelogs-arkcompiler.md15 …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 Dkernel-small-debug-shell-guide.md32 …*/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 DOpenHarmony-1-1-1-LTS.md37 …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 Dchangelogs-arkui.md41 …**selectedBackgroundColor** does not have the opacity specified, text will be masked when selected.
/ohos5.0/docs/en/application-dev/dfx/
H A Dhilog-guidelines-arkts.md51 To display the log masked by {**private**} in debugging, run the **hilog -p off** command.
H A Dhilog-guidelines-ndk.md48 To display the log masked by {**private**} in debugging, run the **hilog -p off** command.
H A Dhiappevent-watcher-mainthreadjank-events-arkts.md176 …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 Dchangelogs-arkcompiler.md30 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 Dchangelog-arkcompiler.md30 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 Dts-basic-components-gauge.md210 … the gauge indicator points to **0**, the maximum and minimum values are masked, and the scale ran…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md1916 …eing recorded in logs, sensitive data such as keys and passwords must be masked with a fixed numbe…