Home
last modified time | relevance | path

Searched refs:string (Results 51 - 75 of 29312) sorted by relevance

12345678910>>...1173

/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h20 #include <string>
30 virtual bool AddVendorPrinterToDiscovery(const std::string &globalVendorName, const PrinterInfo &info) = 0;
31 virtual bool UpdateVendorPrinterToDiscovery(const std::string &globalVendorName, const PrinterInfo &info) = 0;
32 virtual bool RemoveVendorPrinterFromDiscovery(const std::string &globalVendorName,
33 const std::string &printerId) = 0;
34 virtual bool AddVendorPrinterToCupsWithPpd(const std::string &globalVendorName, const std::string &printerId,
35 const std::string &ppdData) = 0;
36 virtual bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string
[all...]
H A Dprint_service_ability.h20 #include <string>
54 int32_t StartPrint(const std::vector<std::string> &fileList,
55 const std::vector<uint32_t> &fdList, std::string &taskId) override;
56 int32_t StopPrint(const std::string &taskId) override;
57 int32_t ConnectPrinter(const std::string &printerId) override;
58 int32_t DisconnectPrinter(const std::string &printerId) override;
59 int32_t StartDiscoverPrinter(const std::vector<std::string> &extensionList) override;
63 int32_t CancelPrintJob(const std::string &jobId) override;
65 int32_t RemovePrinters(const std::vector<std::string> &printerIds) override;
67 int32_t UpdatePrinterState(const std::string
[all...]
/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_impl.h20 #include <string>
37 int32_t createAccount(std::string name, CCreateAccountOptions cOptions);
38 int32_t removeAccount(std::string name);
39 int32_t setAppAccess(std::string name, std::string bundleNmae, bool isAccessible);
40 RetDataBool checkAppAccess(std::string name, std::string bundleNmae);
41 RetDataBool checkDataSyncEnabled(std::string name);
42 int32_t setCredential(std::string name, std::string credentialTyp
[all...]
/base/account/os_account/tools/acm/include/
H A Daccount_command.h23 const std::string TOOL_NAME = "acm";
24 const std::string HELP_MSG_NO_OPTION = "error: you must specify an option at least.";
25 const std::string HELP_MSG = "usage: acm <command> [<options>]\n"
35 const std::string HELP_MSG_CREATE =
44 const std::string HELP_MSG_DELETE =
50 const std::string HELP_MSG_DUMP =
57 const std::string HELP_MSG_SET =
63 const std::string HELP_MSG_SWITCH =
69 const std::string HELP_MSG_DEACTIVATE =
76 const std::string HELP_MSG_STO
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter.h29 #include <string>
34 using std::string;
43 // Converts to a C++ string.
44 virtual string ToString() const = 0;
54 // Matches string to regular expression, returns true if expression was
56 // input_string - string to be searched.
58 // the beginning of the tested region of the string.
59 // matched_string1..6 - string extracted from the match in sequential order.
63 string* matched_string1,
64 string* matched_string
[all...]
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h29 std::string authType;
30 std::string token;
31 std::set<std::string> authList;
38 explicit AppAccountInfo(const std::string &name, const std::string &owner);
41 std::string GetOwner();
42 void GetOwner(std::string &owner);
43 void SetOwner(const std::string &owner);
45 std::string GetName();
46 void GetName(std::string
[all...]
/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_predicates.h20 #include <string>
29 virtual AbsPredicates *EqualTo(std::string field, std::string value) {return nullptr;}; in EqualTo()
30 virtual AbsPredicates *EqualTo(std::string field, int value) {return nullptr;}; in EqualTo()
31 virtual AbsPredicates *NotEqualTo(std::string field, std::string value) {return nullptr;}; in NotEqualTo()
36 virtual AbsPredicates *Contains(std::string field, std::string value) {return nullptr;}; in Contains()
37 virtual AbsPredicates *BeginsWith(std::string field, std::string valu in Contains()
62 AbsRdbPredicates(std::string string) AbsRdbPredicates() argument
68 RdbPredicates(std::string string) RdbPredicates() argument
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h22 #include <string>
43 const std::string &bundleName, const int32_t &bundleUid, const std::vector<sptr<NotificationSlot>> &slots);
99 bool PutDistributedEnabledForBundle(const std::string deviceType,
110 bool GetDistributedEnabledForBundle(const std::string deviceType,
120 bool SetSmartReminderEnabled(const std::string deviceType, const bool &enabled);
129 bool IsSmartReminderEnabled(const std::string deviceType, bool &enabled);
136 std::string GetAdditionalConfig(const std::string &key);
180 bool RemoveBundleFromDisturbeDB(const std::string &bundleKey, const int32_t &bundleUid);
190 bool RemoveSlotFromDisturbeDB(const std::string
[all...]
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_autofill.h19 #include <string>
23 const std::string NWEB_VIEW_DATA_KEY_FOCUS = "focus";
24 const std::string NWEB_VIEW_DATA_KEY_RECT_X = "x";
25 const std::string NWEB_VIEW_DATA_KEY_RECT_Y = "y";
26 const std::string NWEB_VIEW_DATA_KEY_RECT_W = "width";
27 const std::string NWEB_VIEW_DATA_KEY_RECT_H = "height";
28 const std::string NWEB_VIEW_DATA_KEY_VALUE = "value";
29 const std::string NWEB_VIEW_DATA_KEY_PLACEHOLDER = "placeholder";
31 const std::string NWEB_AUTOFILL_EVENT_SAVE = "save";
32 const std::string NWEB_AUTOFILL_EVENT_FIL
[all...]
/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h26 int32_t StartPrint(const std::vector<std::string> &fileList,
27 const std::vector<uint32_t> &fdList, std::string &taskId) override
31 int32_t StopPrint(const std::string &taskId) override
35 int32_t ConnectPrinter(const std::string &printerId) override
39 int32_t DisconnectPrinter(const std::string &printerId) override
43 int32_t StartDiscoverPrinter(const std::vector<std::string> &extensionList) override
59 int32_t CancelPrintJob(const std::string &jobId) override
67 int32_t RemovePrinters(const std::vector<std::string> &printerIds) override
75 int32_t UpdatePrinterState(const std::string &printerId, uint32_t state) override
79 int32_t UpdatePrintJobStateOnlyForSystemApp(const std::string
[all...]
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
H A Dfeature_analysis.h22 #include <string>
43 FeatureAnalysis(FeatureSet featureSet, std::map<std::string, std::string> composeRule, in FeatureAnalysis()
44 const std::string& eventType) in FeatureAnalysis()
64 std::map<std::string, std::string> GetReasult() const { return eventInfo_; }; in GetReasult()
65 std::vector<std::pair<std::string, LineFeature>> GetParamSeekRecord() {return paramSeekRecord_;}; in GetParamSeekRecord()
69 bool IsSourceMatch(const std::string& line, const FeatureRule& rule) const;
70 bool ParseElementForParam(const std::string& src, FeatureRule& rule);
71 int GetSeekInfo(const std::string
[all...]
/base/hiviewdfx/hiview/base/utility/include/
H A Dfreeze_json_util.h22 #include <string>
30 const std::string LOGGER_FREEZEJSON_LOG_PATH = "/data/log/freezejson";
31 const std::string COMMON_QUOTE = "\"";
32 const std::string COMMON_COMMA = ", ";
33 const std::string COMMON_COLON = " : ";
34 const std::string COMMON_LEFT_BRACE = "{";
35 const std::string COMMON_RIGHT_BRACE = "}";
36 const std::string COMMON_LEFT_SQUARE_BRACKET = "[";
37 const std::string COMMON_RIGHT_SQUARE_BREAKET = "]";
38 const std::string COMMON_LEFT_PARENTHESI
[all...]
H A Dfile_util.h46 #include <string>
62 bool LoadStringFromFile(const std::string& filePath, std::string& content);
63 bool LoadLinesFromFile(const std::string& filePath, std::vector<std::string>& lines);
64 bool LoadStringFromFd(int fd, std::string& content);
65 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated = true);
66 bool SaveStringToFd(int fd, const std::string& content);
67 bool LoadBufferFromFile(const std::string
[all...]
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h40 static const std::string JSON_RECT;
41 static const std::string JSON_SC_TYPE;
42 static const std::string JSON_NODE_ID;
43 static const std::string JSON_RECT_X;
44 static const std::string JSON_RECT_Y;
45 static const std::string JSON_RECT_WIDTH;
46 static const std::string JSON_RECT_HEIGHT;
47 static const std::string JSON_WINDOW_RECT;
49 static const std::string JSON_SIZE_TAG;
50 static const std::string JSON_FONT_SIZE_TA
[all...]
/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h23 #include <string>
37 I18nTimeZone(std::string &id, bool isZoneID);
41 std::string GetID();
42 std::string GetDisplayName();
43 std::string GetDisplayName(bool isDST);
44 std::string GetDisplayName(std::string localeStr);
45 std::string GetDisplayName(std::string localeStr, bool isDST);
46 virtual std::string GetDisplayNameByTabo
[all...]
H A Dlocale_info.h23 #include "string"
31 explicit LocaleInfo(const std::string &localeTag);
32 LocaleInfo(const std::string &localeTag, std::map<std::string, std::string> &configs);
34 std::string GetLanguage() const;
35 std::string GetScript() const;
36 std::string GetRegion() const;
37 std::string GetBaseName() const;
38 std::string GetCalenda
[all...]
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h38 void SetDeviceName(const std::string &deviceName_);
39 void SetUuid(const std::string &uuid_);
40 void SetModel(const std::string &model_);
41 void SetManufacturer(const std::string &manufacturer_);
42 void SetDeviceType(const std::string &deviceType_);
43 void SetPort(const std::string &port_);
44 void SetAddr(const std::string &addr_);
45 void SetButton(const std::string &button_);
46 void SetFeeder(const std::string &feeder_);
48 void SetInfoType(const std::string
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.h36 #include <string>
52 string expected_prefixes_path;
53 std::vector<string> expected_prefixes_suppressions;
54 string generate_for_named_framework;
55 string named_framework_to_proto_path_mappings_path;
56 string runtime_import_prefix;
60 string PROTOC_EXPORT EscapeTrigraphs(const string& to_escape);
63 string PROTOC_EXPORT StripProto(const string
[all...]
/third_party/optimized-routines/string/
H A DDir.mk6 S := $(srcdir)/string
7 B := build/string
10 all-string bench-string check-string install-string clean-string:
15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS])
16 string-test-srcs := $(wildcard $(S)/test/*.c)
17 string
[all...]
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_decoder_v21.h39 void DealRawDataValue(const std::string &name, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode);
40 virtual std::string GetVersion();
41 void RecordUnknowParamType(const std::string &name);
42 virtual std::string GetLine();
43 virtual std::string PeekLine();
44 virtual std::string GetNonEmptyLine();
45 void BuildRawData(const std::string &line, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode);
46 virtual void DealParams(const std::string &params, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode);
48 const std::string &paramValue, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode);
49 virtual void DealTypeParam(const std::string
[all...]
/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h19 #include <string>
41 const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request)>
44 const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request)>
47 const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id)>
61 const std::string &bundleName, const std::string
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparenthesizedTypes.js2 var a: string;
3 var a: (string);
4 var a: ((string) | string | (((string))));
5 var a: ((((((((((((((((((((((((((((((((((((((((string))))))))))))))))))))))))))))))))))))))));
7 var b: (x: string) => string;
8 var b: ((x: (string)) => (string));
[all...]
H A DassignFromStringInterface2.js3 doStuff(): string;
7 doStuff(): string;
8 toString(): string;
9 charAt(pos: number): string;
11 concat(...strings: string[]): string;
12 indexOf(searchString: string, position?: number): number;
13 lastIndexOf(searchString: string, position?: number): number;
14 localeCompare(that: string): number;
15 match(regexp: string)
[all...]
/base/update/updater/services/ui/
H A Dupdater_ui_traits.h27 (std::string, pageId),
28 (std::string, comId)
32 (std::string, progressPageId),
33 (std::string, progressComId),
34 (std::string, progressType),
35 (std::string, logoComId),
36 (std::string, logoType),
37 (std::string, warningComId)
41 (std::string, successPageId),
42 (std::string, failPageI
[all...]
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h19 #include <string>
34 using PipelineConfigMap = std::map<std::string, std::shared_ptr<DispatchRule>>;
39 bool InitEnvironment(const std::string& platformConfigDir = "");
47 bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
49 void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
52 std::list<std::weak_ptr<Plugin>> GetPipelineSequenceByName(const std::string& name) override;
54 std::string GetHiViewDirectory(DirectoryType type) override;
55 std::string GetHiviewProperty(const std::string& key, const std::string
[all...]

Completed in 11 milliseconds

12345678910>>...1173