/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
H A 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()
|
H A 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()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | service.c | 59 int16 featureId = VECTOR_Add(&(serviceImpl->features), impl); in DEFAULT_AddFeature() local 60 if (featureId == INVALID_INDEX) { in DEFAULT_AddFeature() 63 return featureId; in DEFAULT_AddFeature() 84 id.featureId = i; in DEFAULT_Initialize() 96 if (identity->featureId < 0) { in DEFAULT_MessageHandle() 103 if (VECTOR_Size(&serviceImpl->features) <= identity->featureId) { in DEFAULT_MessageHandle() 107 …FeatureImpl *featureImpl = (FeatureImpl *)VECTOR_At(&(serviceImpl->features), identity->featureId); in DEFAULT_MessageHandle() 128 id.featureId = i; in DEFAULT_StopService() 161 identity.featureId = pos; in DEFAULT_GetFeatureId()
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/include/ |
H A D | compose_rule.h | 36 …ap<std::string, std::string> GetMapFromJson(const Json::Value& json, const std::string& featureId);
|
H A D | extract_rule.h | 41 bool IsMatchId(const std::string& eventType, const std::string& featureId) const;
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | message.h | 81 int16 featureId; member
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/ |
H A D | samgr_player_server.cpp | 51 …FO_LOG("Initialize(%s)! Identity<%d, %d>\n", SERVICE_NAME, identity.serviceId, identity.featureId); in Initialize()
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | samgr_wms.cpp | 51 identity.serviceId, identity.featureId, identity.queueId); in Initialize()
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | screen_saver_feature.c | 55 f->identity.featureId = -1; in OnScreenSaverFeatureStop()
|
H A D | power_manage_feature.c | 52 f->identity.featureId = -1; in OnPowerManageFeatureStop()
|
/ohos5.0/base/security/device_security_level/services/sa/lite/mini/ |
H A D | dslm_service_feature.c | 55 g_dslmFeature.identity.featureId = -1; in FEATURE_OnStop()
|
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/ |
H A D | samgr_camera.cpp | 56 identity.serviceId, identity.featureId); in Initialize()
|
/ohos5.0/foundation/window/window_manager_lite/services/ims/ |
H A D | samgr_ims.cpp | 50 identity.serviceId, identity.featureId, identity.queueId); in Initialize()
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/ |
H A D | recorder_samgr.cpp | 47 identity.featureId); in Initialize()
|
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/ |
H A D | audio_capturer_samgr.cpp | 53 identity.featureId); in Initialize()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_feature_lite.cpp | 66 serverFeature->identity.featureId = -1; in OnStop()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_feature_lite.cpp | 68 serverFeature->identity.featureId = -1; in OnStop()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_feature_lite.cpp | 68 scanFeature->identity.featureId = -1; in OnStop()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_feature_lite.cpp | 68 deviceFeature->identity.featureId = -1; in OnStop()
|
/ohos5.0/base/security/device_security_level/services/sa/lite/small/ |
H A D | dslm_service_feature.c | 56 g_dslmFeature.identity.featureId = -1; in FEATURE_OnStop()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIDoc/ |
H A D | WIFI功能界面使用说明文档.md | 93 | 是否支持相关WLAN特性 | isFeatureSupported | (featureId: number) | … 430 - 限制条件:参数为特性功能Id (featureId: number)
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
H A D | hks_samgr_service_feature.c | 62 g_hksMgrFeature.identity.featureId = -1; in FEATURE_OnStop()
|
/ohos5.0/base/startup/appspawn/lite/ |
H A D | appspawn_service.c | 75 identity.serviceId, identity.featureId); in Initialize()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint.c | 125 id->serviceId, id->featureId); in SAMGR_AddRouter() 425 token, router->identity.serviceId, router->identity.featureId); in Dispatch() 457 … uid, router->saName.service, router->identity.serviceId, router->identity.featureId); in HandleIpc()
|
H A D | samgr_mini_ipc_adapter.c | 70 token, router->identity.serviceId, router->identity.featureId); in Dispatch()
|