Searched refs:featureId (Results 1 – 9 of 9) sorted by relevance
/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
D | compose_rule.cpp | 69 for (const auto& featureId : featureIds) { in ParseRule() local 70 map<string, string> composeParams = GetMapFromJson(json, featureId); in ParseRule() 71 composeRules_.emplace_back(pair<string, map<string, string>>(featureId, composeParams)); in ParseRule() 80 …:string, std::string> ComposeRule::GetMapFromJson(const Json::Value& json, const string& featureId) in GetMapFromJson() argument 82 if (!json.isMember(featureId)) { in GetMapFromJson() 83 HIVIEW_LOGE("ComposeRule don't have %{public}s featureId.", featureId.c_str()); in GetMapFromJson() 87 auto value = json[featureId]; in GetMapFromJson()
|
D | extract_rule.cpp | 100 for (const auto& featureId : featureIds) { in ParseRule() local 101 …if (!IsMatchId(eventType, featureId) || !IsMatchPath(path, dirOrFile, subcatalog, fsets.fullPath))… in ParseRule() 110 featureSets_.emplace(pair<string, FeatureSet>(featureId, fsets)); in ParseRule() 111 featureIds_.emplace_back(featureId); in ParseRule() 112 …_LOGI("ParseFile eventId %{public}s, FeatureId %{public}s.", eventType.c_str(), featureId.c_str()); in ParseRule() 124 bool ExtractRule::IsMatchId(const string& eventType, const string& featureId) const in IsMatchId() 126 string firstMatch = StringUtil::GetRightSubstr(featureId, "_"); in IsMatchId()
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/ |
D | compose_rule.h | 36 …ap<std::string, std::string> GetMapFromJson(const Json::Value& json, const std::string& featureId);
|
D | extract_rule.h | 41 bool IsMatchId(const std::string& eventType, const std::string& featureId) const;
|
/base/powermgr/powermgr_lite/services/src/ |
D | screen_saver_feature.c | 55 f->identity.featureId = -1; in OnScreenSaverFeatureStop()
|
D | power_manage_feature.c | 52 f->identity.featureId = -1; in OnPowerManageFeatureStop()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
D | hks_samgr_service_feature.c | 57 g_hksMgrFeature.identity.featureId = -1; in FEATURE_OnStop()
|
/base/startup/appspawn_lite/services/src/ |
D | appspawn_service.c | 66 identity.serviceId, identity.featureId, identity.queueId); in Initialize()
|
/base/startup/appspawn/lite/ |
D | appspawn_service.c | 65 identity.serviceId, identity.featureId, identity.queueId); in Initialize()
|