/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_support.h | 19 #include <string> 32 static const std::string COMMON_EVENT_BOOT_COMPLETED; 40 static const std::string COMMON_EVENT_LOCKED_BOOT_COMPLETED; 46 static const std::string COMMON_EVENT_SHUTDOWN; 52 static const std::string COMMON_EVENT_BATTERY_CHANGED; 57 static const std::string COMMON_EVENT_BATTERY_LOW; 62 static const std::string COMMON_EVENT_BATTERY_OKAY; 67 static const std::string COMMON_EVENT_POWER_CONNECTED; 72 static const std::string COMMON_EVENT_POWER_DISCONNECTED; 78 static const std::string COMMON_EVENT_SCREEN_OF [all...] |
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | hisysevent_adapter.h | 19 #include <string> 34 const std::string& eventName, EventType type, const std::tuple<const std::string, const std::string>& data) = 0; 36 virtual int Write(const std::string& eventName, EventType type, 37 const std::tuple<const std::string, const std::string, const std::string, const std::string>& data) = 0; 39 virtual int Write(const std::string [all...] |
/base/web/webview/ohos_adapter/hiviewdfx_adapter/include/ |
H A D | hisysevent_adapter_impl.h | 28 int Write(const std::string& eventName, EventType type, 29 const std::tuple<const std::string, const std::string>& data) override; 31 int Write(const std::string& eventName, EventType type, 32 const std::tuple<const std::string, const std::string, const std::string, const std::string>& data) override; 34 int Write(const std::string& eventName, EventType type, 35 const std::tuple<const std::string, cons [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_hisysevent_adapter_wrapper.h | 31 int Write(const std::string& eventName, ArkEventType type, 32 const std::tuple<const std::string, const std::string>& data) override; 34 int Write(const std::string& eventName, ArkEventType type, 35 const std::tuple<const std::string, const std::string, const std::string, const std::string>& data) override; 37 int Write(const std::string& eventName, ArkEventType type, 38 const std::tuple<const std::string, cons [all...] |
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_player_slow_1.h | 29 DATA_GROUP(std::string(RESOURCE_DIR "/MP3/MP3_LONG_48000_32.mp3")), in FIXTURE() 30 DATA_GROUP(std::string(RESOURCE_DIR "/M4A/MPEG-4_48000_32_LONG.m4a")), in FIXTURE() 31 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/WAV/02-400Hz Stereo 0dB.wav")), in FIXTURE() 32 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/WAV/03-500Hz Stereo 0dB.wav")), in FIXTURE() 33 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/WAV/04-600Hz Stereo 0dB.wav")), in FIXTURE() 34 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/WAV/05-700Hz Stereo 0dB.wav")), in FIXTURE() 35 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/WAV/06-800Hz Stereo 0dB.wav")), in FIXTURE() 36 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/WAV/07-900Hz Stereo 0dB.wav")), in FIXTURE() 37 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/WAV/08-1kHz Stereo 0dB.wav")), in FIXTURE() 38 DATA_GROUP(std::string(RESOURCE_DI in FIXTURE() [all...] |
H A D | test_single_player_slow_2.h | 30 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/00-200Hz Stereo 0dB.flac")), in FIXTURE() 31 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/01-300Hz Stereo 0dB.flac")), in FIXTURE() 32 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/02-400Hz Stereo 0dB.flac")), in FIXTURE() 33 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/03-500Hz Stereo 0dB.flac")), in FIXTURE() 34 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/04-600Hz Stereo 0dB.flac")), in FIXTURE() 35 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/05-700Hz Stereo 0dB.flac")), in FIXTURE() 36 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/06-800Hz Stereo 0dB.flac")), in FIXTURE() 37 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/07-900Hz Stereo 0dB.flac")), in FIXTURE() 38 DATA_GROUP(std::string(RESOURCE_DIR "/../../../../resource_ext/FLAC/08-1kHz Stereo 0dB.flac")), in FIXTURE() 39 DATA_GROUP(std::string(RESOURCE_DI in FIXTURE() [all...] |
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | userfilemgr_uri.h | 19 #include <string> 23 const std::string MEDIALIBRARY_DATA_URI = "datashare:///media"; 24 const std::string MEDIA_OPERN_KEYWORD = "operation"; 25 const std::string MEDIA_MOVING_PHOTO_OPRN_KEYWORD = "moving_photo_operation"; 26 const std::string MEDIA_QUERYOPRN = "query_operation"; 27 const std::string OPRN_CREATE = "create"; 28 const std::string OPRN_CREATE_COMPONENT = "create_component"; 29 const std::string OPRN_CLOSE = "close"; 30 const std::string OPRN_DELETE = "delete"; 31 const std::string OPRN_QUER [all...] |
H A D | medialibrary_db_const.h | 167 const std::vector<std::string> CAMERA_BUNDLE_NAMES = { 176 const std::string MEDIA_LIBRARY_VERSION = "1.0"; 181 const std::string MEDIA_DATA_DEVICE_PATH = "local"; 182 const std::string MEDIALIBRARY_TABLE = "Files"; 183 const std::string SMARTALBUM_TABLE = "SmartAlbum"; 184 const std::string SMARTALBUM_MAP_TABLE = "SmartMap"; 185 const std::string CATEGORY_SMARTALBUM_MAP_TABLE = "CategorySmartAlbumMap"; 186 const std::string MEDIATYPE_DIRECTORY_TABLE = "MediaTypeDirectory"; 187 const std::string DEVICE_TABLE = "Device"; 188 const std::string BUNDLE_PERMISSION_TABL [all...] |
H A D | media_column.h | 20 #include <string> 49 static const std::string MEDIA_ID EXPORT; 50 static const std::string MEDIA_FILE_PATH EXPORT; 51 static const std::string MEDIA_SIZE EXPORT; 52 static const std::string MEDIA_TITLE EXPORT; 53 static const std::string MEDIA_NAME EXPORT; 54 static const std::string MEDIA_TYPE EXPORT; 55 static const std::string MEDIA_MIME_TYPE EXPORT; 56 static const std::string MEDIA_OWNER_PACKAGE EXPORT; 57 static const std::string MEDIA_OWNER_APPI [all...] |
/foundation/ability/idl_tool/test/ts/common/ |
H A D | idl_file.h | 19 #include <string>
24 const std::string LICENSE_CONTENT =
40 const std::string UNKNOW_TYPE_IDL_NAME = "IIdlTest.idl";
42 const std::string UNKNOW_TYPE_CASE1_IDL_CONTENT =
47 const std::string UNKNOW_TYPE_CASE2_IDL_CONTENT =
52 const std::string UNKNOW_TYPE_CASE3_IDL_CONTENT =
57 const std::string UNKNOW_TYPE_CASE4_IDL_CONTENT =
62 const std::string UNKNOW_TYPE_CASE5_IDL_CONTENT =
67 const std::string UNKNOW_TYPE_CASE6_IDL_CONTENT =
72 const std::string UNKNOW_TYPE_CASE7_IDL_CONTEN [all...] |
/foundation/ability/idl_tool/test/rust/common/ |
H A D | idl_file.h | 19 #include <string>
24 const std::string LICENSE_CONTENT =
40 const std::string UNKNOW_TYPE_IDL_NAME = "IIdlTest.idl";
42 const std::string UNKNOW_TYPE_CASE1_IDL_CONTENT =
47 const std::string UNKNOW_TYPE_CASE2_IDL_CONTENT =
52 const std::string UNKNOW_TYPE_CASE3_IDL_CONTENT =
57 const std::string UNKNOW_TYPE_CASE4_IDL_CONTENT =
62 const std::string UNKNOW_TYPE_CASE5_IDL_CONTENT =
67 const std::string UNKNOW_TYPE_CASE6_IDL_CONTENT =
72 const std::string UNKNOW_TYPE_CASE7_IDL_CONTEN [all...] |
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hisysevent_adapter_impl.cpp | 32 static std::string g_currentBundleName = ""; 33 static std::string g_versionCode = ""; 41 static int ForwardToHiSysEvent(const std::string& eventName, HiSysEventAdapter::EventType type, in ForwardToHiSysEvent() 53 std::tuple<const std::string, const std::string, const std::string, const std::string> sysData( in ForwardToHiSysEvent() 66 int HiSysEventAdapterImpl::Write(const std::string& eventName, EventType type, in Write() 67 const std::tuple<const std::string, const std::string> in Write() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_device_config.h | 21 #include <string> 30 const std::string SECTION_HOST = "Host"; 31 const std::string PROPERTY_DEVICE_ADDR = "Address"; 32 const std::string PROPERTY_DEVICE_NAME = "DeviceName"; 33 const std::string PROPERTY_CLASS_OF_DEVICE = "ClassOfDevice"; 34 const std::string PROPERTY_IO_CAPABILITY = "IOCapability"; 35 const std::string PROPERTY_DEVICE_TYPE = "DeviceType"; 36 const std::string PROPERTY_SCAN_MODE = "ScanMode"; 37 const std::string PROPERTY_BONDABLE_MODE = "BondableMode"; 38 const std::string PROPERTY_DISCOVERABLE_TIMEOU [all...] |
H A D | adapter_config.h | 20 #include <string> 26 const std::string SECTION_CLASSIC_ADAPTER = "ClassicAdapter"; 27 const std::string SECTION_BLE_ADAPTER = "BleAdapter"; 28 const std::string SECTION_A2DP_SRC_SERVICE = "A2dpSrcService"; 29 const std::string SECTION_A2DP_SNK_SERVICE = "A2dpSnkService"; 30 const std::string SECTION_HFP_HF_SERVICE = "HfpHfService"; 31 const std::string SECTION_HFP_AG_SERVICE = "HfpAgService"; 32 const std::string SECTION_GATT_CLIENT_SERVICE = "GattClientService"; 33 const std::string SECTION_GATT_SERVICE = "GattService"; 34 const std::string SECTION_AVRCP_CT_SERVIC [all...] |
/foundation/multimedia/ringtone_library/interfaces/inner_api/native/ |
H A D | ringtone_db_const.h | 19 #include <string> 24 const std::string RINGTONE_BUNDLE_NAME = "com.ohos.ringtonelibrary.ringtonelibrarydata"; 26 const std::string RINGTONE_URI_SCHEME = "datashare"; 27 const std::string RINGTONE_URI_AUTHORITY = "ringtone"; 28 const std::string RINGTONE_URI_PATH = "ringtone"; 29 const std::string RINGTONE_URI = RINGTONE_URI_SCHEME + ":///" + RINGTONE_URI_AUTHORITY; 30 const std::string RINGTONE_PATH_URI = RINGTONE_URI + "/" + RINGTONE_URI_PATH; 32 const std::string VIBRATE_URI_PATH = "vibrate"; 33 const std::string VIBRATE_PATH_URI = RINGTONE_URI + "/" + VIBRATE_URI_PATH; 36 const std::string RINGTONE_CUSTOMIZED_BASE_PAT [all...] |
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_const_column.h | 26 const std::string DEFAULT_BACKUP_VERSION = "backup1.0"; 27 const std::string GALLERY_TABLE_MERGE_FACE = "merge_face"; 28 const std::string GALLERY_TABLE_MERGE_TAG = "merge_tag"; 29 const std::string GALLERY_TABLE_MEDIA = "gallery_media"; 30 const std::string GALLERY_TABLE_FACE = "face"; 31 const std::string GALLERY_TAG_ID = "tag_id"; 32 const std::string GALLERY_FACE_ID = "face_id"; 33 const std::string GALLERY_GROUP_TAG = "merge_tag.group_tag"; 34 const std::string GALLERY_TAG_NAME = "merge_tag.tag_name"; 35 const std::string GALLERY_USER_OPERATIO [all...] |
H A D | backup_const.h | 19 #include <string> 54 const std::string RESTORE_FILES_CLOUD_DIR = "/storage/cloud/files/"; 55 const std::string RESTORE_FILES_LOCAL_DIR = "/storage/media/local/files/"; 56 const std::string RESTORE_CLOUD_DIR = "/storage/cloud/files/Photo"; 57 const std::string RESTORE_AUDIO_CLOUD_DIR = "/storage/cloud/files/Audio"; 58 const std::string RESTORE_LOCAL_DIR = "/storage/media/local/files/Photo"; 59 const std::string RESTORE_AUDIO_LOCAL_DIR = "/storage/media/local/files/Audio"; 60 const std::string RESTORE_MUSIC_LOCAL_DIR = "/storage/media/local/files/Docs/Music/"; 61 const std::string UPGRADE_FILE_DIR = "/storage/media/local/files/data"; 62 const std::string GARBLE_DUAL_FRAME_CLONE_DI [all...] |
/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_command.h | 26 const std::string TOOL_NAME = "bm"; 28 const std::string HELP_MSG = "usage: bm <command> <options>\n" 43 const std::string ENABLE_DISABLE_HELP_MSG = " enable enable the bundle\n" 46 const std::string CLEAN_HELP_MSG = " clean clean the bundle data\n"; 48 const std::string HELP_MSG_COMPILE = 56 const std::string HELP_MSG_COPY_AP = 63 const std::string HELP_MSG_INSTALL = 79 const std::string HELP_MSG_UNINSTALL = 90 const std::string HELP_MSG_UNINSTALL_SHARE = 97 const std::string HELP_MSG_DUM [all...] |
/foundation/deviceprofile/device_info_manager/common/include/constants/ |
H A D | distributed_device_profile_constants.h | 20 #include <string> 34 const std::string DEVICE_ID = "deviceId"; 35 const std::string DEVICE_TYPE_ID = "deviceTypeId"; 36 const std::string DEVICE_TYPE_NAME = "deviceTypeName"; 37 const std::string DEVICE_NAME = "deviceIdName"; 38 const std::string MANUFACTURE_NAME = "manufactureName"; 39 const std::string DEVICE_MODEL = "deviceModel"; 40 const std::string STORAGE_CAPACITY = "storageCapacity"; 41 const std::string OS_SYS_CAPACITY = "osSysCapacity"; 42 const std::string OS_API_LEVE [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 20 #include <string> 35 using EnforceMetadataProcessForApp = int32_t (*)(const std::unordered_map<std::string, std::string> &, 45 static bool IsExistFile(const std::string &path); 51 static bool IsExistApFile(const std::string &path); 57 static bool IsExistDir(const std::string &path); 63 static bool IsDirEmpty(const std::string &dir); 70 static bool MkRecursiveDir(const std::string &path, bool isReadByOthers); 76 static bool DeleteDir(const std::string &path); 84 static bool ExtractFiles(const std::string [all...] |
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/ |
H A D | date_time_rule.h | 20 #include <string> 33 DateTimeRule(std::string& locale); 36 std::unordered_map<std::string, std::string> GetUniverseRules(); 37 std::unordered_map<std::string, std::string> GetLocalesRules(); 38 std::unordered_map<std::string, std::string> GetLocalesRulesBackup(); 39 std::unordered_map<std::string, std::unordered_map<std::string, st [all...] |
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table.h | 20 #include <string> 29 static const std::string TABLE_NAME; 34 static const std::string REMINDER_ID; 39 static const std::string PACKAGE_NAME; 44 static const std::string USER_ID; 49 static const std::string UID; 54 static const std::string SYSTEM_APP; 59 static const std::string REMINDER_TYPE; 64 static const std::string REMINDER_TIME; 69 static const std::string TRIGGER_TIM [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | partialOfLargeAPIIsAbleToBeWorkedWith.js | 3 0: (x: 0) => string; 4 1: (x: 1) => string; 5 2: (x: 2) => string; 6 3: (x: 3) => string; 7 4: (x: 4) => string; 8 5: (x: 5) => string; 9 6: (x: 6) => string; 10 7: (x: 7) => string; 11 8: (x: 8) => string; 12 9: (x: 9) => string; [all...] |
/third_party/libabigail/include/ |
H A D | abg-tools-utils.h | 16 #include <string> 29 using std::string; 38 bool file_exists(const string&); 39 bool is_regular_file(const string&); 40 bool file_has_dwarf_debug_info(const string& elf_file_path, 42 bool file_has_ctf_debug_info(const string& elf_file_path, 44 bool is_dir(const string&); 45 bool dir_exists(const string&); 46 bool dir_is_empty(const string &); 47 bool decl_names_equal(const string [all...] |
/base/global/i18n/frameworks/intl/include/ |
H A D | locale_config.h | 22 #include <string>
46 static I18nErrorCode SetSystemLanguage(const std::string &languageTag);
54 static I18nErrorCode SetSystemRegion(const std::string ®ionTag);
62 static I18nErrorCode SetSystemLocale(const std::string &localeTag);
68 * When flag is false, the system adopts 12-hour clock; When flag is empty string, the system adopts
72 static I18nErrorCode Set24HourClock(const std::string &option);
82 static std::string GetSystemLanguage();
83 static std::string GetSystemRegion();
84 static std::string GetSystemLocale();
85 static void GetSystemLanguages(std::vector<std::string> [all...] |