Home
last modified time | relevance | path

Searched defs:svr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_crpc_p2p_test.cpp38 RpcServer svr, *server = nullptr; variable
49 RpcServer svr, *server = nullptr; variable
59 RpcServer svr, *server = nullptr; variable
69 RpcServer svr, *server = nullptr; variable
79 RpcServer svr, *server = nullptr; variable
89 RpcServer svr, *server = nullptr; variable
99 RpcServer svr, *server = nullptr; variable
/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() local
48 std::shared_ptr httplib::Server svr = std::make_shared httplib::Server(); in TEST_F() local
56 std::shared_ptr httplib::Server svr = std::make_shared httplib::Server(); in TEST_F() local
64 std::shared_ptr httplib::Server svr = std::make_shared httplib::Server(); in TEST_F() local
/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()