Home
last modified time | relevance | path

Searched refs:StopTimer (Results 1 – 25 of 126) sorted by relevance

123456

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_toggler_manager.cpp87 pWifiControllerMachine->StopTimer(CMD_WIFI_TOGGLED_TIMEOUT); in StartWifiToggledTimer()
97 pWifiControllerMachine->StopTimer(CMD_WIFI_TOGGLED_TIMEOUT); in StopWifiToggledTimer()
110 pWifiControllerMachine->StopTimer(CMD_SEMI_WIFI_TOGGLED_TIMEOUT); in StartSemiWifiToggledTimer()
117 pWifiControllerMachine->StopTimer(CMD_SEMI_WIFI_TOGGLED_TIMEOUT); in StopSemiWifiToggledTimer()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp122 void DelayNotify::StopTimer() in StopTimer() function in OHOS::NativeRdb::DelayNotify
140 StopTimer(); in ExecuteTask()
172 StopTimer(); in Pause()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine.cpp197 pWifiControllerMachine->StopTimer(CMD_OPEN_WIFI_RETRY); in ExecuteStateMsg()
252 pWifiControllerMachine->StopTimer(CMD_AP_START_TIME); in HandleApMsg()
307 this->StopTimer(CMD_WIFI_TOGGLED_TIMEOUT); in HandleAirplaneOpen()
308 this->StopTimer(CMD_SEMI_WIFI_TOGGLED_TIMEOUT); in HandleAirplaneOpen()
923 this->StopTimer(CMD_WIFI_TOGGLED_TIMEOUT); in HandleStaStart()
924 this->StopTimer(CMD_OPEN_WIFI_RETRY); in HandleStaStart()
942 this->StopTimer(CMD_SEMI_WIFI_TOGGLED_TIMEOUT); in HandleStaSemiActive()
943 this->StopTimer(CMD_OPEN_WIFI_RETRY); in HandleStaSemiActive()
971 pWifiControllerMachine->StopTimer(CMD_AP_STOP_TIME); in HandleApStop()
1079 MiscServices::TimeServiceClient::GetInstance()->StopTimer(stopSoftapTimerId_); in StopSoftapCloseTimer()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/background_cloud_file_processor_test/src/
H A Dbackground_cloud_file_processor_test.cpp224 BackgroundCloudFileProcessor::StopTimer();
245 BackgroundCloudFileProcessor::StopTimer();
264 BackgroundCloudFileProcessor::StopTimer();
281 BackgroundCloudFileProcessor::StopTimer();
298 BackgroundCloudFileProcessor::StopTimer();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.cpp72 StopTimer(); in MoveNextMsg()
108 StopTimer(); in ClearMsg()
250 void SingleVerDataMessageSchedule::StopTimer() in StopTimer() function in DistributedDB::SingleVerDataMessageSchedule
267 StopTimer(); in ResetTimer()
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/
H A Dthermal_timer.cpp89 bool ThermalTimer::StopTimer(uint64_t timerId) in StopTimer() function in OHOS::PowerMgr::ThermalTimer
91 auto ret = TimeServiceClient::GetInstance()->StopTimer(timerId); in StopTimer()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp161 StopTimer(getIpTimerId); in StartIpv4Type()
344 StopTimer(getIpTimerId); in StopIpv4()
1870 StopTimer(getIpTimerId); in GetIpTimerCallback()
1945 StopTimer(renewDelayTimerId); in RenewDelayCallback()
1949 StopTimer(getIpTimerId); in RenewDelayCallback()
1961 StopTimer(rebindDelayTimerId); in RebindDelayCallback()
1976 StopTimer(remainingDelayTimerId); in RemainingDelayCallback()
2007 StopTimer(renewDelayTimerId); in CloseAllRenewTimer()
2008 StopTimer(rebindDelayTimerId); in CloseAllRenewTimer()
2042 StopTimer(renewDelayTimerId); in ScheduleLeaseTimers()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_idle_state.cpp40 p2pStateMachine.StopTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::EXCEPTION_TIMED_OUT)); in GoInState()
49 p2pStateMachine.StopTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_REMOVE_DEVICE)); in GoOutState()
163 p2pStateMachine.StopTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_RETRY_CONNECT)); in ProcessCmdConnect()
190 p2pStateMachine.StopTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_REMOVE_DEVICE)); in ProcessCmdConnect()
216 p2pStateMachine.StopTimer(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_REMOVE_DEVICE)); in ProcessCmdHid2dConnect()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dauto_sync_timer_mock.cpp95 StopTimer(); in ProcessTask()
124 void AutoSyncTimer::StopTimer() in StopTimer() function in OHOS::DistributedKv::AutoSyncTimer
H A Dauto_sync_timer.cpp97 StopTimer(); in ProcessTask()
142 void AutoSyncTimer::StopTimer() in StopTimer() function in OHOS::DistributedKv::AutoSyncTimer
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_timer_test.cpp158 void StopTimer();
183 void A::StopTimer() in StopTimer() function in OHOS::__anonbe933cb10110::A
214 a.StopTimer();
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/
H A Dtimer_benchmark_test.cpp148 void StopTimer();
173 void A::StopTimer() in StopTimer() function in OHOS::__anon7bf4f2370110::A
191 a.StopTimer(); in BENCHMARK_F()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_state_machine.h32 void StopTimer(int timerName);
H A Dmock_scan_state_machine.cpp52 void MockScanStateMachine::StopTimer(int timerName) in StopTimer() function in OHOS::Wifi::MockScanStateMachine
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Ddp_timer.h34 void StopTimer(uint32_t& timerId);
/ohos5.0/base/inputmethod/imf/common/src/
H A Dinputmethod_sysevent.cpp50 StopTimer(); in ~InputMethodSysEvent()
169 void InputMethodSysEvent::StopTimer() in StopTimer() function in OHOS::MiscServices::InputMethodSysEvent
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dasset_change_timer.cpp68 StopTimer(sessionId, assetKey); in ProcessTask()
78 void AssetChangeTimer::StopTimer(const std::string &sessionId, const std::string &assetKey) in StopTimer() function in OHOS::ObjectStore::AssetChangeTimer
/ohos5.0/foundation/resourceschedule/device_standby/plugins/ext/src/
H A Dbase_state.cpp152 MiscServices::TimeServiceClient::GetInstance()->StopTimer(iter->second); in StopTimedTask()
163 TimeServiceClient::GetInstance()->StopTimer(timerId); in DestroyAllTimedTask()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_sta_state_machine.h33 void StopTimer(int timerName);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_timer.h34 void StopTimer();
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_state_machine.h41 void StopTimer(int timerName);
H A Dmock_ap_state_machine.cpp65 void MockApStateMachine::StopTimer(int timerName) in StopTimer() function in OHOS::Wifi::MockApStateMachine
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dcommand_send_limit.h35 void StopTimer();
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_timer.cpp48 void DpsTimer::StopTimer(uint32_t& timerId) in StopTimer() function in OHOS::CameraStandard::DeferredProcessing::DpsTimer
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_ipc.cpp48 bool TimeServiceClient::StopTimer(uint64_t timerId) in StopTimer() function in OHOS::MiscServices::TimeServiceClient

123456