/ohos5.0/foundation/ability/ability_runtime/test/unittest/remote_mission_listener_proxy_test/ |
H A D | remote_on_listener_proxy_test.cpp | 70 EXPECT_EQ(IRemoteOnListener::ON_CALLBACK, mock_->code_); 92 EXPECT_EQ(IRemoteOnListener::ON_CALLBACK, mock_->code_);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/remote_mission_listener_stub_test/ |
H A D | remote_on_listener_stub_test.cpp | 81 int res = stub_->OnRemoteRequest(IRemoteOnListener::ON_CALLBACK, data, reply, option); 100 int res = stub_->OnRemoteRequest(IRemoteOnListener::ON_CALLBACK, data, reply, option);
|
/ohos5.0/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
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | remote_on_listener_interface.h | 41 ON_CALLBACK = 0, enumerator
|
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/ |
H A D | screenlock_callback_stub.cpp | 40 case ON_CALLBACK: { in OnRemoteRequest()
|
H A D | screenlock_system_ability_stub.cpp | 40 case ON_CALLBACK: { in OnRemoteRequest()
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | remote_on_listener_stub.cpp | 40 case IRemoteOnListener::ON_CALLBACK: { in OnRemoteRequest()
|
H A D | remote_on_listener_proxy.cpp | 58 int result = remote->SendRequest(IRemoteOnListener::ON_CALLBACK, data, reply, option); in OnCallback()
|
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/ |
H A D | async_callback_info.h | 42 ON_CALLBACK = 1, enumerator
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dms_continue_recv_manager.cpp | 39 constexpr int32_t ON_CALLBACK = 0; variable 401 int32_t error = obj->SendRequest(ON_CALLBACK, data, reply, option); in NotifyRecvBroadcast()
|
/ohos5.0/base/sensors/sensor/frameworks/js/napi/src/ |
H A D | sensor_napi_utils.cpp | 195 {ON_CALLBACK, ConvertToSensorData},
|
H A D | sensor_js.cpp | 349 …sptr<AsyncCallbackInfo> asyncCallbackInfo = new (std::nothrow) AsyncCallbackInfo(env, ON_CALLBACK); in UpdateCallbackInfos()
|