Home
last modified time | relevance | path

Searched defs:so_handle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp140 void *so_handle = nullptr; in ~DmConfigManager() local
187 void *so_handle = nullptr; in GetCryptoAdapter() local
220 void *so_handle = nullptr; in GetAuthAdapter() local
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp886 void *so_handle = dlopen(LIB_IMPL_NAME, RTLD_NOW | RTLD_NODELETE); in IsDMServiceImplReady() local
1114 void *so_handle = dlopen(LIB_IMPL_NAME, RTLD_NOW | RTLD_NOLOAD); in UnloadDMServiceImplSo() local
1133 void *so_handle = dlopen(LIB_DM_ADAPTER_NAME, RTLD_NOW | RTLD_NODELETE); in IsDMServiceAdapterLoad() local
1168 void *so_handle = dlopen(LIB_DM_ADAPTER_NAME, RTLD_NOW | RTLD_NOLOAD); in UnloadDMServiceAdapter() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp437 void *so_handle = dlopen(soName.c_str(), RTLD_NOW | RTLD_NOLOAD); in LoadDpSyncAdapter() local
485 void *so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NOLOAD); in UnloadDpSyncAdapter() local