Home
last modified time | relevance | path

Searched refs:authJsonObject (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp97 nlohmann::json authJsonObject = nlohmann::json::parse(authJsonConfigString, nullptr, false); in ParseAuthConfig() local
98 if (authJsonObject.is_discarded()) { in ParseAuthConfig()
102 if (!IsArray(authJsonObject, AUTH_LOAD_JSON_KEY)) { in ParseAuthConfig()
106 auto soLoadInfo = authJsonObject[AUTH_LOAD_JSON_KEY].get<std::vector<AuthSoLoadInfo>>(); in ParseAuthConfig()