Home
last modified time | relevance | path

Searched refs:algo_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_msdp_client_impl.cpp431 algo_.create = reinterpret_cast<LoadMockLibraryFunc>(dlsym(algo_.handle, "Create")); in LoadAlgoLibrary()
433 algo_.destroy = reinterpret_cast<LoadMockLibraryPtr>(dlsym(algo_.handle, "Destroy")); in LoadAlgoLibrary()
434 if ((algo_.create == nullptr) || (algo_.destroy == nullptr)) { in LoadAlgoLibrary()
437 dlclose(algo_.handle); in LoadAlgoLibrary()
438 algo_.Clear(); in LoadAlgoLibrary()
454 algo_.destroy(algo_.pAlgorithm); in UnloadAlgoLibrary()
457 dlclose(algo_.handle); in UnloadAlgoLibrary()
458 algo_.Clear(); in UnloadAlgoLibrary()
466 CHKPP(algo_.handle); in GetAlgoInst()
468 algo_.pAlgorithm = algo_.create(); in GetAlgoInst()
[all …]
/ohos5.0/base/msdp/device_status/services/native/include/
H A Ddevicestatus_msdp_client_impl.h72 MsdpAlgoHandle algo_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_packet.cpp248 algo_ = algo; in SetCompressAlgo()
253 return algo_; in GetCompressAlgo()
H A Dsingle_ver_data_packet.h142 … CompressAlgorithm algo_ = CompressAlgorithm::NONE; // used for param while serialize compress data variable