Home
last modified time | relevance | path

Searched defs:dlName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/runtime/
H A Dcj_runtime_delegate.cpp33 void* CJRuntimeDelegate::LoadCJLibrary(const char* dlName) in LoadCJLibrary()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/test/unittest/cj_environment_test/
H A Dcj_environment_test.cpp250 char* dlName = dlNames; variable
265 char* dlName = dlNames; variable
/ohos5.0/base/msdp/device_status/services/native/src/
H A Ddevicestatus_msdp_client_impl.cpp356 std::string dlName = DEVICESTATUS_MOCK_LIB_PATH; in LoadMockLibrary() local
419 std::string dlName = DEVICESTATUS_ALGO_LIB_PATH; in LoadAlgoLibrary() local
/ohos5.0/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
H A Ddevice_status_algorithm_test.cpp90 std::string dlName = DEVICESTATUS_ALGO_LIB_PATH; in LoadAlgoLibrary() local
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp394 void* CJEnvironment::LoadCJLibrary(const char* dlName) in LoadCJLibrary()
417 void* CJEnvironment::LoadCJLibrary(OHOS::CJEnvironment::LibraryKind kind, const char* dlName) in LoadCJLibrary()