Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CreateRpcServer
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/wifi/wifi/base/cRPC/include/
H
A
D
server.h
58
RpcServer *
CreateRpcServer
(const char *path);
/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H
A
D
server_test.cpp
166
EXPECT_TRUE(
CreateRpcServer
(nullptr) == nullptr);
in HWTEST_F()
167
server =
CreateRpcServer
(path);
in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H
A
D
server_test.cpp
166
EXPECT_TRUE(
CreateRpcServer
(nullptr) == nullptr);
in HWTEST_F()
167
server =
CreateRpcServer
(path);
in HWTEST_F()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H
A
D
main.c
126
RpcServer *server =
CreateRpcServer
(rpcSockPath);
in main()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H
A
D
wifi_hal_hostapd_test.cpp
35
mServer =
CreateRpcServer
(g_rpcSockPath.c_str());
in SetUpTestCase()
H
A
D
wifi_hal_wpa_sta_test.cpp
38
mServer =
CreateRpcServer
(g_rpcSockPath.c_str());
in SetUpTestCase()
H
A
D
wifi_hal_crpc_server_add_test.cpp
34
mServer =
CreateRpcServer
(g_rpcSockPath.c_str());
in SetUpTestCase()
H
A
D
wifi_hal_wpa_p2p_test.cpp
38
mServer =
CreateRpcServer
(g_rpcSockPath.c_str());
in SetUpTestCase()
H
A
D
wifi_hal_crpc_server_test.cpp
51
mServer =
CreateRpcServer
(g_rpcSockPath.c_str());
in SetUpTestCase()
/foundation/communication/wifi/wifi/base/cRPC/src/
H
A
D
server.c
75
RpcServer *
CreateRpcServer
(const char *path)
in CreateRpcServer()
function
Completed in 9 milliseconds