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:freezedPidList_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_service.cpp
647
CHECK_AND_RETURN_RET(
freezedPidList_
.count(pid) != 0, false);
in ShouldSkipStatusUpdates()
1899
freezedPidList_
.insert(pidList.begin(), pidList.end());
in ProxyForFreeze()
1900
MEDIA_DEBUG_LOG("after freeze
freezedPidList_
:%{public}s", g_toString(
freezedPidList_
).c_str());
in ProxyForFreeze()
1904
freezedPidList_
.erase(pid);
in ProxyForFreeze()
1906
MEDIA_DEBUG_LOG("after unfreeze
freezedPidList_
:%{public}s", g_toString(
freezedPidList_
).c_str());
in ProxyForFreeze()
1929
freezedPidList_
.clear();
in ResetAllFreezeStatus()
1930
MEDIA_INFO_LOG("
freezedPidList_
has been clear");
in ResetAllFreezeStatus()
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_service.h
286
std::set<int32_t>
freezedPidList_
;
member in OHOS::CameraStandard::HCameraService
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H
A
D
screen_session_manager.h
480
std::set<int32_t>
freezedPidList_
;
member in OHOS::Rosen::ScreenSessionManager
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
1090
if (
freezedPidList_
.count(agentPid) == 0) {
in IsFreezed()
5418
dumper->DumpFreezedPidList(
freezedPidList_
);
in Dump()
5557
freezedPidList_
.insert(pid);
in ProxyForFreeze()
5559
freezedPidList_
.erase(pid); // set删除不存在的元素不会引发异常
in ProxyForFreeze()
5644
freezedPidList_
.clear();
in ResetAllFreezeStatus()
5646
TLOGI(WmsLogTag::DMS, "
freezedPidList_
has been clear.");
in ResetAllFreezeStatus()
Completed in 16 milliseconds