Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/config/
H A Djson_config.h45 const std::string authJsonConfigString = variable
/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()