Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp61 const std::string COMPONENTSLOAD_DISTRIBUTED_COMPONENTS = "distributed_components"; variable
259 if (!IsArray(root, COMPONENTSLOAD_DISTRIBUTED_COMPONENTS)) { in GetCompPathAndVersion()
264 cJSON *components = cJSON_GetObjectItem(root, COMPONENTSLOAD_DISTRIBUTED_COMPONENTS.c_str()); in GetCompPathAndVersion()