Home
last modified time | relevance | path

Searched refs:LOAD_FUNC (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/ffrt/src/util/
H A Dcpu_boost_ohos.h69 #define LOAD_FUNC(x) x##Temp = reinterpret_cast<x##Type>(dlsym(handle, #x)); \ in Load() macro
74 LOAD_FUNC(cpu_boost_start); in Load()
75 LOAD_FUNC(cpu_boost_end); in Load()
76 LOAD_FUNC(cpu_boost_save); in Load()
77 LOAD_FUNC(cpu_boost_restore); in Load()
78 #undef LOAD_FUNC in Load() macro
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_client_adapter.h109 #define LOAD_FUNC(func) func##Func = reinterpret_cast<func##Type>(dlsym(handle_1, #func)); \ in Load() macro
120 LOAD_FUNC(AddThreadToRtg); in Load()
121 LOAD_FUNC(BeginFrameFreq); in Load()
122 LOAD_FUNC(EndFrameFreq); in Load()
123 LOAD_FUNC(DestroyRtgGrp); in Load()
124 LOAD_FUNC(CTC_QueryInterval); in Load()
125 #undef LOAD_FUNC in Load() macro
/foundation/resourceschedule/ffrt/src/dfx/trace/
H A Dffrt_trace.h121 #define LOAD_FUNC(x) x = reinterpret_cast<x##Type>(dlsym(handle, #x)); \ in Load() macro
127 LOAD_FUNC(IsTagEnabled); in Load()
128 LOAD_FUNC(StartTrace); in Load()
129 LOAD_FUNC(FinishTrace); in Load()
130 LOAD_FUNC(StartAsyncTrace); in Load()
131 LOAD_FUNC(FinishAsyncTrace); in Load()
132 LOAD_FUNC(CountTrace); in Load()
133 #undef LOAD_FUNC in Load() macro
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_runner.cpp158 if (!(LOAD_FUNC(CORE_NS::CreatePluginRegistry, in LoadEngineLib()
160 && LOAD_FUNC(CORE_NS::GetPluginRegister, "_ZN4Core17GetPluginRegisterEv") in LoadEngineLib()
161 && LOAD_FUNC(CORE_NS::IsDebugBuild, "_ZN4Core12IsDebugBuildEv") in LoadEngineLib()
162 && LOAD_FUNC(CORE_NS::GetVersion, "_ZN4Core13GetVersionRevEv"))) { in LoadEngineLib()
165 #undef LOAD_FUNC in LoadEngineLib() macro
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp163 #define LOAD_FUNC(fn, name) LoadFunc<decltype(fn)>(fn, name, engineInstance_.libHandle_) in LoadEngineLib() macro
164 if (!(LOAD_FUNC(CORE_NS::CreatePluginRegistry, in LoadEngineLib()
166 && LOAD_FUNC(CORE_NS::GetPluginRegister, "_ZN4Core17GetPluginRegisterEv") in LoadEngineLib()
167 && LOAD_FUNC(CORE_NS::IsDebugBuild, "_ZN4Core12IsDebugBuildEv") in LoadEngineLib()
168 && LOAD_FUNC(CORE_NS::GetVersion, "_ZN4Core13GetVersionRevEv"))) { in LoadEngineLib()
171 #undef LOAD_FUNC in LoadEngineLib() macro
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp152 #define LOAD_FUNC(fn, name) LoadFunc<decltype(fn)>(fn, name, libHandle_) in LoadEngineLib() macro
153 if (!(LOAD_FUNC(CORE_NS::CreatePluginRegistry, in LoadEngineLib()
155 && LOAD_FUNC(CORE_NS::GetPluginRegister, "_ZN4Core17GetPluginRegisterEv") in LoadEngineLib()
156 && LOAD_FUNC(CORE_NS::IsDebugBuild, "_ZN4Core12IsDebugBuildEv") in LoadEngineLib()
157 && LOAD_FUNC(CORE_NS::GetVersion, "_ZN4Core13GetVersionRevEv"))) { in LoadEngineLib()
160 #undef LOAD_FUNC in LoadEngineLib() macro

Completed in 5 milliseconds