/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_history_item_wrapper.h | 37 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 D | driver.h | 19 #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 D | ark_net_proxy_adapter_wrapper.h | 35 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 D | ark_net_proxy_event_callback_adapter_wrapper.cpp | 27 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 D | savehttpauthcredentials_fuzzer.cpp | 31 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 D | registerdevlistener_fuzzer.cpp | 26 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 D | setplaintext_fuzzer.cpp | 28 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 D | selectcertrequest_fuzzer.cpp | 37 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 D | IO_test_nl_langinfo_l_001.cpp | 59 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 D | It_process_plimits_ipc_002.cpp | 45 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 D | It_process_plimits_ipc_007.cpp | 44 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 D | It_process_plimits_ipc_011.cpp | 45 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 D | external_calls.cpp | 19 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 D | element_node_iterator.h | 32 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 D | xcomponent_sourceid_test.cpp | 23 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 D | test_utils.h | 21 #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 D | ActsTestMediaUtils.h | 40 * @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 D | UnitNumberRecallTest.h | 19 #include <string>
27 using ::std::string;
42 string g_numberFormExpect[][20] = {
|
/test/xts/acts/global_lite/i18n_lite/datetimerecall_posix/src/ |
H A D | UnitDateTimeRecallTest.h | 19 #include <string> 28 using ::std::string; 43 string g_formatAbbrDayNames[][7] = {
|
/test/xts/acts/commonlibrary/toolchain/libc-test/include/ |
H A D | gettestfiles.cpp | 22 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 D | md5.h | 11 #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 D | qpdf_tools.h | 6 #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 D | colorprint.h | 6 #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 D | astcenc_diagnostic_trace.h | 100 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 D | version.h | 9 #include <string> 23 static std::optional<Version> FromString(std::string s); 36 std::string Describe() const;
|