Searched refs:hostname (Results 1 – 11 of 11) sorted by relevance
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
D | ohos_web_dns_data_base_adapter_impl.cpp | 104 bool OhosWebDnsDataBaseAdapterImpl::ExistHostname(const std::string& hostname) const in ExistHostname() 106 if (rdbStore_ == nullptr || hostname.empty()) { in ExistHostname() 117 std::vector<std::string>::iterator it = find(hostInfo.begin(), hostInfo.end(), hostname); in ExistHostname() 124 void OhosWebDnsDataBaseAdapterImpl::InsertHostname(const std::string& hostname) in InsertHostname() argument 126 WVLOG_I("web dns database set info hostname:%{public}s", hostname.c_str()); in InsertHostname() 127 if (rdbStore_ == nullptr || hostname.empty()) { in InsertHostname() 135 valuesBucket.PutString(HOSTNAME_COL, hostname); in InsertHostname() 156 std::string hostname; in GetHostnames() local 157 resultSet->GetString(columnIndex, hostname); in GetHostnames() 158 hostnames.push_back(hostname); in GetHostnames()
|
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/existhostname_fuzzer/ |
D | existhostname_fuzzer.cpp | 31 std::string hostname((const char *)data, size); in DoSomethingInterestingWithMyAPI() local 32 OhosWebDnsDataBaseAdapterImpl::GetInstance().ExistHostname(hostname); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/inserthostname_fuzzer/ |
D | inserthostname_fuzzer.cpp | 31 std::string hostname((const char *)data, size); in DoSomethingInterestingWithMyAPI() local 32 OhosWebDnsDataBaseAdapterImpl::GetInstance().InsertHostname(hostname); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/ |
D | ohos_web_dns_data_base_adapter_impl.h | 44 bool ExistHostname(const std::string& hostname) const override; 46 void InsertHostname(const std::string& hostname) override;
|
/base/web/webview/ohos_adapter/interfaces/ |
D | ohos_web_data_base_adapter.h | 71 virtual bool ExistHostname(const std::string& hostname) const = 0; 73 virtual void InsertHostname(const std::string& hostname) = 0;
|
/base/startup/init/test/moduletest/ |
D | chipset.init.test.cfg | 10 "hostname localhost",
|
/base/security/device_auth/frameworks/deviceauth_lite/source/base/product_header/ |
D | hilink_osadapter.h | 59 int hilink_gethostbyname(const char *hostname, char ipList[][IP_LIST_LEN], int num);
|
/base/security/selinux_adapter/sepolicy/ohos_policy/startup/init/public/ |
D | chipset_init.te | 97 # for ifup,hostname,domainname
|
/base/startup/init/services/etc/ |
D | init.cfg | 79 "hostname localhost",
|
D | init.without_two_stages.cfg | 64 "hostname localhost",
|
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
D | hvigor-wrapper.js | 16 …ru.DATETIME_FORMAT)),ru.asString(n,e.startTime)},h:function(){return uu.hostname().toString()},m:f… 17 …tocol",replacement:e.protocol}),r.push({token:":hostname",replacement:e.hostname}),r.push({token:"…
|