Home
last modified time | relevance | path

Searched refs:CreateSysInfo (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/base/
H A DBUILD.gn192 # Declares CreateSysInfo() without defining the implementation (see below).
209 # Links a CreateSysInfo() implementation that returns CastSysInfoDummy.
216 # Links the default CreateSysInfo() implementation for Android.
255 # Links a CreateSysInfo() that loads libcast_sys_info_1.0.so.
269 # Links the default CreateSysInfo() for this build configuration.
H A Dcast_sys_info_util_simple.cc14 std::unique_ptr<CastSysInfo> CreateSysInfo() { in CreateSysInfo() function
H A Dcast_sys_info_util.h17 std::unique_ptr<CastSysInfo> CreateSysInfo();
H A Dcast_sys_info_android_factory.cc14 std::unique_ptr<CastSysInfo> CreateSysInfo() { in CreateSysInfo() function
H A Dcast_sys_info_util_shlib.cc15 std::unique_ptr<CastSysInfo> CreateSysInfo() { in CreateSysInfo() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chromecast/base/
H A DBUILD.gn192 # Declares CreateSysInfo() without defining the implementation (see below).
209 # Links a CreateSysInfo() implementation that returns CastSysInfoDummy.
216 # Links the default CreateSysInfo() implementation for Android.
252 # Links a CreateSysInfo() that loads libcast_sys_info_1.0.so.
266 # Links the default CreateSysInfo() for this build configuration.
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/metrics/
H A Dmock_cast_sys_info_util.h15 std::unique_ptr<CastSysInfo> CreateSysInfo();
H A Dmock_cast_sys_info_util.cc17 std::unique_ptr<CastSysInfo> CreateSysInfo() { in CreateSysInfo() function
H A Dcast_metrics_service_client.cc279 cast_sys_info_(CreateSysInfo()) {} in CastMetricsServiceClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/net/
H A Dnet_util_cast.cc17 std::unique_ptr<CastSysInfo> sys_info = CreateSysInfo(); in GetIgnoredInterfaces()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/crash/linux/
H A Dcrash_uploader.cc55 chromecast::CreateSysInfo(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_browser_main_parts.cc591 auto build_type = CreateSysInfo()->GetBuildType(); in PreMainMessageLoopRun()