Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/config/
H A Ddm_config_manager.h37 constexpr const char* ADAPTER_LOAD_JSON_KEY = "devicemanager_adapter_components"; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp72 if (!IsArray(adapterJsonObject, ADAPTER_LOAD_JSON_KEY)) { in ParseAdapterConfig()
76 … auto soLoadInfo = adapterJsonObject[ADAPTER_LOAD_JSON_KEY].get<std::vector<AdapterSoLoadInfo>>(); in ParseAdapterConfig()