Home
last modified time | relevance | path

Searched refs:HITRACE_TAG_OHOS (Results 1 – 25 of 69) sorted by relevance

123

/ohos5.0/base/hiviewdfx/hitrace/cmd/example/rust/
H A Dmain.rs19 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 Dbackground_task_manager.cpp40 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 Dbackground_task_mgr_stub.cpp146 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 Dadvanced_notification_reminder_service.cpp54 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 Dsocperf.cpp105 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 Dnative_module.cpp53 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "bluetoothManager init"); in Init()
55 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "bluetooth init"); in Init()
H A Dnapi_bluetooth_host.cpp43 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 Dbg_continuous_task_napi_module.cpp227 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 Defficiency_resources_operation.cpp153 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 Dnapi_bluetooth_profile.cpp34 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 Dhitrace_meter_c.h25 #define HITRACE_TAG_OHOS (1ULL << 30) macro
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp56 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 Dnative_module_access.cpp35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "access init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnative_module_connection.cpp31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "connection init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnative_module_socket.cpp31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "socket init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnative_module_a2dp.cpp31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "a2dp init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnative_module_audio_manager.cpp31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "wearDetection init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/base_profile/
H A Dnative_module_base_profile.cpp35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "baseProfile init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/constant/
H A Dnative_module_constant.cpp35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "constant init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnative_module_hid.cpp35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "hid init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnative_module_map.cpp31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "map init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnative_module_opp.cpp31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "opp init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnative_module_pan.cpp35 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "pan init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnative_module_pbap.cpp31 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "pbap init"); in Init()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnative_module_hfp.cpp36 HITRACE_METER_NAME(HITRACE_TAG_OHOS, "hfp init"); in Init()

123