Home
last modified time | relevance | path

Searched refs:INIT_ONCE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/services/sys/src/
H A Dservice.rs70 static INIT_ONCE: Once = Once::new(); in get_instance() const
72 INIT_ONCE.call_once(|| { in get_instance()
/ohos5.0/base/msdp/device_status/rust/frameworks/client/src/
H A Dframeworks.rs206 static INIT_ONCE: Once = Once::new(); in get_instance() variable
208 INIT_ONCE.call_once(|| { in get_instance()
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs819 static INIT_ONCE: Once = Once::new(); in get_instance() variable
822 INIT_ONCE.call_once(|| { in get_instance()