Home
last modified time | relevance | path

Searched refs:userType (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/base/src/
Dcommon.cpp578 std::string userType = OHOS::system::GetParameter(KEY_HIVIEW_USER_TYPE, ""); in IsBetaVersion() local
579 PROFILER_LOG_INFO(LOG_CORE, "user type is:%s", userType.c_str()); in IsBetaVersion()
580 return userType == "beta"; in IsBetaVersion()
/developtools/hiperf/src/
Dutilities.cpp681 std::string userType = OHOS::system::GetParameter(USER_TYPE_PARAM, USER_TYPE_PARAM_GET); in GetUserType() local
682 HLOGD("GetUserType: userType is %s", userType.c_str()); in GetUserType()
683 return userType; in GetUserType()