Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 25 of 98) sorted by relevance

1234

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ScenarioDoc/
H A D场景测试使用说明文档.md45 #### 5. GattClient/Server场景测试(ohos.bluetooth.d.ts)
53 Server端:
61 #### 6. GattClient/Server场景测试(ohos.bluetoothManager.d.ts)
67 #### 7. SppClient/Server场景测试(ohos.bluetooth.d.ts)
73 Server端:
81 #### 8. SppClient/Server场景测试(ohos.bluetoothManager.d.ts)
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_server_manager_other_test.cpp40 std::shared_ptr httplib::Server svr = nullptr; in TEST_F()
48 std::shared_ptr httplib::Server svr = std::make_shared httplib::Server(); in TEST_F()
56 std::shared_ptr httplib::Server svr = std::make_shared httplib::Server(); in TEST_F()
64 std::shared_ptr httplib::Server svr = std::make_shared httplib::Server(); in TEST_F()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_http_server_manager_test.cpp104 std::shared_ptr<httplib::Server> newServer = std::make_shared<httplib::Server>();
124 std::shared_ptr<httplib::Server> newServer = std::make_shared<httplib::Server>();
145 std::shared_ptr<httplib::Server> newServer = std::make_shared<httplib::Server>();
165 std::shared_ptr<httplib::Server> newServer = std::make_shared<httplib::Server>();
187 std::shared_ptr<httplib::Server> newServer = std::make_shared<httplib::Server>();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudExtension-sys.md31 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
43 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
54 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
64 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
78 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
90 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
103 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
119 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
130 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
142 **系统能力:** SystemCapability.DistributedDataManager.CloudSync.Server
[all …]
/ohos5.0/docs/zh-cn/application-dev/ipc/
H A Dipc-rpc-overview.md20 > Server:提供服务的一端,被称为服务端<br/>
21 > 在IPC Kit中也经常用Proxy表示服务请求方(客户端-Client),Stub表示服务提供方(服务端-Server),后续文档中对Proxy和Stub不再做过多描述。
23 IPC和RPC通常采用客户端-服务端(Client-Server)模型,在使用时,请求Client端进程可获取Server端所在进程的代理(Proxy),并通过此代理读写数据来实现进程间的数据通信,…
/ohos5.0/docs/zh-cn/readme/
H A D窗口子系统.md19 - **Window Manager Server**
23 - **Display Manager Server**
32 ├── dmserver # Display Manager Server实现代码
41 ├── wmserver # Window Manager Server实现代码
/ohos5.0/foundation/communication/dhcp/
H A DREADME.md18 2. 通过IDhcpService实例启动DHCP功能(Client/Server);
20 4. Server端通过GetDhcpSerProExit获取DHCP Server异常退出的通知。
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_server_manager.h36 static void StartServer(std::shared_ptr<httplib::Server> svr,
42 bool AllocatePort(std::shared_ptr<httplib::Server> svr, int32_t &port);
45 std::map<std::string, std::shared_ptr<httplib::Server>> printHttpServerMap;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/BenchmarkDoc/
H A D性能测试使用说明文档.md71 Server端:
111 - Server端:
121 Server端:
143 Server端:
/ohos5.0/foundation/window/window_manager/
H A DREADME.md19 - **Window Manager Server**
23 - **Display Manager Server**
32 ├── dmserver # Stores Display Manager Server implementation code
41 ├── wmserver # Stores Window Manager Server implementation code
H A DREADME_zh.md25 - **Window Manager Server**
29 - **Display Manager Server**
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_server_manager.cpp37 bool PrintHttpServerManager::AllocatePort(std::shared_ptr<httplib::Server> svr, int32_t &port) in AllocatePort()
60 void PrintHttpServerManager::StartServer(std::shared_ptr<httplib::Server> svr, in StartServer()
101 std::shared_ptr<httplib::Server> newServer = std::make_shared<httplib::Server>(); in CreateServer()
/ohos5.0/docs/en/readme/
H A Dwindow-manager.md21 - **Window Manager Server**
25 - **Display Manager Server**
34 ├── dmserver # Implementation code of Display Manager Server
43 ├── wmserver # Implementation code of Window Manager Server
/ohos5.0/docs/en/application-dev/basic-services/update/
H A DReadme-EN.md3 - [Sample Server Development Overview](sample-server-overview.md)
4 - [Sample Server Development](sample-server-guidelines.md)
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudExtension-sys.md32 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
44 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
55 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
65 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
79 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
91 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
104 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
120 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
131 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
143 **System capability**: SystemCapability.DistributedDataManager.CloudSync.Server
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/etc/
H A Ddhcpd.conf.sample15 # Server identifier.
40 # Server identifier, if this parameter is specified, the item is mandatory.
53 # Server identifier, if this parameter is specified, the item is mandatory.
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattDoc/
H A DGatt功能界面使用说明文档.md7 Gatt测试分为Client测试和Server测试
249 - 限制条件:Server端存在,才可以关闭。
250 - 验证方法:Server端关闭,无法搜索到本设备的Server端。
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Derrorcode-net-http.md43 ## 2300005 Failed to Resolve the Domain Name of the Proxy Server
83 ## 2300007 Failed to Connect to the Server
101 ## 2300008 Invalid Data Returned by the Server
155 ## 2300018 Incomplete Data Returned by the Server
282 ## 2300052 No Content Returned by the Server
372 ## 2300060 Incorrect SSL Certificate or SSH Key of the Remote Server
426 ## 2300070 Insufficient Server Disk Space
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattManagerDoc/
H A DGattManager测试使用说明文档.md7 Gatt测试分为Client测试和Server测试
440 - Server端存在,才可以关闭。
447 - 验证方法:Server端关闭,无法搜索到本设备的Server端。
/ohos5.0/docs/zh-cn/application-dev/network/
H A Dsocket-connection.md25 - 应用通过 TCP Socket Server 进行数据传输
28 - 应用通过 Local Socket Server 进行数据传输
30 - 应用通过 TLS Socket Server 进行加密数据传输
188 ## 应用通过 TCP Socket Server 进行数据传输
408 ## 应用通过 Local Socket Server 进行数据传输
410 服务端 LocalSocket Server 流程:
780 ## 应用通过 TLS Socket Server 进行加密数据传输
782 服务端 TLS Socket Server 流程:
/ohos5.0/drivers/peripheral/motion/
H A DReadme.md7 …ith the Motion Hardware Device Interface (HDI) Server through the Motion HDI Client. The Motion HD…
/ohos5.0/base/print/print_fwk/
H A DREADME_ZH.md58 - **打印管理服务端(Print Manager Server)**
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-pkg-prepare.md36 ### Configuring the Samba Server
91 …essing the Samba server, which has been set up in [Configuring the Samba Server](#configuring-the-…
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Derrorcode-media.md138 ## 5411001 Failed to Parse or Connect to the Server Address
270 ## 5411008 Server Fails to Verify the Client Certificate
308 ## 5411010 Client Fails to Verify the Server Certificate
/ohos5.0/base/powermgr/display_manager/
H A DREADME.md30 │ ├── service # Server layer

1234