Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h138 int32_t GetMetaParam(const std::string &uuid, const std::string &dhId,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp766 int32_t ComponentManager::GetMetaParam(const std::string &uuid, const std::string &dhId, in GetMetaParam() function in OHOS::DistributedHardware::ComponentManager
800 if (GetMetaParam(uuid, dhId, metaCapPtr) == DH_FWK_SUCCESS) { in GetEnableParam()