Searched refs:USER (Results 1 – 7 of 7) sorted by relevance
/base/startup/init/services/modules/trace/ |
D | init_trace.cfg | 234 "USER" : [ 239 "type" : "USER", 247 "type" : "USER", 255 "type" : "USER", 263 "type" : "USER", 271 "type" : "USER", 279 "type" : "USER", 287 "type" : "USER", 295 "type" : "USER", 303 "type" : "USER", [all …]
|
/base/hiviewdfx/hitrace/cmd/src/ |
D | hitrace_cmd.cpp | 885 g_tagMap["account"] = { "account", "Account Manager", HITRACE_TAG_ACCOUNT_MANAGER, USER, {}}; in InitOtherUserTags() 886 …["dhfwk"] = { "dhfwk", "Distributed Hardware FWK", HITRACE_TAG_DISTRIBUTED_HARDWARE_FWK, USER, {}}; in InitOtherUserTags() 887 …g_tagMap["dscreen"] = { "dscreen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}}; in InitOtherUserTags() 888 g_tagMap["daudio"] = { "daudio", "Distributed Audio", HITRACE_TAG_DISTRIBUTED_AUDIO, USER, {}}; in InitOtherUserTags() 889 g_tagMap["dinput"] = { "dinput", "Distributed Input", HITRACE_TAG_DISTRIBUTED_INPUT, USER, {}}; in InitOtherUserTags() 890 …gMap["devicemanager"] = { "devicemanager", "Device Manager", HITRACE_TAG_DEVICE_MANAGER, USER, {}}; in InitOtherUserTags() 891 …gMap["deviceprofile"] = { "deviceprofile", "Device Profile", HITRACE_TAG_DEVICE_PROFILE, USER, {}}; in InitOtherUserTags() 892 …g_tagMap["dsched"] = { "dsched", "Distributed Schedule", HITRACE_TAG_DISTRIBUTED_SCHEDULE, USER, {… in InitOtherUserTags() 893 g_tagMap["huks"] = { "huks", "Universal KeyStore", HITRACE_TAG_HUKS, USER, {}}; in InitOtherUserTags() 894 … g_tagMap["dlpcre"] = { "dlpcre", "Dlp Credential Service", HITRACE_TAG_DLP_CREDENTIAL, USER, {}}; in InitOtherUserTags() [all …]
|
/base/hiviewdfx/hitrace/cmd/include/ |
D | hitrace_osal.h | 26 enum TraceType { USER, KERNEL }; enumerator
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
D | cdma_sms_parameter_record.h | 118 enum SubaddressType : uint8_t { NSAP = 0b000, USER = 0b001, RESERVED }; enumerator
|
D | cdma_sms_common.h | 224 enum class TransportSubAddrType : uint8_t { NSAP = 0x00, USER = 0x01, RESERVED }; enumerator
|
/base/telephony/sms_mms/services/sms/cdma/ |
D | cdma_sms_parameter_record.cpp | 398 } else if (v1 == USER) { in Decode() 399 address_.type = TransportSubAddrType::USER; in Decode()
|
/base/telephony/sms_mms/test/unittest/ |
D | cdma_sms_test.cpp | 104 case TransportSubAddrType::USER: in PrintSubAddr()
|