/ohos5.0/base/hiviewdfx/hitrace/cmd/example/rust/ |
H A D | main.rs | 19 const HITRACE_TAG_OHOS : u64 = 1 << 30; const 34 start_trace(HITRACE_TAG_OHOS, "rust test start trace funcA!!!!!!"); in main() 36 count_trace(HITRACE_TAG_OHOS, "rust test count trace funcA!!!!!!", 0); in main() 37 finish_trace(HITRACE_TAG_OHOS); in main() 39 start_trace_async(HITRACE_TAG_OHOS, "rust test start trace async funcB!!!!!!", HITRACE_TASK_ID); in main() 41 count_trace(HITRACE_TAG_OHOS, "rust test count trace funcB!!!!!!", 1); in main() 42 finish_trace_async(HITRACE_TAG_OHOS, "rust finish trace async funcB!!!!!!", HITRACE_TASK_ID); in main()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_manager.cpp | 40 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in CancelSuspendDelay() 52 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in RequestSuspendDelay() 68 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in GetRemainingDelayTime() 79 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in RequestStartBackgroundRunning() 102 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in RequestUpdateBackgroundRunning() 125 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in RequestBackgroundRunningForInner() 143 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in RequestStopBackgroundRunning() 205 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in ApplyEfficiencyResources() 221 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in ResetAllEfficiencyResources()
|
H A D | background_task_mgr_stub.cpp | 146 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleRequestSuspendDelay() 172 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleCancelSuspendDelay() 186 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleGetRemainingDelayTime() 205 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleBackgroundRunningForInner() 225 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleStartBackgroundRunning() 249 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleUpdateBackgroundRunning() 273 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleStopBackgroundRunning() 385 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleApplyEfficiencyResources() 404 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in HandleResetAllEfficiencyResources()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_reminder_service.cpp | 54 HITRACE_METER_NAME(HITRACE_TAG_OHOS, __PRETTY_FUNCTION__); in PublishReminder() 116 HITRACE_METER_NAME(HITRACE_TAG_OHOS, __PRETTY_FUNCTION__); in CancelReminder() 137 HITRACE_METER_NAME(HITRACE_TAG_OHOS, __PRETTY_FUNCTION__); in CancelAllReminders() 161 HITRACE_METER_NAME(HITRACE_TAG_OHOS, __PRETTY_FUNCTION__); in GetValidReminders() 185 HITRACE_METER_NAME(HITRACE_TAG_OHOS, __PRETTY_FUNCTION__); in AddExcludeDate() 208 HITRACE_METER_NAME(HITRACE_TAG_OHOS, __PRETTY_FUNCTION__); in DelExcludeDates() 231 HITRACE_METER_NAME(HITRACE_TAG_OHOS, __PRETTY_FUNCTION__); in GetExcludeDates()
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf.cpp | 105 StartTrace(HITRACE_TAG_OHOS, trace_str, -1); in PerfRequest() 107 FinishTrace(HITRACE_TAG_OHOS); in PerfRequest() 133 StartTrace(HITRACE_TAG_OHOS, trace_str, -1); in PerfRequestEx() 135 FinishTrace(HITRACE_TAG_OHOS); in PerfRequestEx() 152 StartTrace(HITRACE_TAG_OHOS, trace_str, -1); in PowerLimitBoost() 163 FinishTrace(HITRACE_TAG_OHOS); in PowerLimitBoost() 176 StartTrace(HITRACE_TAG_OHOS, trace_str, -1); in ThermalLimitBoost() 187 FinishTrace(HITRACE_TAG_OHOS); in ThermalLimitBoost()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | native_module.cpp | 53 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "bluetoothManager init"); in Init() 55 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "bluetooth init"); in Init()
|
H A D | napi_bluetooth_host.cpp | 43 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "host:napi_define_properties"); in BluetoothHostInit() 102 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "host:napi_define_properties"); in PropertyValueInit()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | bg_continuous_task_napi_module.cpp | 227 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in UpdateBackgroundRunningExecuteCB() 248 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in StartBackgroundRunningExecuteCB() 269 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in CallbackCompletedCB() 295 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in PromiseCompletedCB() 543 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in UpdateBackgroundRunning() 594 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in StartBackgroundRunning() 671 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in StopBackgroundRunningExecuteCB() 748 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in StopBackgroundRunning()
|
H A D | efficiency_resources_operation.cpp | 153 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in ApplyEfficiencyResources() 166 HitraceScoped traceScoped(HITRACE_TAG_OHOS, in ResetAllEfficiencyResources()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_profile.cpp | 34 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "profile:napi_define_properties"); in DefineProfileFunctions() 86 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "profile:napi_define_properties"); in ProfileEnumInit()
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/ |
H A D | hitrace_meter_c.h | 25 #define HITRACE_TAG_OHOS (1ULL << 30) macro
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/ |
H A D | napi_bluetooth_access.cpp | 56 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "access:napi_define_properties"); in DefineAccessJSFunction() 114 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "access:napi_define_properties"); in AccessPropertyValueInit()
|
H A D | native_module_access.cpp | 35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "access init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | native_module_connection.cpp | 31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "connection init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | native_module_socket.cpp | 31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "socket init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | native_module_a2dp.cpp | 31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "a2dp init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/ |
H A D | native_module_audio_manager.cpp | 31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "wearDetection init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/base_profile/ |
H A D | native_module_base_profile.cpp | 35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "baseProfile init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | native_module_constant.cpp | 35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "constant init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/ |
H A D | native_module_hid.cpp | 35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "hid init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | native_module_map.cpp | 31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "map init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/opp/ |
H A D | native_module_opp.cpp | 31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "opp init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/ |
H A D | native_module_pan.cpp | 35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "pan init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | native_module_pbap.cpp | 31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "pbap init"); in Init()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/ |
H A D | native_module_hfp.cpp | 36 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "hfp init"); in Init()
|