Home
last modified time | relevance | path

Searched refs:UnsubscribeCallback (Results 1 - 15 of 15) sorted by relevance

/base/msdp/device_status/test/unittest/interfaces/src/
H A Ddevicestatus_client_test.cpp65 result = stationaryMgr->UnsubscribeCallback(Type::TYPE_VERTICAL_POSITION, activityEvent, cb); in HWTEST_F()
70 result = stationaryMgr->UnsubscribeCallback(Type::TYPE_INVALID, activityEvent, cb); in HWTEST_F()
75 result = stationaryMgr->UnsubscribeCallback(Type::TYPE_ABSOLUTE_STILL, activityEvent, cb); in HWTEST_F()
80 result = stationaryMgr->UnsubscribeCallback(Type::TYPE_HORIZONTAL_POSITION, activityEvent, cb); in HWTEST_F()
85 result = stationaryMgr->UnsubscribeCallback(Type::TYPE_LID_OPEN, activityEvent, cb); in HWTEST_F()
90 result = stationaryMgr->UnsubscribeCallback(Type::TYPE_MAX, activityEvent, cb); in HWTEST_F()
/base/msdp/device_status/frameworks/native/src/
H A Dstationary_manager.cpp42 int32_t StationaryManager::UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback) in UnsubscribeCallback() function in OHOS::Msdp::DeviceStatus::StationaryManager
44 return INTER_MGR_IMPL.UnsubscribeCallback(type, event, callback); in UnsubscribeCallback()
H A Ddevicestatus_agent.cpp80 StationaryManager::GetInstance()->UnsubscribeCallback(type, event, callback_); in UnRegisterServiceEvent()
H A Ddevicestatus_client.cpp127 int32_t DeviceStatusClient::UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback) in UnsubscribeCallback() function in OHOS::Msdp::DeviceStatus::DeviceStatusClient
/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_service_test.cpp106 g_client->UnsubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, devCallback_); in HWTEST_F()
152 g_client->UnsubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, devCallback_); in HWTEST_F()
198 g_client->UnsubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, devCallback_); in HWTEST_F()
244 g_client->UnsubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, devCallback_); in HWTEST_F()
290 g_client->UnsubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, devCallback_); in HWTEST_F()
336 g_client->UnsubscribeCallback(g_type, ActivityEvent::ENTER_EXIT, devCallback_); in HWTEST_F()
/base/msdp/device_status/interfaces/innerkits/include/
H A Dstationary_manager.h61 int32_t UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback);
H A Ddevicestatus_client.h46 int32_t UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback);
/base/msdp/device_status/intention/stationary/client/include/
H A Dstationary_client.h37 int32_t UnsubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event,
/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp42 int32_t StationaryClient::UnsubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event, in UnsubscribeCallback() function in OHOS::Msdp::DeviceStatus::StationaryClient
/base/msdp/device_status/test/fuzztest/devicestatusclient_fuzzer/
H A Ddevicestatusclient_fuzzer.cpp84 stationaryMgr->UnsubscribeCallback(type, ActivityEvent::ENTER_EXIT, cb); in TestUnSubscribeCallback()
/base/msdp/device_status/frameworks/js/napi/include/
H A Ddevicestatus_napi.h67 static napi_value UnsubscribeCallback(napi_env env, int32_t type, int32_t event);
/base/msdp/device_status/test/unittest/services/moduletest/src/
H A Ddevicestatus_module_test.cpp66 stationaryManager->UnsubscribeCallback(type, ActivityEvent::ENTER_EXIT, cb); in HWTEST_F()
/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_napi.cpp313 UnsubscribeCallback(env, type, event); in GetParameters()
325 UnsubscribeCallback(env, type, event); in GetParameters()
431 napi_value DeviceStatusNapi::UnsubscribeCallback(napi_env env, int32_t type, int32_t event) in UnsubscribeCallback() function in OHOS::Msdp::DeviceStatus::DeviceStatusNapi
440 int32_t unsubscribeRet = StationaryManager::GetInstance()->UnsubscribeCallback(static_cast<Type>(type), in UnsubscribeCallback()
443 ThrowErr(env, SERVICE_EXCEPTION, "Off:Failed to UnsubscribeCallback"); in UnsubscribeCallback()
/base/msdp/device_status/intention/frameworks/client/include/
H A Dintention_manager.h43 int32_t UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback);
/base/msdp/device_status/intention/frameworks/client/src/
H A Dintention_manager.cpp119 int32_t IntentionManager::UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback) in UnsubscribeCallback() function in OHOS::Msdp::DeviceStatus::IntentionManager
121 return stationary_.UnsubscribeCallback(*tunnel_, type, event, callback); in UnsubscribeCallback()

Completed in 11 milliseconds