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:Session
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/clearplay/hdi_service/common/
H
A
D
session.h
28
class
Session
: public RefBase {
class
30
explicit
Session
() {}
in Session()
function in OHOS::HDI::Drm::V1_0::Session
31
virtual ~
Session
() {}
in ~Session()
H
A
D
session.cpp
26
int32_t
Session
::getKeyRequest(const std::vector<uint8_t> &indexInfo, const std::string &mimeType, MediaKeyType keyType,
in getKeyRequest()
59
int32_t
Session
::setKeyIdAndKeyValue(const std::vector<uint8_t> &keyId, const std::vector<uint8_t> &keyValue)
in setKeyIdAndKeyValue()
68
int32_t
Session
::getKeyValueByKeyId(const std::vector<uint8_t> &keyId, std::vector<uint8_t> &keyValue)
in getKeyValueByKeyId()
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H
A
D
media_decrypt_module_service.h
28
MediaDecryptModuleService(sptr<
Session
>& session);
48
sptr<
Session
> session_;
H
A
D
media_key_session_service.h
75
sptr<
Session
> session_;
/drivers/peripheral/clearplay/hdi_service/src/
H
A
D
media_decrypt_module_service.cpp
39
MediaDecryptModuleService::MediaDecryptModuleService(sptr<
Session
> &session)
in MediaDecryptModuleService()
H
A
D
media_key_session_service.cpp
291
session_ = new (std::nothrow)
Session
();
in Init()
Completed in 3 milliseconds