Searched refs:cooperate_ (Results 1 - 6 of 6) sorted by relevance
/foundation/multimodalinput/input/intention/scheduler/plugin_manager/src/ |
H A D | plugin_manager.cpp | 40 if (cooperate_ == nullptr) { in LoadCooperate() 41 cooperate_ = LoadLibrary<ICooperate>(context_, LIB_COOPERATE_PATH.data()); in LoadCooperate() 43 return (cooperate_ != nullptr ? cooperate_->GetInstance() : nullptr); in LoadCooperate() 50 cooperate_.reset(); in UnloadCooperate()
|
/foundation/multimodalinput/input/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 63 return this->cooperate_.OnCoordinationListener(client, pkt); in InitMsgHandler() 66 return this->cooperate_.OnCoordinationMessage(client, pkt); in InitMsgHandler() 69 return this->cooperate_.OnCoordinationState(client, pkt); in InitMsgHandler() 72 return this->cooperate_.OnHotAreaListener(client, pkt); in InitMsgHandler() 75 return this->cooperate_.OnMouseLocationListener(client, pkt); in InitMsgHandler() 125 return cooperate_.RegisterListener(*tunnel_, listener, isCompatible); in RegisterCoordinationListener() 139 return cooperate_.UnregisterListener(*tunnel_, listener, isCompatible); in UnregisterCoordinationListener() 153 return cooperate_.Enable(*tunnel_, callback, isCompatible); in PrepareCoordination() 167 return cooperate_.Disable(*tunnel_, callback, isCompatible); in UnprepareCoordination() 182 return cooperate_ in ActivateCoordination() [all...] |
/foundation/multimodalinput/input/intention/services/intention_service/include/ |
H A D | intention_service.h | 54 CooperateServer cooperate_; member in OHOS::Msdp::DeviceStatus::final
|
/foundation/multimodalinput/input/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 71 std::unique_ptr<Plugin<ICooperate>> cooperate_ { nullptr };
|
/foundation/multimodalinput/input/intention/services/intention_service/src/ |
H A D | intention_service.cpp | 31 : context_(context), socketServer_(context), cooperate_(context), drag_(context) in IntentionService() 234 return &cooperate_; in LoadPlugin()
|
/foundation/multimodalinput/input/intention/frameworks/client/include/ |
H A D | intention_manager.h | 94 CooperateClient cooperate_; member in OHOS::Msdp::DeviceStatus::IntentionManager
|
Completed in 3 milliseconds