Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/src/
H A Drs_frame_report_ext.cpp64 frameSchedHandle_ = dlopen(FRAME_AWARE_SO_PATH.c_str(), RTLD_LAZY); in LoadLibrary()
65 if (frameSchedHandle_ == nullptr) { in LoadLibrary()
78 if (dlclose(frameSchedHandle_) != 0) { in CloseLibrary()
82 frameSchedHandle_ = nullptr; in CloseLibrary()
94 void *funcSym = dlsym(frameSchedHandle_, symName); in LoadSymbol()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H A Drs_frame_report.cpp67 frameSchedHandle_ = dlopen(FRAME_AWARE_SO_PATH.c_str(), RTLD_LAZY); in LoadLibrary()
68 if (frameSchedHandle_ == nullptr) { in LoadLibrary()
81 if (dlclose(frameSchedHandle_) != 0) { in CloseLibrary()
85 frameSchedHandle_ = nullptr; in CloseLibrary()
96 void *funcSym = dlsym(frameSchedHandle_, symName); in LoadSymbol()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp47 frameSchedHandle_ = dlopen(FRAME_AWARE_SO_PATH.c_str(), RTLD_LAZY); in LoadLibrary()
48 CHECK_NULL_RETURN(frameSchedHandle_, false); in LoadLibrary()
96 if (dlclose(frameSchedHandle_) != 0) { in CloseLibrary()
100 frameSchedHandle_ = nullptr; in CloseLibrary()
106 CHECK_NULL_RETURN(frameSchedHandle_, nullptr); in LoadSymbol()
107 return dlsym(frameSchedHandle_, symName); in LoadSymbol()
/ohos5.0/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/src/
H A Drs_frame_report_ext.cpp60 frameSchedHandle_ = dlopen(FRAME_AWARE_SO_PATH.c_str(), RTLD_LAZY); in LoadLibrary()
61 if (frameSchedHandle_ == nullptr) { in LoadLibrary()
79 void *funcSym = dlsym(frameSchedHandle_, symName); in LoadSymbol()
/ohos5.0/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/include/
H A Drs_frame_report_ext.h39 void *frameSchedHandle_ = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/
H A Drs_frame_report_ext.h44 void *frameSchedHandle_ = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H A Drs_frame_report.h54 void *frameSchedHandle_ = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp31 frameSchedHandle_ = nullptr; in LoadLibrary()
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_frame_report.cpp31 frameSchedHandle_ = nullptr; in LoadLibrary()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h78 void* frameSchedHandle_ = nullptr; variable