Searched refs:BRAND_NAME (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/config/ |
H A D | album_plugin_config.h | 40 const std::string BRAND_NAME = std::string() + static_cast<char>(CHAR_LOWCASE_H) + static_cast<char… variable 49 const std::string BUNDLE_NAME_SCREEN_RECORDS = "com." + BRAND_NAME + ".hmos.screenrecorder"; 52 …{"/DCIM/Camera", "相机", "Camera", "com." + BRAND_NAME + ".hmos.camera", "default-album-1", ".Camera… 54 "com." + BRAND_NAME + ".hmos.screenrecorder", "default-album-2", ".Screenshots"}, 55 {"/Pictures/Screenshots", "截图", "Screenshots", "com." + BRAND_NAME + ".hmos.screenshot", 75 "com." + BRAND_NAME + ".hmos.instantshare", "", ".Huawei Share"}, 77 {"/Pictures/Meetime", "畅连", "MeeTime", "com." + BRAND_NAME + ".hmos.meetime", "", ".Meetime"},
|