Searched refs:Once (Results 1 - 13 of 13) sorted by relevance
/base/request/request/services/src/manage/ |
H A D | database.rs | 18 use std::sync::{Arc, Mutex, Once}; 52 static ONCE: Once = Once::new(); 74 static ONCE: Once = Once::new();
|
H A D | app_state.rs | 15 use std::sync::Once; 28 static ONCE: Once = Once::new();
|
H A D | account.rs | 15 use std::sync::{Mutex, Once}; 131 static ONCE: Once = Once::new();
|
/base/notification/eventhandler/frameworks/cj/src/ |
H A D | emitter.h | 45 static int32_t Once(uint32_t eventId, CallbackImpl *callback); 47 static int32_t Once(char* eventId, CallbackImpl *callback);
|
H A D | emitter_ffi.cpp | 62 return Emitter::Once(eventId, callback); in CJ_OnceWithId() 71 return Emitter::Once(eventId, callback); in CJ_OnceWithStringId()
|
H A D | emitter.cpp | 113 LOGD("Once already once"); in UpdateOnceFlag() 115 LOGD("Once change on to once"); in UpdateOnceFlag() 167 int32_t Emitter::Once(uint32_t eventId, CallbackImpl *callback) in Once() function in OHOS::EventsEmitter::Emitter 173 int32_t Emitter::Once(char* eventId, CallbackImpl *callback) in Once() function in OHOS::EventsEmitter::Emitter
|
/base/request/request/services/src/ |
H A D | lib.rs | 74 static ONCE: std::sync::Once = std::sync::Once::new();
|
/base/request/request/pre_download/native/src/cache/ |
H A D | manage.rs | 19 use std::sync::{Arc, LazyLock, Mutex, Once, RwLock};
|
/base/msdp/device_status/rust/services/sys/src/ |
H A D | service.rs | 23 use std::sync::{ Mutex, Once }; 70 static INIT_ONCE: Once = Once::new();
|
/base/msdp/device_status/rust/frameworks/client/src/ |
H A D | frameworks.rs | 21 use std::sync::{ Mutex, Once }; 206 static INIT_ONCE: Once = Once::new(); in get_instance()
|
/base/request/request/test/rustest/src/ |
H A D | lib.rs | 36 use std::sync::{Arc, Mutex, Once}; 66 static ONCE: Once = Once::new(); in new()
|
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
H A D | dsoftbus.rs | 22 use std::sync::{Once, Mutex, Arc, Condvar}; 819 static INIT_ONCE: Once = Once::new();
|
/base/sensors/sensor/frameworks/js/napi/src/ |
H A D | sensor_js.cpp | 249 static napi_value Once(napi_env env, napi_callback_info info) in Once() function 1369 DECLARE_NAPI_FUNCTION("once", Once), in Init()
|
Completed in 9 milliseconds