Searched refs:tempConfig (Results 1 – 2 of 2) sorted by relevance
84 OH_AVScreenCaptureConfig tempConfig; in Convert() local86 tempConfig.dataType = static_cast<OH_DataType>(config.dataType); in Convert()87 tempConfig.audioInfo.micCapInfo = { in Convert()92 tempConfig.audioInfo.innerCapInfo = { in Convert()98 tempConfig.audioInfo.audioEncInfo.audioCodecformat = in Convert()108 tempConfig.videoInfo.videoCapInfo.missionIDs = taskIds_temp; in Convert()113 tempConfig.videoInfo.videoCapInfo.videoSource = in Convert()115 tempConfig.videoInfo.videoEncInfo = { in Convert()130 return tempConfig; in Convert()230 OH_AVScreenCaptureConfig tempConfig = Convert(config); in Init() local[all …]
607 TextConfig tempConfig{}; in RestoreAttachInfoInSaDied() local610 tempConfig = textConfig_; in RestoreAttachInfoInSaDied()611 tempConfig.cursorInfo = cursorInfo_; in RestoreAttachInfoInSaDied()612 tempConfig.range.start = selectNewBegin_; in RestoreAttachInfoInSaDied()613 tempConfig.range.end = selectNewEnd_; in RestoreAttachInfoInSaDied()621 auto errCode = Attach(listener, isShowKeyboard, tempConfig); in RestoreAttachInfoInSaDied()