Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp27 void from_json(const nlohmann::json &jsonObject, AdapterSoLoadInfo &soLoadInfo) in from_json() argument
34 soLoadInfo.name = jsonObject["name"].get<std::string>(); in from_json()
35 soLoadInfo.type = jsonObject["type"].get<std::string>(); in from_json()
36 soLoadInfo.version = jsonObject["version"].get<std::string>(); in from_json()
37 soLoadInfo.funcName = jsonObject["funcName"].get<std::string>(); in from_json()
38 soLoadInfo.soName = jsonObject["soName"].get<std::string>(); in from_json()
39 soLoadInfo.soPath = jsonObject["soPath"].get<std::string>(); in from_json()
42 void from_json(const nlohmann::json &jsonObject, AuthSoLoadInfo &soLoadInfo) in from_json() argument
50 soLoadInfo.authType = jsonObject["authType"].get<int32_t>(); in from_json()
51 soLoadInfo in from_json()
76 auto soLoadInfo = adapterJsonObject[ADAPTER_LOAD_JSON_KEY].get<std::vector<AdapterSoLoadInfo>>(); ParseAdapterConfig() local
106 auto soLoadInfo = authJsonObject[AUTH_LOAD_JSON_KEY].get<std::vector<AuthSoLoadInfo>>(); ParseAuthConfig() local
[all...]

Completed in 1 milliseconds