Home
last modified time | relevance | path

Searched refs:CompConfig (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h51 struct CompConfig { struct
89 void GetAllHandler(std::map<DHType, CompConfig> &dhtypeMap);
91 int32_t GetCompPathAndVersion(const std::string &jsonStr, std::map<DHType, CompConfig> &dhtypeMap);
92 CompVersion GetCompVersionFromComConfig(const CompConfig& cCfg);
97 void ParseCompConfigFromJson(cJSON *component, CompConfig &config);
98 void ParseResourceDescFromJson(cJSON *resourceDescs, CompConfig &config);
99 bool CheckComponentEnable(const CompConfig &config);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp45 CompConfig config = { in HWTEST_F()
54 CompConfig config1 = { in HWTEST_F()
285 std::map<DHType, CompConfig> dhtypeMap; in HWTEST_F()
319 std::map<DHType, CompConfig> dhtypeMap; in HWTEST_F()
458 CompConfig cfg; in HWTEST_F()
478 CompConfig cfg; in HWTEST_F()
499 CompConfig cfg; in HWTEST_F()
521 CompConfig cfg; in HWTEST_F()
544 CompConfig cfg; in HWTEST_F()
568 CompConfig cf in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp110 int32_t ParseComponent(const cJSON *json, CompConfig &cfg) in ParseComponent()
135 int32_t ParseSource(const cJSON *json, CompConfig &cfg) in ParseSource()
155 int32_t ParseSink(const cJSON *json, CompConfig &cfg) in ParseSink()
175 int32_t ParseResourceDesc(const cJSON *json, CompConfig &cfg) in ParseResourceDesc()
201 void from_json(const cJSON *json, CompConfig &cfg) in from_json()
221 CompVersion ComponentLoader::GetCompVersionFromComConfig(const CompConfig& cCfg) in GetCompVersionFromComConfig()
232 bool ComponentLoader::CheckComponentEnable(const CompConfig &config) in CheckComponentEnable()
248 int32_t ComponentLoader::GetCompPathAndVersion(const std::string &jsonStr, std::map<DHType, CompConfig> &dhtypeMap) in GetCompPathAndVersion()
267 DHLOGE("CompConfig size is invalid!"); in GetCompPathAndVersion()
273 CompConfig confi in GetCompPathAndVersion()
[all...]

Completed in 3 milliseconds