Home
last modified time | relevance | path

Searched refs:string (Results 8526 - 8550 of 38128) sorted by relevance

1...<<341342343344345346347348349350>>...1526

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_item_wrapper.h37 std::string GetHistoryUrl() override;
39 std::string GetHistoryTitle() override;
41 std::string GetHistoryRawUrl() override;
/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Ddriver.h19 #include <string>
32 Driver(const std::string &serviceName, HdiConfig hdiConfig);
41 std::string serviceName_;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_net_proxy_adapter_wrapper.h35 void GetProperty(std::string& host, uint16_t& port, std::string& pacUrl, std::string& exclusion) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_net_proxy_event_callback_adapter_wrapper.cpp27 void ArkNetProxyEventCallbackAdapterWrapper::Changed(const std::string& host, const uint16_t& port, in Changed()
28 const std::string& pacUrl, const std::vector<std::string>& exclusionList) in Changed()
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/savehttpauthcredentials_fuzzer/
H A Dsavehttpauthcredentials_fuzzer.cpp31 std::string host((const char*)data, size); in SaveHttpAuthCredentialsFuzzTest()
32 std::string realm((const char*)data, size); in SaveHttpAuthCredentialsFuzzTest()
33 std::string name((const char*)data, size); in SaveHttpAuthCredentialsFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/multimodalinput_adapter/registerdevlistener_fuzzer/
H A Dregisterdevlistener_fuzzer.cpp26 void OnDeviceAdded(int32_t deviceId, const std::string& type) override {};
27 void OnDeviceRemoved(int32_t deviceId, const std::string& type) override {};
36 std::string type((const char*)data, size); in RegisterDevListenerFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/setplaintext_fuzzer/
H A Dsetplaintext_fuzzer.cpp28 std::string text((const char*)data, size); in SetPlainTextFuzzTest()
31 std::shared_ptr<std::string> plainText = std::make_shared<std::string>(text); in SetPlainTextFuzzTest()
/base/web/webview/test/fuzztest/ohos_nweb/selectcertrequest_fuzzer/
H A Dselectcertrequest_fuzzer.cpp37 std::string host((const char*)data, size); in SelectCertRequestFuzzTest()
42 std::vector<std::string> keyTypes = { host }; in SelectCertRequestFuzzTest()
43 std::vector<std::string> issuers = { host }; in SelectCertRequestFuzzTest()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_nl_langinfo_l_001.cpp59 char *string = nl_langinfo_l(CRNCYSTR, reinterpret_cast<locale_t>(const_cast<char *>("zh_CN.UTF-8"))); in testcase() local
60 ICUNIT_ASSERT_NOT_EQUAL(string, NULL, string); in testcase()
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_002.cpp45 std::string plimitsRootPath = "/proc/plimits/"; in ItProcessPlimitsIpc002()
46 std::vector<std::string> ipcConfFileName; in ItProcessPlimitsIpc002()
52 std::string fullPath = plimitsRootPath + *iter; in ItProcessPlimitsIpc002()
H A DIt_process_plimits_ipc_007.cpp44 std::string plimitsPath = "/proc/plimits/test"; in ItProcessPlimitsIpc007()
45 std::string configFileMqCount = "/proc/plimits/test/ipc.mq_limit"; in ItProcessPlimitsIpc007()
46 std::string mqLimitCount = "0123"; in ItProcessPlimitsIpc007()
H A DIt_process_plimits_ipc_011.cpp45 std::string plimitsPath = "/proc/plimits/test"; in ItProcessPlimitsIpc011()
46 std::string configFileShmSize = "/proc/plimits/test/ipc.shm_limit"; in ItProcessPlimitsIpc011()
47 std::string shmLimitSize = "0123"; in ItProcessPlimitsIpc011()
/test/testfwk/arkxtest/uitest/record/
H A Dexternal_calls.cpp19 std::vector<std::string> GetFrontAbility() in GetFrontAbility()
21 std::vector<std::string> elements; in GetFrontAbility()
22 std::string bundleName, abilityName; in GetFrontAbility()
/test/testfwk/arkxtest/uitest/core/
H A Delement_node_iterator.h32 virtual std::string GetTextByKey(const std::string key) = 0;
44 std::map<int, std::string> elementIndexToHierarch_;
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/xcomponent/
H A Dxcomponent_sourceid_test.cpp23 value_item.string = "xComponentKey"; in TestXComponentSourceId001()
26 ASSERT_STREQ(nodeAPI->getAttribute(xComponent, NODE_XCOMPONENT_ID)->string, "xComponentKey"); in TestXComponentSourceId001()
34 value_item.string = nullptr; in TestXComponentSourceId002()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Dtest_utils.h21 #include <string>
39 void PrintErrorMessage(const std::string &cond, const std::string &file, unsigned int line, const char *fmt, ...);
/test/xts/acts/multimedia_lite/utils_posix/common/include/
H A DActsTestMediaUtils.h40 * @return string - current file path of the test suits
42 std::string GetCurDir();
57 int32_t SampleSaveCapture(std::string g_testPath, const char *p, uint32_t size);
63 int32_t SampleGetRecordFd(std::string &recordFilePath);
/test/xts/acts/global_lite/i18n_lite/numberrecall_posix/src/
H A DUnitNumberRecallTest.h19 #include <string>
27 using ::std::string;
42 string g_numberFormExpect[][20] = {
/test/xts/acts/global_lite/i18n_lite/datetimerecall_posix/src/
H A DUnitDateTimeRecallTest.h19 #include <string>
28 using ::std::string;
43 string g_formatAbbrDayNames[][7] = {
/test/xts/acts/commonlibrary/toolchain/libc-test/include/
H A Dgettestfiles.cpp22 static void GetTestNames(std::string path, std::vector<std::string>& tempName) in GetTestNames()
26 std::string p; in GetTestNames()
/third_party/gn/src/base/
H A Dmd5.h11 #include <string>
37 // You can call MD5DigestToBase16() to generate a string of the digest.
66 std::string MD5DigestToBase16(const MD5Digest& digest);
72 // Returns the MD5 (in hexadecimal) of a string.
73 std::string MD5String(std::string_view str);
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_tools.h6 #include <string>
14 QPDFObjectHandle makePage(QPDF &pdf,const std::map<std::string,QPDFObjectHandle> &xobjs,QPDFObjectHandle mediabox,const std::string &content);
/third_party/benchmark/src/
H A Dcolorprint.h6 #include <string>
20 std::string FormatString(const char* msg, va_list args);
21 std::string FormatString(const char* msg, ...);
/third_party/astc-encoder/Source/
H A Dastcenc_diagnostic_trace.h100 void add_attrib(std::string type, std::string key, std::string value);
179 * @brief Add a string annotation to the current node.
/third_party/gn/src/gn/
H A Dversion.h9 #include <string>
23 static std::optional<Version> FromString(std::string s);
36 std::string Describe() const;

Completed in 23 milliseconds

1...<<341342343344345346347348349350>>...1526