Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h137 …int32_t GetCapParam(const std::string &uuid, const std::string &dhId, std::shared_ptr<CapabilityIn…
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp742 int32_t ComponentManager::GetCapParam(const std::string &uuid, const std::string &dhId, in GetCapParam() function in OHOS::DistributedHardware::ComponentManager
791 if (GetCapParam(uuid, dhId, capability) == DH_FWK_SUCCESS) { in GetEnableParam()