Home
last modified time | relevance | path

Searched defs:timerName (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_state_machine.cpp46 void MockScanStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
52 void MockScanStateMachine::StopTimer(int timerName) in StopTimer()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_state_machine.cpp59 void MockApStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
65 void MockApStateMachine::StopTimer(int timerName) in StopTimer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dcpu_perf_scope.h76 #define RENDER_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
78 #define RENDER_CPU_PERF_END(timerName) timerName.Stop(); argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dcpu_perf_scope.h73 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
75 #define CORE_CPU_PERF_END(timerName) timerName.Stop(); argument
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_set_timer.cpp28 std::string timerName = std::string(name); in SetTimer() local
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_wifi_ap_service.cpp100 void MockApStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
105 void MockApStateMachine::StopTimer(int timerName) in StopTimer()
H A Dmock_scan_state_machine.cpp46 void MockScanStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
52 void MockScanStateMachine::StopTimer(int timerName) in StopTimer()
H A Dmock_sta_state_machine.cpp64 void MockStaStateMachine::StopTimer(int timerName) in StopTimer()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dmain.cpp32 CommandTimer(const std::string &timerName, uint32_t timeout, const std::string &operation) in CommandTimer()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/timer/
H A Ddm_timer.cpp65 int32_t DmTimer::DeleteTimer(std::string timerName) in DeleteTimer()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/advertise/
H A Dadvertise_manager.cpp121 void AdvertiseManager::HandleAutoStopAdvertise(const std::string &timerName, const std::string &pkg… in HandleAutoStopAdvertise()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_timer.cpp43 static void TimeOut(std::string timerName) {} in TimeOut()
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/timer/lite/
H A Ddm_timer.cpp75 int32_t DmTimer::DeleteTimer(std::string timerName) in DeleteTimer()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h42 std::string timerName; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_state_machine.cpp71 void StateMachine::StopTimer(int timerName) in StopTimer()
76 void StateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp617 void Console::PrintTime(std::string timerName, double time, const std::string& log) in PrintTime()
657 std::string timerName = GetTimerOrCounterName(env, info, argc); in Time() local
670 std::string timerName = GetTimerOrCounterName(env, info, argc); in TimeLog() local
688 std::string timerName = GetTimerOrCounterName(env, info, argc); in TimeEnd() local
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dstate_machine.cpp260 void StateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
267 void StateMachine::StopTimer(int timerName) in StopTimer()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_task.cpp236 void WatchdogTask::SendXCollieEvent(const std::string &timerName, const std::string &keyMsg) const in SendXCollieEvent() argument
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp235 … std::string timerName = std::string(STATE_TIMER_PREFIX) + GetAnonyString(std::string(udidHash)); in RegisterOffLineTimer() local
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp91 void ConsoleTest::PrintTime(std::string timerName, double time, std::string& log) in PrintTime()
569 std::string timerName = "abc"; // Random value variable