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:obsList
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_pref_test/
H
A
D
dataobs_mgr_inner_pref_test.cpp
91
ObsListType
obsList
;
in HWTEST_F()
local
92
obsList
.push_back(callback);
in HWTEST_F()
93
dataObsMgrInner->observers_.emplace(uri.ToString(),
obsList
);
in HWTEST_F()
113
ObsListType
obsList
;
in HWTEST_F()
local
114
obsList
.push_back(callback1);
in HWTEST_F()
115
dataObsMgrInner->observers_.emplace(uri.ToString(),
obsList
);
in HWTEST_F()
153
ObsListType
obsList
;
in HWTEST_F()
local
154
obsList
.push_back(callback);
in HWTEST_F()
155
dataObsMgrInner->observers_.emplace(uri.ToString(),
obsList
);
in HWTEST_F()
175
ObsListType
obsList
;
in HWTEST_F()
local
235
ObsListType
obsList
;
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H
A
D
dataobs_mgr_inner_pref.cpp
92
std::list<sptr<IDataAbilityObserver>>
obsList
;
in HandleNotifyChange()
local
109
obsList
= obsPair->second;
in HandleNotifyChange()
112
for (auto &obs :
obsList
) {
in HandleNotifyChange()
119
CommonUtils::Anonymous(uri.ToString()).c_str(),
obsList
.size());
in HandleNotifyChange()
182
auto &
obsList
= iter->second;
in RemoveObs()
local
183
for (auto it =
obsList
.begin(); it !=
obsList
.end(); it++) {
in RemoveObs()
186
obsList
.erase(it);
in RemoveObs()
190
if (
obsList
.size() == 0) {
in RemoveObs()
H
A
D
dataobs_mgr_inner.cpp
94
std::list<sptr<IDataAbilityObserver>>
obsList
;
in HandleNotifyChange()
local
103
obsList
= obsPair->second;
in HandleNotifyChange()
106
for (auto &obs :
obsList
) {
in HandleNotifyChange()
113
CommonUtils::Anonymous(uri.ToString()).c_str(),
obsList
.size());
in HandleNotifyChange()
176
auto &
obsList
= iter->second;
in RemoveObs()
local
177
for (auto it =
obsList
.begin(); it !=
obsList
.end(); it++) {
in RemoveObs()
180
obsList
.erase(it);
in RemoveObs()
184
if (
obsList
.size() == 0) {
in RemoveObs()
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_test/
H
A
D
dataobs_mgr_inner_test.cpp
91
ObsListType
obsList
;
in HWTEST_F()
local
92
obsList
.push_back(callback);
in HWTEST_F()
93
dataObsMgrInner->observers_.emplace(uri.ToString(),
obsList
);
in HWTEST_F()
113
ObsListType
obsList
;
in HWTEST_F()
local
114
obsList
.push_back(callback1);
in HWTEST_F()
115
dataObsMgrInner->observers_.emplace(uri.ToString(),
obsList
);
in HWTEST_F()
153
ObsListType
obsList
;
in HWTEST_F()
local
154
obsList
.push_back(callback);
in HWTEST_F()
155
dataObsMgrInner->observers_.emplace(uri.ToString(),
obsList
);
in HWTEST_F()
175
ObsListType
obsList
;
in HWTEST_F()
local
236
ObsListType
obsList
;
HWTEST_F()
local
[all...]
Completed in 2 milliseconds