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:SessionStack
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_session/services/session/server/
H
A
D
session_stack.cpp
21
int32_t
SessionStack
::AddSession(pid_t pid, const std::string& abilityName, sptr<AVSessionItem>& item)
in AddSession()
33
void
SessionStack
::UpdateSessionSort(sptr<AVSessionItem>& item)
in UpdateSessionSort()
47
std::vector<sptr<AVSessionItem>>
SessionStack
::RemoveSession(pid_t pid)
in RemoveSession()
65
sptr<AVSessionItem>
SessionStack
::RemoveSession(const std::string& sessionId)
in RemoveSession()
82
sptr<AVSessionItem>
SessionStack
::RemoveSession(pid_t pid, const std::string& abilityName)
in RemoveSession()
96
sptr<AVSessionItem>
SessionStack
::GetSession(pid_t pid, const std::string& abilityName)
in GetSession()
106
std::vector<sptr<AVSessionItem>>
SessionStack
::GetSessionsByPid(pid_t pid)
in GetSessionsByPid()
118
bool
SessionStack
::PidHasSession(pid_t pid)
in PidHasSession()
131
bool
SessionStack
::UidHasSession(int32_t uid)
in UidHasSession()
142
sptr<AVSessionItem>
SessionStack
[all...]
H
A
D
avsession_users_manager.h
34
SessionStack
& GetContainer();
36
SessionStack
& GetContainerFromUser(int32_t userId);
38
SessionStack
& GetContainerFromAll();
84
std::map<int32_t, std::shared_ptr<
SessionStack
>> sessionStackMapByUserId_;
85
std::shared_ptr<
SessionStack
> sessionStackForAll_;
H
A
D
avsession_users_manager.cpp
53
std::shared_ptr<
SessionStack
> stackPtr = iterForStack->second;
in HandleUserRemoved()
80
SessionStack
& AVSessionUsersManager::GetContainer()
in GetContainer()
85
SessionStack
& AVSessionUsersManager::GetContainerFromUser(int32_t userId)
in GetContainerFromUser()
88
std::shared_ptr<
SessionStack
> stackPtr = nullptr;
in GetContainerFromUser()
94
stackPtr = std::make_shared<
SessionStack
>();
in GetContainerFromUser()
99
static
SessionStack
sessionStack;
in GetContainerFromUser()
105
SessionStack
& AVSessionUsersManager::GetContainerFromAll()
in GetContainerFromAll()
108
sessionStackForAll_ = std::make_shared<
SessionStack
>();
in GetContainerFromAll()
H
A
D
session_stack.h
24
class
SessionStack
: public SessionContainer {
class
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
session_stack_test.cpp
68
SessionStack
sessionStack;
in HWTEST()
Completed in 3 milliseconds