Lines Matching defs:result
197 ErrCode result = InitEventPercent();
198 if (result != OHOS::ERR_OK) {
199 return result;
221 return result;
261 ErrCode result = OHOS::ERR_OK;
263 result = WuKongUtil::GetInstance()->SetAllowList(optarg);
266 result = WuKongUtil::GetInstance()->SetBlockList(optarg);
268 result = WuKongUtil::GetInstance()->SetAllowAbilityList(optarg);
269 if (result != OHOS::ERR_INVALID_VALUE) {
270 result = CheckArgument(option);
273 result = WuKongUtil::GetInstance()->SetBlockAbilityList(optarg);
274 if (result != OHOS::ERR_INVALID_VALUE) {
275 result = CheckArgument(option);
278 result = WuKongUtil::GetInstance()->SetBlockPageList(optarg);
289 ErrCode result = OHOS::ERR_OK;
291 result = CheckArgument(option);
303 return result;
308 ErrCode result = OHOS::ERR_OK;
311 result = OHOS::ERR_NO_INIT;
321 ErrCode result = OHOS::ERR_OK;
324 result = inputaction->FocusInput(g_commandSCREENSHOTENABLE);
329 return result;
353 ErrCode result;
371 result = InputScene(inputaction, inputFlag);
372 if (result != OHOS::ERR_OK) {
374 return result;
394 result = InputScene(inputaction, inputFlag);
396 return result;
422 ErrCode result;
425 result = SetInputPercent(option);
427 result = SetBlackWhiteSheet(option);
428 if (result != OHOS::ERR_OK) {
429 return result;
431 result = SetRunningParam(option);
432 if (result != OHOS::ERR_OK) {
433 return result;
435 result = SetRunningIndicator(option);
438 return result;
443 ErrCode result = OHOS::ERR_OK;
446 result = CheckArgumentOptionOfc();
450 result = CheckArgumentOptionOfT();
454 result = CheckArgumentOptionOfe();
458 result = CheckArgumentOptionOfE();
462 result = OHOS::ERR_INVALID_VALUE;
466 return result;
477 ErrCode result = OHOS::ERR_OK;
501 result = OHOS::ERR_INVALID_VALUE;
504 result = OHOS::ERR_INVALID_VALUE;
511 result = OHOS::ERR_INVALID_VALUE;
516 return result;