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:localServiceName
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H
A
D
dbinder_test_service.cpp
106
std::u16string
localServiceName
= GetDescriptor();
in PingService()
local
107
if (
localServiceName
.compare(serviceName) != 0) {
in PingService()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H
A
D
test_service.cpp
125
std::u16string
localServiceName
= GetObjectDescriptor();
in TestPingService()
local
126
if (
localServiceName
.compare(serviceName) != 0) {
in TestPingService()
128
Str16ToStr8(
localServiceName
).c_str(), Str16ToStr8(serviceName).c_str());
in TestPingService()
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H
A
D
ipc_object_proxy.h
37
std::string
localServiceName
;
member
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
ipc_object_proxy.cpp
875
if (!current->CreateSoftbusServer(data.
localServiceName
)) {
in MakeDBinderTransSession()
876
ZLOGE(LABEL, "CreateSoftbusServer fail, name:%{public}s localID:%{public}s", data.
localServiceName
.c_str(),
in MakeDBinderTransSession()
906
dbinderData.
localServiceName
= reply.ReadString();
in GetDBinderNegotiationData()
909
dbinderData.localDeviceId.empty() || dbinderData.
localServiceName
.empty()) {
in GetDBinderNegotiationData()
952
dbinderData.
localServiceName
= data->local_name;
in GetDBinderNegotiationData()
Completed in 4 milliseconds