Home
last modified time | relevance | path

Searched refs:algo_ (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/services/native/src/
H A Ddevicestatus_msdp_client_impl.cpp414 if (algo_.handle != nullptr) { in LoadAlgoLibrary()
424 algo_.handle = dlopen(libRealPath, RTLD_LAZY); in LoadAlgoLibrary()
425 if (algo_.handle == nullptr) { in LoadAlgoLibrary()
430 algo_.create = reinterpret_cast<LoadMockLibraryFunc>(dlsym(algo_.handle, "Create")); in LoadAlgoLibrary()
432 algo_.destroy = reinterpret_cast<LoadMockLibraryPtr>(dlsym(algo_.handle, "Destroy")); in LoadAlgoLibrary()
433 if ((algo_.create == nullptr) || (algo_.destroy == nullptr)) { in LoadAlgoLibrary()
436 dlclose(algo_ in LoadAlgoLibrary()
[all...]
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_msdp_client_impl.h72 MsdpAlgoHandle algo_; member in OHOS::Msdp::DeviceStatus::DeviceStatusMsdpClientImpl

Completed in 2 milliseconds