Home
last modified time | relevance | path

Searched refs:buildUser (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/init/interfaces/kits/jskits/src/
H A Dnative_deviceinfo_js.cpp351 const char *buildUser = GetBuildUser(); in GetBuildUser() local
352 if (buildUser == nullptr) { in GetBuildUser()
353 buildUser = ""; in GetBuildUser()
356 NAPI_CALL(env, napi_create_string_utf8(env, buildUser, strlen(buildUser), &napiValue)); in GetBuildUser()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-device-info.md53 | buildUser | string | 是 | 否 | 构建用户。<br/>示例:default |
169 let buildUserInfo: string = deviceInfo.buildUser;
170 // 输出结果:the value of the buildUser is :default
171 console.info('the value of the deviceInfo buildUser is :' + buildUserInfo);
/ohos5.0/base/startup/init/interfaces/innerkits/syspara/
H A Dparameter.c223 static const char *buildUser = NULL; in GetBuildUser() local
224 return GetProperty("const.product.build.user", &buildUser); in GetBuildUser()
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_ohos_deviceinfo.cpp314 JSIValue buildUser = JSI::CreateString(value); in JSGetBuildUser() local
315 return buildUser; in JSGetBuildUser()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-device-info.md53 | buildUser | string | Yes| No| Build user.|
145 let buildUserInfo: string = deviceInfo.buildUser;
146 console.info('the value of the deviceInfo buildUser is :' + buildUserInfo);