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:refMap
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/drm_framework/services/utils/include/
H
A
D
napi_param_utils.h
74
static std::map<T*, uint32_t>
refMap
;
member in OHOS::DrmStandard::ObjectRefMap
92
std::map<T *, uint32_t> ObjectRefMap<T>::
refMap
;
member in OHOS::DrmStandard::ObjectRefMap
98
refMap
[obj] = 1;
in Insert()
105
auto it =
refMap
.find(obj);
in Erase()
106
if (it !=
refMap
.end()) {
in Erase()
107
refMap
.erase(it);
in Erase()
115
if (
refMap
.count(obj)) {
in IncreaseRef()
116
refMap
[obj]++;
in IncreaseRef()
127
if (
refMap
.count(obj) && --
refMap
[ob
in DecreaseRef()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H
A
D
audio_utils.h
245
static std::map<T*, uint32_t>
refMap
;
member in OHOS::AudioStandard::ObjectRefMap
263
std::map<T *, uint32_t> ObjectRefMap<T>::
refMap
;
member in OHOS::AudioStandard::ObjectRefMap
269
refMap
[obj] = 1;
in Insert()
276
auto it =
refMap
.find(obj);
in Erase()
277
if (it !=
refMap
.end()) {
in Erase()
278
refMap
.erase(it);
in Erase()
286
if (
refMap
.count(obj)) {
in IncreaseRef()
287
refMap
[obj]++;
in IncreaseRef()
298
if (
refMap
.count(obj) && --
refMap
[ob
in DecreaseRef()
[all...]
/foundation/multimedia/player_framework/frameworks/js/common/
H
A
D
common_napi.h
368
static std::map<T*, uint32_t>
refMap
;
member in OHOS::Media::ObjectRefMap
386
std::map<T *, uint32_t> ObjectRefMap<T>::
refMap
;
member in OHOS::Media::ObjectRefMap
392
refMap
[obj] = 1;
in Insert()
399
auto it =
refMap
.find(obj);
in Erase()
400
if (it !=
refMap
.end()) {
in Erase()
401
refMap
.erase(it);
in Erase()
409
if (
refMap
.count(obj)) {
in IncreaseRef()
410
refMap
[obj]++;
in IncreaseRef()
421
if (
refMap
.count(obj) && --
refMap
[ob
in DecreaseRef()
[all...]
Completed in 2 milliseconds