Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dimage_module.h79 onLoadFunc_(UNDEFINED), in ImageModule()
85 jerry_release_value(onLoadFunc_); in ~ImageModule()
140 jerry_value_t onLoadFunc_; variable
H A Dimage_module.cpp122 jerry_release_value(imageModel->onLoadFunc_); in OnLoadSetter()
123 imageModel->onLoadFunc_ = args[0]; in OnLoadSetter()
145 return imageModel->onLoadFunc_; in OnLoadGetter()
323 targetFunction = imageModule->onLoadFunc_; in OnCallBack()