Home
last modified time | relevance | path

Searched defs:once (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_timer.cpp39 …iTimer::Register(const TimerCallback &callback, uint32_t &outTimerId, uint32_t interval, bool once) in Register()
85 …iTimer::Register(const TimerCallback &callback, uint32_t &outTimerId, uint32_t interval, bool once) in Register()
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_singleton.h68 static std::once_flag once; in GetInstance() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_timer_test.cpp177 bool A::StartTimer(int milliseconds, bool once) in StartTimer()
328 static void TimerRegisterMechanism(Utils::Timer& timer, bool once) in TimerRegisterMechanism()
347 bool once = true; variable
364 bool once = false; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_timer.cpp36 uint32_t CameraTimer::Register(const TimerCallback& callback, uint32_t interval, bool once) in Register()
/ohos5.0/base/notification/eventhandler/frameworks/cj/src/
H A Demitter.h32 std::atomic<bool> once = false; member
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/timer/
H A Dtimer_mock.cpp38 uint32_t Timer::Register(const TimerCallback &callback, uint32_t interval, bool once) in Register()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dtimer_event_handler.cpp32 TimerEventHandler::TimerEventHandler(EventReactor* p, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
H A Dtimer.cpp82 uint32_t Timer::Register(const TimerCallback& callback, uint32_t interval /* ms */, bool once) in Register()
156 uint32_t Timer::DoRegister(const TimerListCallback& callback, uint32_t interval, bool once, int &ti… in DoRegister()
H A Devent_reactor.cpp95 …_t EventReactor::ScheduleTimer(const TimerCallback& cb, uint32_t interval, int& timerFd, bool once) in ScheduleTimer()
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask_io.cpp59 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameratimer_fuzzer/
H A Dcamera_timer_fuzzer.cpp80 bool once = data.ReadBool(); in Test() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-TreeView.md205 ### once subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-TreeView.md190 ### once subsection
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-treeview.md175 ### once subsection
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dtimer.h131 bool once; member
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H A Dsorft_vsync.cpp37 static std::once_flag once; in GetInstance() local
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/utils/
H A Ddisplay_adapter.cpp26 static std::once_flag once; in GetInstance() local
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp41 bool once = dataProvider->ConsumeBool(); in __anon70cc5f930102() local
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_vsync_worker.cpp40 static std::once_flag once; in GetInstance() local
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_vsync_worker.cpp40 static std::once_flag once; in GetInstance() local
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_timer_handler.cpp43 bool once = true; in RegisterRunningLockTimer() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_thread.cpp262 …pTimer::Register(const TimerCallback &callback, uint32_t &outTimerId, uint32_t interval, bool once) in Register()
308 …pTimer::Register(const TimerCallback &callback, uint32_t &outTimerId, uint32_t interval, bool once) in Register()
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_listener.cpp24 EventListener::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool a… in EventListener()
/ohos5.0/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp43 static std::once_flag once; in Instance() local
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Devent_listener.cpp29 …ntListener::EventListener(long tid, napi_env env, std::string type, napi_value callback, bool once, in EventListener()

123