Lines Matching defs:status
654 WLOGFD("active status: %{public}d", active);
1338 // uiContent may be nullptr when notify focus status, need to notify again when uiContent is not empty.
3133 WSError WindowSessionImpl::SetPipActionEvent(const std::string& action, int32_t status)
3135 TLOGI(WmsLogTag::WMS_PIP, "action: %{public}s, status: %{public}d", action.c_str(), status);
3136 auto task = [action, status]() {
3137 PictureInPictureManager::DoActionEvent(action, status);
3143 WSError WindowSessionImpl::SetPiPControlEvent(WsPiPControlType controlType, WsPiPControlStatus status)
3145 TLOGI(WmsLogTag::WMS_PIP, "controlType:%{public}u, enabled:%{public}d", controlType, status);
3146 auto task = [controlType, status]() {
3148 static_cast<PiPControlStatus>(status));
3728 WMError WindowSessionImpl::SetLayoutFullScreenByApiVersion(bool status)
3862 void WindowSessionImpl::UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status)
3864 TLOGI(WmsLogTag::WMS_PIP, "controlType:%{public}u, status:%{public}d", controlType, status);
3872 static_cast<WsPiPControlStatus>(status));