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:connRecordList_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_record.cpp
2026
auto it = std::find(
connRecordList_
.begin(),
connRecordList_
.end(), connRecord);
in AddConnectRecordToList()
2028
if (it !=
connRecordList_
.end()) {
in AddConnectRecordToList()
2034
connRecordList_
.push_back(connRecord);
in AddConnectRecordToList()
2040
return
connRecordList_
;
in GetConnectRecordList()
2047
connRecordList_
.remove(connRecord);
in RemoveConnectRecordFromList()
2048
if (
connRecordList_
.empty()) {
in RemoveConnectRecordFromList()
2201
return
connRecordList_
.empty();
in IsConnectListEmpty()
2208
std::find_if(
connRecordList_
.begin(),
connRecordList_
in GetConnectingRecord()
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H
A
D
ability_connect_manager_test.cpp
1656
abilityRecord->
connRecordList_
.push_back(connection);
in HWTEST_F()
1682
abilityRecord->
connRecordList_
.clear();
in HWTEST_F()
2296
abilityRecord->
connRecordList_
.push_back(nullptr);
in HWTEST_F()
2297
abilityRecord->
connRecordList_
.push_back(connection);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H
A
D
ability_record_test.cpp
1982
abilityRecord->
connRecordList_
.push_back(connection1);
in HWTEST_F()
1983
abilityRecord->
connRecordList_
.push_back(connection2);
in HWTEST_F()
2042
abilityRecord->
connRecordList_
.push_back(nullptr);
in HWTEST_F()
2043
abilityRecord->
connRecordList_
.push_back(connection);
in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
1272
std::list<std::shared_ptr<ConnectionRecord>>
connRecordList_
= {};
member in OHOS::AAFwk::AbilityRecord
Completed in 16 milliseconds