Lines Matching defs:cooperate

61     ICooperate* cooperate = context_->GetPluginManager().LoadCooperate();
62 CHKPR(cooperate, RET_ERR);
63 cooperate->Enable(context.tokenId, context.pid, param.userData);
80 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate();
81 CHKPR(cooperate, RET_ERR);
82 cooperate->Disable(context.pid, param.userData);
85 FI_HILOGI("Unload \'cooperate\' module");
106 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate();
107 CHKPR(cooperate, RET_ERR);
108 return cooperate->Start(context.pid, param.userData, param.remoteNetworkId, param.startDeviceId);
124 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate();
125 CHKPR(cooperate, RET_ERR);
126 return cooperate->Stop(context.pid, param.userData, param.isUnchained);
137 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate();
138 CHKPR(cooperate, RET_ERR);
141 return cooperate->RegisterListener(context.pid);
144 return cooperate->RegisterHotAreaListener(context.pid);
152 return cooperate->RegisterEventListener(context.pid, param.networkId);
169 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate();
170 CHKPR(cooperate, RET_ERR);
173 return cooperate->UnregisterListener(context.pid);
176 return cooperate->UnregisterHotAreaListener(context.pid);
184 return cooperate->UnregisterEventListener(context.pid, param.networkId);
207 ICooperate* cooperate = context_->GetPluginManager().LoadCooperate();
208 CHKPR(cooperate, RET_ERR);
222 return cooperate->GetCooperateState(context.pid, param.userData, param.networkId);
231 if (cooperate->GetCooperateState(param.udId, state) != RET_OK) {