/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...] |
/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_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/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...] |
/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...] |
H A D | profile_config.h | 19 #include <string> 26 const std::string SECTION_CONNECTION_POLICIES = "ConnectionPolicies"; 27 const std::string SECTION_PERMISSION = "Permission"; 28 const std::string SECTION_CODE_CS_SUPPORT = "CodecsSupport"; 30 const std::string PROPERTY_A2DP_CONNECTION_POLICY = "A2dpConnectionPolicy"; 31 const std::string PROPERTY_A2DP_SINK_CONNECTION_POLICY = "A2dpSinkConnectionPolicy"; 32 const std::string PROPERTY_HFP_CONNECTION_POLICY = "HfpConnectionPolicy"; 33 const std::string PROPERTY_HFP_CLIENT_CONNECTION_POLICY = "HfpClientConnectionPolicy"; 34 const std::string PROPERTY_PBAP_CONNECTION_POLICY = "PbapConnectionPolicy"; 35 const std::string PROPERTY_PBAP_CLIENT_CONNECTION_POLIC [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/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/resourceschedule/device_standby/utils/common/src/ |
H A D | common_constant.cpp | 19 const std::string TRANSIT_NEXT_STATE_TIMED_TASK = "TransitNextStateTimedTask"; 20 const std::string TRANSIT_NEXT_STATE_CONDITION_TASK = "TransitNextStateConditionTask"; 21 const std::string TRANSIT_NEXT_PHASE_INSTANT_TASK = "TransitNextPhaseInstantTask"; 22 const std::string REPEATED_MOTION_DETECTION_TASK = "MotionDetectionPeriodlyTask"; 24 const std::string DEFAULT_PLUGIN_NAME = "libstandby_plugin.z.so"; 26 const std::string DARK_TIMEOUT = "dark_timeout"; 27 const std::string NAP_TIMEOUT = "nap_timeout"; 28 const std::string NAP_MAINTENANCE_TIMEOUT = "nap_maintenance_timeout"; 29 const std::string SLEEP_MAINT_TIMEOUT = "sleep_maintenance_timeout"; 31 const std::string NAP_MAINT_DURATIO [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/ |
H A D | audio_module_info.h | 21 #include <string> 29 static const std::string PRIMARY_CLASS = "primary"; 30 static const std::string A2DP_CLASS = "a2dp"; 31 static const std::string USB_CLASS = "usb"; 32 static const std::string DP_CLASS = "dp"; 33 static const std::string FILE_CLASS = "file_io"; 34 static const std::string REMOTE_CLASS = "remote"; 35 static const std::string OFFLOAD_CLASS = "offload"; 36 static const std::string MCH_CLASS = "multichannel"; 37 static const std::string INVALID_CLAS [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_config.h | 40 std::string GetLocalAddress() const; 41 std::string GetLocalName() const; 43 std::string GetLoaclPasskey() const; 53 bool SetLocalAddress(const std::string &addr) const; 54 bool SetLocalName(const std::string &name) const; 56 bool SetPasskey(const std::string &passkey) const; 64 bool SetLocalIdentityAddr(const std::string &addr) const; 65 bool SetLocalIrk(const std::string &irk) const; 66 bool SetLocalLtk(const std::string §ion, const std::string [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...] |
/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 21 #include <string> 38 static std::string GetDbKeyAnonyString(const std::string& value); 39 static std::string GetAnonyString(const std::string& value); 40 static std::vector<std::string> GetOnlineDevices(); 41 static std::string GetLocalUdidFromDM(); 42 static bool FilterAndGroupOnlineDevices(const std::vector<std::string>& deviceList, 43 std::vector<std::string>& ohBasedDevices, std::vector<std::string> [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/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | accessibility_ability_command_common_test.h | 20 const std::string ACCESSIBILITY_TOOL_NAME = "accessibility"; 21 const std::string ACCESSIBILITY_HELP_MSG = 42 const std::string ACCESSIBILITY_SET_SCREEN_MAGNIFICATION_STATE_OK = "set screen magnification state successfully."; 43 const std::string ACCESSIBILITY_SET_SCREEN_MAGNIFICATION_STATE_NG = 45 const std::string ACCESSIBILITY_SET_SHORT_KEY_STATE_OK = "set short key state successfully."; 46 const std::string ACCESSIBILITY_SET_SHORT_KEY_STATE_NG = "error: failed to set short key state."; 47 const std::string ACCESSIBILITY_SET_MOUSE_KEY_STATE_OK = "set mouse key state successfully."; 48 const std::string ACCESSIBILITY_SET_MOUSE_KEY_STATE_NG = "error: failed to set mouse key state."; 49 const std::string ACCESSIBILITY_SET_CAPTION_STATE_OK = "set caption state successfully."; 50 const std::string ACCESSIBILITY_SET_CAPTION_STATE_N [all...] |
/foundation/communication/netstack/utils/common_utils/include/ |
H A D | netstack_common_utils.h | 22 #include <string> 26 static const std::string DOMAIN_TYPE_HTTP_REQUEST = "httpRequest"; 27 static const std::string DOMAIN_TYPE_WEBSOCKET_REQUEST = "webSocket"; 39 std::vector<std::string> Split(const std::string &str, const std::string &sep); 41 std::vector<std::string> Split(const std::string &str, const std::string &sep, size_t size); 43 std::string Stri [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | gallery_source.cpp | 22 const string GalleryOpenCall::CREATE_GALLERY_MEDIA = string("CREATE TABLE IF NOT EXISTS gallery_media ") + 30 const string GalleryOpenCall::CREATE_GARBAGE_ALBUM = string("CREATE TABLE IF NOT EXISTS garbage_album") + 33 const string GalleryOpenCall::CREATE_GALLERY_ALBUM = string("CREATE TABLE IF NOT EXISTS gallery_album ") + 40 const string GalleryOpenCall::CREATE_GALLERY_MERGE_TAG = string("CREATE TABLE IF NOT EXISTS merge_tag ") + 43 const string GalleryOpenCall::CREATE_GALLERY_MERGE_FACE = string("CREAT [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | xml_parse.h | 20 #include <string> 50 bool Load(const std::string &path); 79 bool GetValue(const std::string §ion, const std::string &subSection, const std::string &property, int &value); 83 * Value type is string. 88 * @param value Value type is string. 93 const std::string §ion, const std::string &subSection, const std::string [all...] |
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_data_utils.h | 19 #include <string> 35 std::string outStrVal; 37 const std::string MTP_FORMAT_ALL = ".all"; // Undefined 38 const std::string MTP_FORMAT_UNDEFINED = ".undefined"; // Undefined 39 const std::string MTP_FORMAT_ASSOCIATION = ".floader"; // associations (folders and directories) 40 const std::string MTP_FORMAT_SCRIPT = ".js"; // script files 41 const std::string MTP_FORMAT_EXECUTABLE = ".exe"; // executable files 42 const std::string MTP_FORMAT_TEXT = ".txt"; // text files 43 const std::string MTP_FORMAT_HTML = ".html"; // HTML files 44 const std::string MTP_FORMAT_DPO [all...] |
/foundation/multimedia/media_library/frameworks/utils/include/ |
H A D | media_exif.h | 19 #include <string> 23 const std::string PHOTO_DATA_IMAGE_BITS_PER_SAMPLE = "BitsPerSample"; 24 const std::string PHOTO_DATA_IMAGE_ORIENTATION = "Orientation"; 25 const std::string PHOTO_DATA_IMAGE_SOFTWARE = "Software"; 26 const std::string PHOTO_DATA_IMAGE_IMAGE_LENGTH = "ImageLength"; 27 const std::string PHOTO_DATA_IMAGE_IMAGE_WIDTH = "ImageWidth"; 28 const std::string PHOTO_DATA_IMAGE_GPS_LATITUDE = "GPSLatitude"; 29 const std::string PHOTO_DATA_IMAGE_GPS_LONGITUDE = "GPSLongitude"; 30 const std::string PHOTO_DATA_IMAGE_GPS_LATITUDE_REF = "GPSLatitudeRef"; 31 const std::string PHOTO_DATA_IMAGE_GPS_LONGITUDE_RE [all...] |