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
defs:connectionRecord
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H
A
D
connection_state_manager_test.cpp
151
std::shared_ptr<ConnectionRecord>
connectionRecord
= nullptr;
in HWTEST_F()
local
166
auto
connectionRecord
=
in HWTEST_F()
local
182
std::shared_ptr<ConnectionRecord>
connectionRecord
= nullptr;
in HWTEST_F()
local
197
std::shared_ptr<ConnectionRecord>
connectionRecord
= nullptr;
in HWTEST_F()
local
213
auto
connectionRecord
=
in HWTEST_F()
local
230
auto
connectionRecord
=
HWTEST_F()
local
613
std::shared_ptr<ConnectionRecord>
connectionRecord
=
HWTEST_F()
local
632
std::shared_ptr<ConnectionRecord>
connectionRecord
=
HWTEST_F()
local
652
std::shared_ptr<ConnectionRecord>
connectionRecord
=
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H
A
D
ability_record_module_test.cpp
429
auto
connectionRecord
= ConnectionRecord::CreateConnectionRecord(nullptr, nullptr, nullptr);
in HWTEST_F()
local
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H
A
D
connectionstatemanager_fuzzer.cpp
148
auto
connectionRecord
= std::make_shared<ConnectionRecord>(token, targetService, connect);
in DoSomethingInterestingWithMyAPI()
local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
connection_state_manager.cpp
92
void ConnectionStateManager::AddConnection(std::shared_ptr<ConnectionRecord>
connectionRecord
)
in AddConnection()
argument
112
void ConnectionStateManager::RemoveConnection(std::shared_ptr<ConnectionRecord>
connectionRecord
,
in RemoveConnection()
argument
324
bool ConnectionStateManager::AddConnectionInner(std::shared_ptr<ConnectionRecord>
connectionRecord
,
in AddConnectionInner()
argument
348
RemoveConnectionInner(std::shared_ptr<ConnectionRecord>
connectionRecord
, AbilityRuntime::ConnectionData &data)
RemoveConnectionInner()
argument
[all...]
Completed in 5 milliseconds