Searched refs:buildUser (Results 1 – 5 of 5) sorted by relevance
351 const char *buildUser = GetBuildUser(); in GetBuildUser() local352 if (buildUser == nullptr) { in GetBuildUser()353 buildUser = ""; in GetBuildUser()356 NAPI_CALL(env, napi_create_string_utf8(env, buildUser, strlen(buildUser), &napiValue)); in GetBuildUser()
53 | buildUser | string | 是 | 否 | 构建用户。<br/>示例:default |169 let buildUserInfo: string = deviceInfo.buildUser;170 // 输出结果:the value of the buildUser is :default171 console.info('the value of the deviceInfo buildUser is :' + buildUserInfo);
223 static const char *buildUser = NULL; in GetBuildUser() local224 return GetProperty("const.product.build.user", &buildUser); in GetBuildUser()
314 JSIValue buildUser = JSI::CreateString(value); in JSGetBuildUser() local315 return buildUser; in JSGetBuildUser()
53 | buildUser | string | Yes| No| Build user.|145 let buildUserInfo: string = deviceInfo.buildUser;146 console.info('the value of the deviceInfo buildUser is :' + buildUserInfo);