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:pids_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H
A
D
permission.cpp
56
std::vector<pid_t> Permission::
pids_
;
member in OHOS::CastEngine::CastEngineService::Permission
75
if (std::find_if(
pids_
.begin(),
pids_
.end(), [pid](pid_t element) { return element == pid; }) ==
pids_
.end()) {
in SavePid()
76
pids_
.push_back(pid);
in SavePid()
84
auto iter = std::find_if(
pids_
.begin(),
pids_
.end(), [pid](pid_t element) { return element == pid; });
in RemovePid()
85
if (iter !=
pids_
.end()) {
in RemovePid()
86
pids_
.erase(iter);
in RemovePid()
93
pids_
in ClearPids()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H
A
D
permission.cpp
56
std::vector<pid_t> Permission::
pids_
;
member in OHOS::CastEngine::CastEngineService::Permission
75
if (std::find_if(
pids_
.begin(),
pids_
.end(), [pid](pid_t element) { return element == pid; }) ==
pids_
.end()) {
in SavePid()
76
pids_
.push_back(pid);
in SavePid()
84
auto iter = std::find_if(
pids_
.begin(),
pids_
.end(), [pid](pid_t element) { return element == pid; });
in RemovePid()
85
if (iter !=
pids_
.end()) {
in RemovePid()
86
pids_
.erase(iter);
in RemovePid()
93
pids_
in ClearPids()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H
A
D
process.cpp
39
return
pids_
;
in GetPids()
169
pids_
.insert(pid);
in UpdatePidByPath()
184
for (const auto& pid :
pids_
) {
in KillProcess()
188
pids_
.clear();
in KillProcess()
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H
A
D
running_lock_strategy.cpp
224
iter->second.
pids_
.emplace(info.pid_);
in GetAllRunningAppInfo()
497
iter->second.
pids_
.emplace(pid);
in GetAndCreateAppInfo()
502
iter->second.
pids_
.emplace(pid);
in GetAndCreateAppInfo()
538
for (auto& pid : info.
pids_
) {
in SetProxiedAppList()
587
iter->second.
pids_
.erase(pid);
in HandleProcessStatusChanged()
588
if (iter->second.
pids_
.empty()) {
in HandleProcessStatusChanged()
612
.append(std::to_string(value.
pids_
.size())).append(" exemption flag: ")
in DumpShowDetailInfo()
614
if (value.
pids_
.empty()) {
in DumpShowDetailInfo()
618
for (const auto pid : value.
pids_
) {
in DumpShowDetailInfo()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H
A
D
permission.h
43
static std::vector<pid_t>
pids_
;
member in OHOS::CastEngine::CastEngineService::Permission
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H
A
D
permission.h
43
static std::vector<pid_t>
pids_
;
member in OHOS::CastEngine::CastEngineService::Permission
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H
A
D
process.h
36
std::unordered_set<pid_t>
pids_
;
member in OHOS::StorageDaemon::Process
/foundation/resourceschedule/device_standby/plugins/ext/include/
H
A
D
ibase_strategy.h
64
std::set<int32_t>
pids_
{};
/foundation/resourceschedule/device_standby/plugins/strategy/include/
H
A
D
running_lock_strategy.h
35
std::set<int32_t>
pids_
{};
Completed in 4 milliseconds