Home
last modified time | relevance | path

Searched refs:GetLocalDHVersion (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/versionmanager/
H A Dversion_manager.cpp34 int32_t ret = ComponentLoader::GetInstance().GetLocalDHVersion(dhVersion); in Init()
36 DHLOGE("GetLocalDHVersion fail"); in Init()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h82 int32_t GetLocalDHVersion(DHVersion &dhVersion);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_manager.cpp158 int32_t ret = ComponentLoader::GetInstance().GetLocalDHVersion(dhVersion); in GetComponentVersion()
160 DHLOGE("GetLocalDHVersion fail, errCode = %{public}d", ret); in GetComponentVersion()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp139 ComponentLoader::GetInstance().GetLocalDHVersion(dhVersion); in ShowAllLoadedComps()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp66 * @tc.desc: Verify the GetLocalDHVersion function.
75 auto ret = ComponentLoader::GetInstance().GetLocalDHVersion(dhVersion); in HWTEST_F()
79 ret = ComponentLoader::GetInstance().GetLocalDHVersion(dhVersion); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp346 int32_t ComponentLoader::GetLocalDHVersion(DHVersion &dhVersion) in GetLocalDHVersion() function in OHOS::DistributedHardware::ComponentLoader

Completed in 5 milliseconds