Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/cooperate/server/src/
H A Dcooperate_server.cpp61 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); in Enable() local
62 CHKPR(cooperate, RET_ERR); in Enable()
63 cooperate->Enable(context.tokenId, context.pid, param.userData); in Enable()
80 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); in Disable() local
81 CHKPR(cooperate, RET_ERR); in Disable()
82 cooperate->Disable(context.pid, param.userData); in Disable()
85 FI_HILOGI("Unload \'cooperate\' module"); in Disable()
106 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); in Start() local
107 CHKPR(cooperate, RET_ERR); in Start()
108 return cooperate in Start()
124 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); Stop() local
137 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); AddWatch() local
169 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); RemoveWatch() local
210 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); SetParam() local
224 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate(); GetParam() local
[all...]

Completed in 1 milliseconds