Home
last modified time | relevance | path

Searched refs:MsdpAlgoHandle (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/libs/interface/
H A Ddevicestatus_msdp_interface.h46 struct MsdpAlgoHandle { struct
51 MsdpAlgoHandle() : handle(nullptr), create(nullptr), destroy(nullptr), pAlgorithm(nullptr) {} in MsdpAlgoHandle() function
52 ~MsdpAlgoHandle() {} in ~MsdpAlgoHandle()
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_msdp_client_impl.h71 MsdpAlgoHandle mock_;
72 MsdpAlgoHandle algo_;
/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_mock_test.cpp61 int32_t LoadMockLibrary(const std::shared_ptr<MsdpAlgoHandle> &mockHandler);
62 int32_t UnloadMockLibrary(const std::shared_ptr<MsdpAlgoHandle> &mockHandler);
81 int32_t DeviceStatusMsdpMocKTest::LoadMockLibrary(const std::shared_ptr<MsdpAlgoHandle> &mockHandler) in LoadMockLibrary()
117 int32_t DeviceStatusMsdpMocKTest::UnloadMockLibrary(const std::shared_ptr<MsdpAlgoHandle> &mockHandler) in UnloadMockLibrary()
401 std::shared_ptr<MsdpAlgoHandle> mock = std::make_shared<MsdpAlgoHandle>(); in HWTEST_F()
H A Ddevice_status_algorithm_test.cpp60 int32_t LoadAlgoLibrary(const std::shared_ptr<MsdpAlgoHandle> &algoHandler);
61 int32_t UnloadAlgoLibrary(const std::shared_ptr<MsdpAlgoHandle> &algoHandler);
78 int32_t DeviceStatusAlgorithmTest::LoadAlgoLibrary(const std::shared_ptr<MsdpAlgoHandle> &algoHandler) in LoadAlgoLibrary()
114 int32_t DeviceStatusAlgorithmTest::UnloadAlgoLibrary(const std::shared_ptr<MsdpAlgoHandle> &algoHandler) in UnloadAlgoLibrary()
592 std::shared_ptr<MsdpAlgoHandle> algo = std::make_shared<MsdpAlgoHandle>(); in HWTEST_F()

Completed in 3 milliseconds