Searched refs:ON_CALLBACK (Results 1 - 9 of 9) sorted by relevance
/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_callback_interface.h | 31 enum Message { ON_CALLBACK = 0 }; enumerator
|
H A D | screenlock_system_ability_interface.h | 38 ON_CALLBACK = 0 enumerator
|
/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_system_ability_stub.cpp | 40 case ON_CALLBACK: { in OnRemoteRequest()
|
H A D | screenlock_callback_stub.cpp | 40 case ON_CALLBACK: { in OnRemoteRequest()
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_callback_proxy.cpp | 41 int32_t errorCode = Remote()->SendRequest(ON_CALLBACK, data, reply, option); in OnCallBack()
|
H A D | screenlock_system_ability_proxy.cpp | 45 int32_t error = Remote()->SendRequest(ON_CALLBACK, data, reply, option); in OnCallBack()
|
/base/sensors/sensor/frameworks/js/napi/include/ |
H A D | async_callback_info.h | 42 ON_CALLBACK = 1,
enumerator
|
/base/sensors/sensor/frameworks/js/napi/src/ |
H A D | sensor_napi_utils.cpp | 194 {ON_CALLBACK, ConvertToSensorData},
|
H A D | sensor_js.cpp | 309 sptr<AsyncCallbackInfo> asyncCallbackInfo = new (std::nothrow) AsyncCallbackInfo(env, ON_CALLBACK); in UpdateCallbackInfos()
|
Completed in 6 milliseconds