Lines Matching refs:result
98 ErrCode result = OHOS::ERR_OK;
115 result = OHOS::ERR_INVALID_VALUE;
129 result = OHOS::ERR_INVALID_VALUE;
158 return result;
172 ErrCode result;
175 result = WuKongUtil::GetInstance()->WukongScreenCap(screenStorePath, g_commandUITEST);
176 if (result == OHOS::ERR_OK) {
186 result = inputaction->OrderInput(specialTestObject_);
187 if (result != OHOS::ERR_OK) {
204 return result;
208 ErrCode result = OHOS::ERR_OK;
229 result = AppManager::GetInstance()->StartAbilityByBundleInfo(abilityList[index], bundleList[index]);
230 if (result == OHOS::ERR_OK) {
241 return result;
272 ErrCode result = OHOS::ERR_OK;
283 result = OHOS::ERR_INVALID_VALUE;
286 result = OHOS::ERR_INVALID_VALUE;
293 result = OHOS::ERR_INVALID_VALUE;
298 return result;
303 ErrCode result = OHOS::ERR_OK;
305 result = CheckArgument(option);
307 result = SetRunningParam(option);
310 result = SetRunningIndicator(option);
313 return result;
318 ErrCode result = OHOS::ERR_OK;
321 result = CheckArgumentOptionOfc();
325 result = CheckArgumentOptionOfT();
329 result = OHOS::ERR_INVALID_VALUE;
333 return result;
338 ErrCode result = OHOS::ERR_OK;
345 result = CheckPosition(touchParam_);
350 result = CheckPosition(swapStartPoint_);
354 result = CheckPosition(swapEndPoint_);
357 result = WuKongUtil::GetInstance()->CheckArgumentList(bundleName_, true);
365 ErrCode result = OHOS::ERR_OK;
372 result = ERR_NO_INIT;
411 ErrCode result = WuKongUtil::GetInstance()->GetScreenSize(screenWidth, screenHeight);
412 if (result != OHOS::ERR_OK) {
413 return result;
421 result = OHOS::ERR_NO_INIT;
424 return result;
433 ErrCode result = inputaction->OrderInput(specialTestObject_);
434 if (result != OHOS::ERR_OK) {
437 return result;