Home
last modified time | relevance | path

Searched refs:INTERACTION_MGR (Results 1 - 6 of 6) sorted by relevance

/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_manager.cpp40 errCode = INTERACTION_MGR->PrepareCoordination(callback); in Enable()
42 errCode = INTERACTION_MGR->UnprepareCoordination(callback); in Enable()
61 int32_t errCode = INTERACTION_MGR->ActivateCoordination(remoteNetworkDescriptor, startDeviceId, callback); in Start()
79 int32_t errCode = INTERACTION_MGR->DeactivateCoordination(isUnchained, callback); in Stop()
96 int32_t errCode = INTERACTION_MGR->GetCoordinationState(deviceDescriptor, callback); in GetState()
H A Djs_event_cooperate_target.cpp187 INTERACTION_MGR->RegisterCoordinationListener(shared_from_this()); in AddListener()
215 INTERACTION_MGR->UnregisterCoordinationListener(shared_from_this()); in RemoveListener()
238 INTERACTION_MGR->UnregisterCoordinationListener(shared_from_this()); in ResetEnv()
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_coordination_manager.cpp38 int32_t errCode = INTERACTION_MGR->PrepareCoordination(callback, isCompatible); in Prepare()
55 int32_t errCode = INTERACTION_MGR->UnprepareCoordination(callback, isCompatible); in Unprepare()
73 int32_t errCode = INTERACTION_MGR->ActivateCoordination( in Activate()
92 int32_t errCode = INTERACTION_MGR->DeactivateCoordination(isUnchained, callback, isCompatible); in Deactivate()
110 int32_t errCode = INTERACTION_MGR->GetCoordinationState(networkId, callback, isCompatible); in GetCrossingSwitchState()
H A Djs_event_target.cpp198 if (int32_t errCode = INTERACTION_MGR->RegisterCoordinationListener(shared_from_this(), isCompatible); in AddListener()
250 int32_t errCode = INTERACTION_MGR->UnregisterCoordinationListener(shared_from_this(), isCompatible); in RemoveListener()
281 if (int32_t errCode = INTERACTION_MGR->RegisterEventListener(networkId, shared_from_this()); in AddListener()
324 if (int32_t errCode = INTERACTION_MGR->UnregisterEventListener(networkId, shared_from_this()); in RemoveListener()
364 INTERACTION_MGR->UnregisterCoordinationListener(shared_from_this()); in ResetEnv()
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_manager.cpp57 if (INTERACTION_MGR->GetDragSummary(summarys, true) != RET_OK) { in GetDataSummary()
97 INTERACTION_MGR->AddDraglistener(shared_from_this(), true); in RegisterListener()
125 INTERACTION_MGR->RemoveDraglistener(shared_from_this(), true); in UnregisterListener()
/base/msdp/device_status/interfaces/innerkits/interaction/include/
H A Dinteraction_manager.h442 #define INTERACTION_MGR OHOS::Msdp::DeviceStatus::InteractionManager::GetInstance() macro

Completed in 5 milliseconds