Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_socket.cpp27 clientSocket_ = isNWebSpawn ? in AppSpawnSocket()
38 if (clientSocket_) { in OpenAppSpawnConnection()
39 if (clientSocket_->CreateClient() != ERR_OK) { in OpenAppSpawnConnection()
43 if (clientSocket_->ConnectSocket() != ERR_OK) { in OpenAppSpawnConnection()
45 clientSocket_->CloseClient(); in OpenAppSpawnConnection()
57 if (clientSocket_) { in CloseAppSpawnConnection()
58 clientSocket_->CloseClient(); in CloseAppSpawnConnection()
73 if (clientSocket_) { in WriteMessage()
74 if (clientSocket_->WriteSocketMessage(buf, len) != len) { in WriteMessage()
97 if (clientSocket_) { in ReadMessage()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp301 auto clientSptr = clientSocket_.lock(); in GetClientSocketSptr()
303 HILOGE("clientSocket_ is nullptr"); in GetClientSocketSptr()
309 explicit BluetoothSocketObserverImp(std::weak_ptr<ClientSocket> clientSocket) : clientSocket_(clientSocket) in BluetoothSocketObserverImp()
347 std::weak_ptr<ClientSocket> clientSocket_; member in OHOS::Bluetooth::ClientSocket::impl::BluetoothSocketObserverImp

Completed in 2 milliseconds