Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/utils/lbsutils/include/
H A Ddynamic_library_loader.h27 typedef FuncType* (*funcEntry)(); typedef
51 funcEntry GetFunction(const std::string& funcName) in GetFunction()
63 return (funcEntry)(funcPtr); in GetFunction()