Searched refs:INTERACTION_MGR (Results 1 - 6 of 6) sorted by relevance
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
H A D | js_cooperate_manager.cpp | 40 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 D | js_event_cooperate_target.cpp | 187 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 D | js_coordination_manager.cpp | 38 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 D | js_event_target.cpp | 198 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 D | js_drag_manager.cpp | 57 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 D | interaction_manager.h | 442 #define INTERACTION_MGR OHOS::Msdp::DeviceStatus::InteractionManager::GetInstance()
macro
|
Completed in 5 milliseconds