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:cjCbMap_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H
A
D
window_register_manager.cpp
182
if (
cjCbMap_
.empty() ||
cjCbMap_
.find(type) ==
cjCbMap_
.end()) {
in IsCallbackRegistered()
187
for (auto iter =
cjCbMap_
[type].begin(); iter !=
cjCbMap_
[type].end(); ++iter) {
in IsCallbackRegistered()
223
cjCbMap_
[type][callbackObject] = windowManagerListener;
in RegisterListener()
225
type.c_str(),
cjCbMap_
[type].size());
in RegisterListener()
233
if (
cjCbMap_
.empty() ||
cjCbMap_
.find(type) ==
cjCbMap_
in UnregisterListener()
[all...]
H
A
D
window_register_manager.h
60
std::map<std::string, std::map<int64_t, sptr<CjWindowListener>>>
cjCbMap_
;
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
copy.cpp
44
std::map<FileInfos, std::shared_ptr<CjCallbackObject>> CopyImpl::
cjCbMap_
;
member in OHOS::CJSystemapi::CopyImpl
246
auto iter = CopyImpl::
cjCbMap_
.find(*infos);
in CopySubDir()
253
if (iter == CopyImpl::
cjCbMap_
.end() || iter->second == nullptr) {
in CopySubDir()
450
auto iter =
cjCbMap_
.find(*infos);
in GetRegisteredListener()
451
if (iter ==
cjCbMap_
.end()) {
in GetRegisteredListener()
589
auto iter =
cjCbMap_
.find(*infos);
in RegisterListener()
590
if (iter !=
cjCbMap_
.end()) {
in RegisterListener()
594
cjCbMap_
.insert({*infos, callback});
in RegisterListener()
605
auto iter =
cjCbMap_
.find(*infos);
in UnregisterListener()
606
if (iter ==
cjCbMap_
in UnregisterListener()
[all...]
H
A
D
copy.h
130
static std::map<FileInfos, std::shared_ptr<CjCallbackObject>>
cjCbMap_
;
member in OHOS::CJSystemapi::final
Completed in 3 milliseconds