Searched refs:OnCallBack (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/screen_lock/ |
H A D | unlock_screen_callback.cpp | 26 void UnlockScreenCallback::OnCallBack(const int32_t screenLockResult) in OnCallBack() function in OHOS::AbilityRuntime::UnlockScreenCallback
|
/foundation/ability/ability_runtime/services/abilitymgr/include/screen_lock/ |
H A D | unlock_screen_callback.h | 30 void OnCallBack(const int32_t screenLockResult) override;
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | image_module.cpp | 204 OnCallBack(context, imageModel, false, "src is null"); in OnSrcSetter() 212 OnCallBack(context, imageModel, false, "unknown image"); in OnSrcSetter() 215 OnCallBack(context, imageModel, true, "load sucess"); in OnSrcSetter() 313 void ImageModule::OnCallBack(const jerry_value_t context, in OnCallBack() function in OHOS::ACELite::ImageModule
|
H A D | image_module.h | 61 static void OnCallBack(const jerry_value_t context, const ImageModule *imageModule, bool isSucess, const char* msg);
|
Completed in 2 milliseconds