Searched refs:buildType (Results 1 – 5 of 5) sorted by relevance
51 …、osFullName、productModel、softwareModel、sdkApiVersion、incrementalVersion、buildType拼接组成。<br/>示例:wear…52 | buildType | string | 是 | 否 | 构建类型。<br/>示例:release:nolog |165 let buildTypeInfo: string = deviceInfo.buildType;166 // 输出结果:the value of the buildType is :release:nolog167 console.info('the value of the deviceInfo buildType is :' + buildTypeInfo);
339 const char *buildType = GetBuildType(); in GetBuildType() local340 if (buildType == nullptr) { in GetBuildType()341 buildType = ""; in GetBuildType()344 NAPI_CALL(env, napi_create_string_utf8(env, buildType, strlen(buildType), &napiValue)); in GetBuildType()
217 static const char *buildType = NULL; in GetBuildType() local218 return GetProperty("const.product.build.type", &buildType); in GetBuildType()
51 …**productModel**, **softwareModel**, **sdkApiVersion**, **incrementalVersion**, and **buildType**.|52 | buildType | string | Yes| No| Build type.<br>Example: release:nolog|142 let buildTypeInfo: string = deviceInfo.buildType;143 console.info('the value of the deviceInfo buildType is :' + buildTypeInfo);
303 JSIValue buildType = JSI::CreateString(value); in JSGetBuildType() local304 return buildType; in JSGetBuildType()