Lines Matching refs:result
35 OHOS::ErrCode result = OHOS::ERR_OK;
60 result = OHOS::ERR_INVALID_VALUE;
66 result = HandleUnknownOption(optopt);
70 result = HandleNormalOption(option);
71 if (result != OHOS::ERR_OK) {
75 if (result == OHOS::ERR_OK) {
77 result = EnvInit();
78 if (result != OHOS::ERR_OK) {
79 return result;
81 result = WuKongUtil::GetInstance()->GetAllAppInfo();
83 return result;
89 OHOS::ErrCode result = OHOS::ERR_OK;
107 result = ComponentManager::GetInstance()->PermoissionInput();
108 if (result == OHOS::ERR_OK) {
111 DEBUG_LOG_STR("PermoissionInput Result: (%d)", result);
113 result = RunStep();
115 DEBUG_LOG_STR("Step: (%d) Result: (%d)", ++count, result);
134 return result;