Lines Matching defs:handle
104 if (saProfile.handle == nullptr) {
107 int32_t ret = dlclose(saProfile.handle);
109 HILOGW("close handle failed with errno:%{public}d!", errno);
111 saProfile.handle = nullptr;
148 if (saProfile.handle == nullptr) {
152 DlHandle handle = nullptr;
154 handle = dlopen(saProfile.libPath.c_str(), RTLD_NOW);
157 handle = dlopen(saProfile.libPath.c_str(), RTLD_NOW);
163 if (handle == nullptr) {
175 saProfile.handle = handle;
177 KHILOGI("SA:%{public}d handle is not null", saProfile.saId);