Searched refs:userType (Results 1 – 2 of 2) sorted by relevance
578 std::string userType = OHOS::system::GetParameter(KEY_HIVIEW_USER_TYPE, ""); in IsBetaVersion() local579 PROFILER_LOG_INFO(LOG_CORE, "user type is:%s", userType.c_str()); in IsBetaVersion()580 return userType == "beta"; in IsBetaVersion()
681 std::string userType = OHOS::system::GetParameter(USER_TYPE_PARAM, USER_TYPE_PARAM_GET); in GetUserType() local682 HLOGD("GetUserType: userType is %s", userType.c_str()); in GetUserType()683 return userType; in GetUserType()