Searched refs:USER (Results 1 – 6 of 6) sorted by relevance
/developtools/bytrace/bin/src/ |
D | bytrace_cmd.cpp | 997 …["dhfwk"] = { "dhfwk", "Distributed Hardware FWK", HITRACE_TAG_DISTRIBUTED_HARDWARE_FWK, USER, {}}; in InitOtherUserTags() 998 g_tagMap["account"] = { "account", "Account Manager", HITRACE_TAG_ACCOUNT_MANAGER, USER, {}}; in InitOtherUserTags() 999 g_tagMap["daudio"] = { "daudio", "Distributed Audio", HITRACE_TAG_DISTRIBUTED_AUDIO, USER, {}}; in InitOtherUserTags() 1000 …g_tagMap["dscreen"] = { "dscreen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}}; in InitOtherUserTags() 1001 …g_tagMap["dcamera"] = { "dcamera", "Distributed Camera", HITRACE_TAG_DISTRIBUTED_CAMERA, USER, {}}; in InitOtherUserTags() 1002 g_tagMap["dinput"] = { "dinput", "Distributed Input", HITRACE_TAG_DISTRIBUTED_INPUT, USER, {}}; in InitOtherUserTags() 1003 …gMap["devicemanager"] = { "devicemanager", "Device Manager", HITRACE_TAG_DEVICE_MANAGER, USER, {}}; in InitOtherUserTags() 1004 …gMap["deviceprofile"] = { "deviceprofile", "Device Profile", HITRACE_TAG_DEVICE_PROFILE, USER, {}}; in InitOtherUserTags() 1005 …g_tagMap["dsched"] = { "dsched", "Distributed Schedule", HITRACE_TAG_DISTRIBUTED_SCHEDULE, USER, {… in InitOtherUserTags() 1006 g_tagMap["huks"] = { "huks", "Universal KeyStore", HITRACE_TAG_HUKS, USER, {}}; in InitOtherUserTags() [all …]
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
D | apl_config.py | 36 USER='hhhhs' variable
|
D | readme.md | 31 `USER`:svn的用户名
|
/developtools/bytrace/bin/include/ |
D | bytrace_osal.h | 25 enum TraceType { USER, KERNEL }; enumerator
|
/developtools/hiperf/include/ |
D | perf_events.h | 532 USER = 1, enumerator
|
/developtools/hiperf/src/ |
D | perf_events.cpp | 139 if (eventSpaceType_ == EventSpaceType::USER) { in AddOffCpuEvent() 235 eventSpaceType_ |= EventSpaceType::USER; in AddEvent()
|