Home
last modified time | relevance | path

Searched refs:AddClientInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h400 virtual ErrCode AddClientInfo(std::vector<GcInfo> &gcInfos);
H A Dp2p_state_machine.cpp374 ErrCode P2pStateMachine::AddClientInfo(std::vector<GcInfo> &gcInfos) in AddClientInfo() function in OHOS::Wifi::P2pStateMachine
975 if (ErrCode::WIFI_OPT_SUCCESS != pP2pStateMachine->AddClientInfo(gcInfos)) { in OnDhcpServerSuccess()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h186 …int AddClientInfo(sptr<IRemoteObject> inputClient, const InputClientInfo &clientInfo, ClientAddEve…
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp74 int PerUserSession::AddClientInfo( in AddClientInfo() function in OHOS::MiscServices::PerUserSession
462 return AddClientInfo(clientInfo.client->AsObject(), clientInfo, PREPARE_INPUT); in OnPrepareInput()
1215 auto ret = AddClientInfo(remoteClient, clientInfo, START_LISTENING); in OnUpdateListenEventFlag()