/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/ |
H A D | cpu_perf_scope.h | 73 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument 74 CORE_NS::CpuPerfScope timerName(category, subCategory, name); 75 #define CORE_CPU_PERF_END(timerName) timerName.Stop(); argument 80 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name) 81 #define CORE_CPU_PERF_END(timerName)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/ |
H A D | cpu_perf_scope.h | 76 #define RENDER_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument 77 RENDER_NS::CpuPerfScopeInternal timerName(category, subCategory, name); 78 #define RENDER_CPU_PERF_END(timerName) timerName.Stop(); argument 83 #define RENDER_CPU_PERF_BEGIN(timerName, category, subCategory, name) 84 #define RENDER_CPU_PERF_END(timerName)
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/ |
H A D | mock_scan_state_machine.cpp | 46 void MockScanStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer() argument 48 (void)timerName; in StartTimer() 52 void MockScanStateMachine::StopTimer(int timerName) in StopTimer() argument 54 (void)timerName; in StopTimer()
|
H A D | mock_scan_state_machine.h | 31 void StartTimer(int timerName, int64_t interval); 32 void StopTimer(int timerName);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
H A D | mock_ap_state_machine.cpp | 59 void MockApStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer() argument 61 (void)timerName; in StartTimer() 65 void MockApStateMachine::StopTimer(int timerName) in StopTimer() argument 67 (void)timerName; in StopTimer()
|
H A D | mock_ap_state_machine.h | 40 void StartTimer(int timerName, int64_t interval); 41 void StopTimer(int timerName);
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/timer/ |
H A D | dm_timer.cpp | 65 int32_t DmTimer::DeleteTimer(std::string timerName) in DeleteTimer() argument 67 if (timerName.empty()) { in DeleteTimer() 71 LOGI("DmTimer DeleteTimer start name: %{public}s", timerName.c_str()); in DeleteTimer() 73 auto item = timerVec_.find(timerName); in DeleteTimer() 84 timerVec_.erase(timerName); in DeleteTimer()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
H A D | mock_scan_state_machine.cpp | 46 void MockScanStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer() argument 48 (void)timerName; in StartTimer() 52 void MockScanStateMachine::StopTimer(int timerName) in StopTimer() argument 54 (void)timerName; in StopTimer()
|
H A D | mock_wifi_ap_service.cpp | 100 void MockApStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer() argument 105 void MockApStateMachine::StopTimer(int timerName) in StopTimer() argument 107 WIFI_LOGD("MockApStateMachine::StopTimer, timerName is %{public}d.", timerName); in StopTimer()
|
H A D | mock_scan_state_machine.h | 33 void StartTimer(int timerName, int64_t interval); 34 void StopTimer(int timerName);
|
H A D | mock_sta_state_machine.cpp | 64 void MockStaStateMachine::StopTimer(int timerName) in StopTimer() argument 66 WIFI_LOGD("MockStaStateMachine::StartRoamToNetwork, bssid is %{private}d.", timerName); in StopTimer()
|
H A D | mock_wifi_ap_service.h | 89 void StartTimer(int timerName, int64_t interval); 90 void StopTimer(int timerName);
|
H A D | mock_sta_state_machine.h | 33 void StopTimer(int timerName);
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | console.cpp | 651 groupIndent.c_str(), timerName.c_str(), time, log.c_str()); in PrintTime() 657 std::string timerName = GetTimerOrCounterName(env, info, argc); in Time() local 658 if (timerMap.find(timerName) == timerMap.end()) { in Time() 670 std::string timerName = GetTimerOrCounterName(env, info, argc); in TimeLog() local 671 if (timerMap.find(timerName) != timerMap.end()) { in TimeLog() 677 PrintTime(timerName, ms, content); in TimeLog() 680 groupIndent.c_str(), timerName.c_str()); in TimeLog() 689 if (timerMap.find(timerName) != timerMap.end()) { in TimeEnd() 694 PrintTime(timerName, ms, ""); in TimeEnd() 695 timerMap.erase(timerName); in TimeEnd() [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/timer/lite/ |
H A D | dm_timer.cpp | 75 int32_t DmTimer::DeleteTimer(std::string timerName) in DeleteTimer() argument 77 if (timerName.empty()) { in DeleteTimer() 82 LOGI("DmTimer DeleteTimer name %{public}s", timerName.c_str()); in DeleteTimer() 85 if (iter != nullptr && iter->timerName_ == timerName) { in DeleteTimer()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_state_machine.cpp | 71 void StateMachine::StopTimer(int timerName) in StopTimer() argument 73 WIFI_LOGD("StateMachine::StopTimer, timerName is %{private}d.", timerName); in StopTimer() 76 void StateMachine::StartTimer(int timerName, int64_t interval) in StartTimer() argument 78 WIFI_LOGD("StateMachine::StartTimer, timerName is %{private}d.", timerName); in StartTimer()
|
H A D | mock_state_machine.h | 34 void StopTimer(int timerName); 35 void StartTimer(int timerName, int64_t interval);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_set_timer.cpp | 28 std::string timerName = std::string(name); in SetTimer() local 29 int id = OHOS::HiviewDFX::XCollie::GetInstance().SetTimer(timerName, timeout, nullptr, nullptr, in SetTimer()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
H A D | dm_device_state_manager.cpp | 225 timer_->DeleteTimer(iter.second.timerName); in RegisterOffLineTimer() 235 … std::string timerName = std::string(STATE_TIMER_PREFIX) + GetAnonyString(std::string(udidHash)); in RegisterOffLineTimer() local 237 .timerName = timerName, in RegisterOffLineTimer() 258 timer_->StartTimer(iter.second.timerName, OFFLINE_TIMEOUT, in StartOffLineTimer() 276 timer_->DeleteTimer(iter->second.timerName); in DeleteOffLineTimer() 291 if (((iter->second).timerName == name) && (hiChainConnector_ != nullptr)) { in DeleteTimeOutGroup()
|
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/ |
H A D | state_machine.cpp | 260 void StateMachine::StartTimer(int timerName, int64_t interval) in StartTimer() argument 262 … LOGD("Enter StartTimer, timerName is %{public}d, interval is %" PRId64 ".", timerName, interval); in StartTimer() 263 MessageExecutedLater(timerName, interval); in StartTimer() 267 void StateMachine::StopTimer(int timerName) in StopTimer() argument 269 LOGD("Enter StopTimer, timerName is %{public}d.", timerName); in StopTimer() 271 pStateMachineHandler->DeleteMessageFromQueue(timerName); in StopTimer()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/advertise/ |
H A D | advertise_manager.cpp | 121 void AdvertiseManager::HandleAutoStopAdvertise(const std::string &timerName, const std::string &pkg… in HandleAutoStopAdvertise() argument 124 …ndleAutoStopAdvertise, auto stop advertise task timeout, timerName=%{public}s", timerName.c_str()); in HandleAutoStopAdvertise()
|
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/include/ |
H A D | state_machine.h | 76 virtual void StartTimer(int timerName, int64_t interval); 83 virtual void StopTimer(int timerName);
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_task.cpp | 236 void WatchdogTask::SendXCollieEvent(const std::string &timerName, const std::string &keyMsg) const in SendXCollieEvent() argument 247 "timeout timer: " + timerName + "\n" + keyMsg; in SendXCollieEvent() 281 …"TID", watchdogTid, "TGID", gid, "UID", uid, "MODULE_NAME", timerName, "PROCESS_NAME", processName, in SendXCollieEvent()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/advertise/ |
H A D | advertise_manager.h | 33 …void HandleAutoStopAdvertise(const std::string &timerName, const std::string &pkgName, int32_t pub…
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/timer/ |
H A D | dm_timer.h | 62 int32_t DeleteTimer(std::string timerName);
|