Lines Matching refs:sid
155 SvcIdentity sid;
156 bool ret = ReadRemoteObject(req, &sid);
158 MEDIA_ERR_LOG("sid is null, failed.");
161 OnCameraStatusChange(cameraStatus, &sid);
169 SvcIdentity sid;
170 bool ret = ReadRemoteObject(req, &sid);
172 MEDIA_ERR_LOG("sid is null, failed.");
175 OnCameraStatusChange(cameraStatus, &sid);
190 SvcIdentity sid;
191 bool ret = ReadRemoteObject(req, &sid);
193 MEDIA_ERR_LOG("sid is null, failed.");
196 sid_ = sid;
311 void CameraServer::OnCameraStatusChange(int32_t ret, SvcIdentity *sid)
320 int32_t result = SendRequest(*sid, ON_CAMERA_STATUS_CHANGE, &io, nullptr, option, nullptr);