Home
last modified time | relevance | path

Searched refs:dlName (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/services/native/src/
H A Ddevicestatus_msdp_client_impl.cpp355 std::string dlName = DEVICESTATUS_MOCK_LIB_PATH; in LoadMockLibrary() local
357 if (realpath(dlName .c_str(), libRealPath) == nullptr) { in LoadMockLibrary()
372 dlName.c_str()); in LoadMockLibrary()
418 std::string dlName = DEVICESTATUS_ALGO_LIB_PATH; in LoadAlgoLibrary() local
420 if (realpath(dlName .c_str(), libRealPath) == nullptr) { in LoadAlgoLibrary()
435 dlName.c_str()); in LoadAlgoLibrary()
/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_mock_test.cpp93 std::string dlName = DEVICESTATUS_MOCK_LIB_PATH; in LoadMockLibrary() local
95 if (realpath(dlName.c_str(), libRealPath) == nullptr) { in LoadMockLibrary()
109 FI_HILOGE("%{public}s dlsym create or destroy failed", dlName.c_str()); in LoadMockLibrary()
H A Ddevice_status_algorithm_test.cpp90 std::string dlName = DEVICESTATUS_ALGO_LIB_PATH; in LoadAlgoLibrary() local
92 if (realpath(dlName.c_str(), libRealPath) == nullptr) { in LoadAlgoLibrary()
106 FI_HILOGE("%{public}s dlsym create or destroy failed", dlName.c_str()); in LoadAlgoLibrary()

Completed in 3 milliseconds