Searched refs:PREFIX (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | rule_type.h | 23 PREFIX,
enumerator
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | rule_type.h | 23 PREFIX, enumerator
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | process_collector_impl.cpp | 37 const std::string PREFIX = "memcg_process_"; member 115 filePath = CommonUtil::CreateExportFile(PROCESS_COLLECTOT_DIR, MAX_FILE_NUM, PREFIX, SUFFIX); in ExportMemCgProcesses()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_persist_helper.cpp | 52 const std::string PREFIX = "+86"; member 322 numTemp.substr(PREFIX.size(), NUMBER_START_STR.size()) == NUMBER_START_STR) { in CbnFormat() 324 if (numTemp.substr(0, PREFIX.size()) == PREFIX) { in CbnFormat() 325 numTemp.erase(0, PREFIX.size()); in CbnFormat() 333 if (numTemp.substr(0, PREFIX.size()) == PREFIX) { in CbnFormat() 337 formatNum.assign(PREFIX + numTemp); in CbnFormat()
|
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_init.cpp | 67 napi_create_int32(env, PREFIX, &prefix); in InitRuleTypeEnum() 72 ruleTypeMap["PREFIX"] = prefix; in InitRuleTypeEnum()
|
/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool.cpp | 47 { "PREFIX", RuleType::PREFIX }, in GetRuleTypeFromArg() 220 cout << "hisysevent [[-v] -r [-d | -c [WHOLE_WORD|PREFIX|REGULAR] -t <tag> " in DoCmdHelp() 221 << "| -c [WHOLE_WORD|PREFIX|REGULAR] -o <domain> -n <eventName> " in DoCmdHelp() 226 cout << "-r -c [WHOLE_WORD|PREFIX|REGULAR] -t <tag>" in DoCmdHelp() 228 cout << "-r -c [WHOLE_WORD|PREFIX|REGULAR] -o <domain> -n <eventName>" in DoCmdHelp()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_service_ohos.cpp | 75 case RuleType::PREFIX: in MatchContent()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 86 const std::string PREFIX = "+86"; member
|
Completed in 8 milliseconds