Searched refs:AddClientInfo (Results 1 – 4 of 4) sorted by relevance
400 virtual ErrCode AddClientInfo(std::vector<GcInfo> &gcInfos);
374 ErrCode P2pStateMachine::AddClientInfo(std::vector<GcInfo> &gcInfos) in AddClientInfo() function in OHOS::Wifi::P2pStateMachine975 if (ErrCode::WIFI_OPT_SUCCESS != pP2pStateMachine->AddClientInfo(gcInfos)) { in OnDhcpServerSuccess()
186 …int AddClientInfo(sptr<IRemoteObject> inputClient, const InputClientInfo &clientInfo, ClientAddEve…
74 int PerUserSession::AddClientInfo( in AddClientInfo() function in OHOS::MiscServices::PerUserSession462 return AddClientInfo(clientInfo.client->AsObject(), clientInfo, PREPARE_INPUT); in OnPrepareInput()1215 auto ret = AddClientInfo(remoteClient, clientInfo, START_LISTENING); in OnUpdateListenEventFlag()