Searched defs:hostName (Results 1 - 8 of 8) sorted by relevance
/base/msdp/device_status/utils/common/include/ |
H A D | util.h | 68 std::string hostName; member
|
/base/update/updater/services/flashd/daemon/ |
H A D | daemon.cpp | 225 char hostName[BUF_SIZE_MEDIUM] = ""; in DaemonSessionHandshake() local
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_impl.cpp | 196 void ArkWebEngineImpl::SetHostIP(const ArkWebString& hostName, const ArkWebString& address, int32_t aliveTime) in SetHostIP() argument 201 void ArkWebEngineImpl::ClearHostIP(const ArkWebString& hostName) in ClearHostIP() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_engine_wrapper.cpp | 227 void ArkWebEngineWrapper::SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) in SetHostIP() argument 232 void ArkWebEngineWrapper::ClearHostIP(const std::string& hostName) in ClearHostIP() argument
|
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nwebhelper_fuzzer.cpp | 141 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) {} in SetHostIP() argument 143 void ClearHostIP(const std::string& hostName) {} in ClearHostIP() argument
|
/base/web/webview/test/unittest/nweb_helper_test/ |
H A D | nweb_helper_test.cpp | 141 void SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) {} in SetHostIP() argument 143 void ClearHostIP(const std::string& hostName) {} in ClearHostIP() argument 559 std::string hostName = "hello"; in HWTEST_F() local 587 std::string hostName = "name"; in HWTEST_F() local
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_helper.cpp | 954 void NWebHelper::SetHostIP(const std::string& hostName, const std::string& address, int32_t aliveTime) in SetHostIP() argument 976 void NWebHelper::ClearHostIP(const std::string& hostName) in ClearHostIP() argument
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.cpp | 5968 std::string hostName; in SetHostIP() local 6005 std::string hostName; in ClearHostIP() local
|
Completed in 18 milliseconds