Searched refs:LoadInterface (Results 1 – 7 of 7) sorted by relevance
23 from services.interface.load_interface import LoadInterface37 loader: LoadInterface, argument
23 from services.interface.load_interface import LoadInterface41 loader: LoadInterface, argument
29 void* LoadInterface(const char* symbolName);
51 void* LibraryLoader::LoadInterface(const char* symbolName) in LoadInterface() function in OHOS::PowerMgr::LibraryLoader
75 curFunc = LoadInterface(iter->first.c_str()); in LoadAllInterfaces()
24 class LoadInterface(ServiceInterface): class
20 from services.interface.load_interface import LoadInterface32 class OHOSLoader(LoadInterface):