Home
last modified time | relevance | path

Searched refs:ON_CALLBACK (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/remote_mission_listener_proxy_test/
H A Dremote_on_listener_proxy_test.cpp70 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 Dremote_on_listener_stub_test.cpp81 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 Dscreenlock_callback_interface.h31 enum Message { ON_CALLBACK = 0 }; enumerator
H A Dscreenlock_system_ability_interface.h38 ON_CALLBACK = 0 enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dremote_on_listener_interface.h41 ON_CALLBACK = 0, enumerator
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_callback_stub.cpp40 case ON_CALLBACK: { in OnRemoteRequest()
H A Dscreenlock_system_ability_stub.cpp40 case ON_CALLBACK: { in OnRemoteRequest()
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_callback_proxy.cpp41 int32_t errorCode = Remote()->SendRequest(ON_CALLBACK, data, reply, option); in OnCallBack()
H A Dscreenlock_system_ability_proxy.cpp45 int32_t error = Remote()->SendRequest(ON_CALLBACK, data, reply, option); in OnCallBack()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dremote_on_listener_stub.cpp40 case IRemoteOnListener::ON_CALLBACK: { in OnRemoteRequest()
H A Dremote_on_listener_proxy.cpp58 int result = remote->SendRequest(IRemoteOnListener::ON_CALLBACK, data, reply, option); in OnCallback()
/ohos5.0/base/sensors/sensor/frameworks/js/napi/include/
H A Dasync_callback_info.h42 ON_CALLBACK = 1, enumerator
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp39 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 Dsensor_napi_utils.cpp195 {ON_CALLBACK, ConvertToSensorData},
H A Dsensor_js.cpp349 …sptr<AsyncCallbackInfo> asyncCallbackInfo = new (std::nothrow) AsyncCallbackInfo(env, ON_CALLBACK); in UpdateCallbackInfos()