Searched refs:cooperate_ (Results 1 - 6 of 6) sorted by relevance
/base/msdp/device_status/intention/scheduler/plugin_manager/src/ |
H A D | plugin_manager.cpp | 47 if (cooperate_ == nullptr) { in LoadCooperate() 48 cooperate_ = LoadLibrary<ICooperate>(context_, LIB_COOPERATE_PATH.data()); in LoadCooperate() 50 return (cooperate_ != nullptr ? cooperate_->GetInstance() : nullptr); in LoadCooperate() 57 cooperate_.reset(); in UnloadCooperate()
|
/base/msdp/device_status/intention/frameworks/client/src/ |
H A D | intention_manager.cpp | 73 return this->cooperate_.OnCoordinationListener(client, pkt); in InitMsgHandler() 76 return this->cooperate_.OnCoordinationMessage(client, pkt); in InitMsgHandler() 79 return this->cooperate_.OnCoordinationState(client, pkt); in InitMsgHandler() 82 return this->cooperate_.OnHotAreaListener(client, pkt); in InitMsgHandler() 85 return this->cooperate_.OnMouseLocationListener(client, pkt); in InitMsgHandler() 135 return cooperate_.RegisterListener(*tunnel_, listener, isCompatible); in RegisterCoordinationListener() 149 return cooperate_.UnregisterListener(*tunnel_, listener, isCompatible); in UnregisterCoordinationListener() 163 return cooperate_.Enable(*tunnel_, callback, isCompatible); in PrepareCoordination() 177 return cooperate_.Disable(*tunnel_, callback, isCompatible); in UnprepareCoordination() 192 return cooperate_ in ActivateCoordination() [all...] |
/base/msdp/device_status/intention/services/intention_service/include/ |
H A D | intention_service.h | 57 CooperateServer cooperate_; member in OHOS::Msdp::DeviceStatus::final
|
/base/msdp/device_status/intention/scheduler/plugin_manager/include/ |
H A D | plugin_manager.h | 74 std::unique_ptr<Plugin<ICooperate>> cooperate_ { nullptr };
|
/base/msdp/device_status/intention/services/intention_service/src/ |
H A D | intention_service.cpp | 37 : context_(context), socketServer_(context), cooperate_(context), drag_(context), dumper_(context, stationary_) in IntentionService() 257 return &cooperate_; in LoadPlugin()
|
/base/msdp/device_status/intention/frameworks/client/include/ |
H A D | intention_manager.h | 98 CooperateClient cooperate_; member in OHOS::Msdp::DeviceStatus::IntentionManager
|
Completed in 3 milliseconds