Home
last modified time | relevance | path

Searched refs:ONCE (Results 1 - 6 of 6) sorted by relevance

/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/
H A Dlib.rs109 static ONCE: Once = Once::new(); in on_idle() consts
110 let w = if ONCE.is_completed() { 0 } else { -1 }; in on_idle()
111 ONCE.call_once(|| { in on_idle()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/tests/
H A Dbasic.rs24 static ONCE: Once = Once::new(); in init() consts
26 ONCE.call_once(|| { in init()
/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs107 static ONCE: Once = Once::new(); consts
109 ONCE.call_once(|| unsafe {
177 static ONCE: Once = Once::new(); consts
179 ONCE.call_once(|| unsafe {
247 static ONCE: Once = Once::new(); consts
249 ONCE.call_once(|| unsafe {
317 static ONCE: Once = Once::new(); consts
319 ONCE.call_once(|| unsafe {
387 static ONCE: Once = Once::new(); consts
389 ONCE
457 static ONCE: Once = Once::new(); global() consts
527 static ONCE: Once = Once::new(); global() consts
552 static ONCE: Once = Once::new(); global() consts
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/
H A Dtimer.h31 ONCE = 0, member in OHOS::CameraStandard::DeferredProcessing::TimerType
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
H A Dtime_broker.cpp52 timer_ = Timer::Create(name_, TimerType::ONCE, 0, [weakThis]() { in Initialize()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dparcel_remote.rs49 static ONCE: Once = Once::new(); in init() consts
51 ONCE.call_once(|| { in init()

Completed in 3 milliseconds