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:mediaKeyType
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H
A
D
drm_framework_dfx_unittest.cpp
141
std::string
mediaKeyType
= "keytype";
in HWTEST_F()
local
150
Drm_ErrCode errNo = (Drm_ErrCode)ReportLicenseBehaviorEvent(statisticsInfo,
mediaKeyType
, downLoadInfo);
in HWTEST_F()
156
std::string
mediaKeyType
= "keytype";
in HWTEST_F()
local
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H
A
D
key_session_service.cpp
112
hdiMediaKeyRequestInfo.
mediaKeyType
= (OHOS::HDI::Drm::V1_0::MediaKeyType)licenseRequestInfo.
mediaKeyType
;
in GenerateMediaKeyRequest()
120
mediaKeyType_ = std::to_string(static_cast<int32_t>(licenseRequestInfo.
mediaKeyType
));
in GenerateMediaKeyRequest()
H
A
D
key_session_service_stub.cpp
126
licenseRequestInfo.
mediaKeyType
= (OHOS::DrmStandard::IMediaKeySessionService::MediaKeyType)data.ReadInt32();
in ProcessMediaKeyRequest()
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H
A
D
i_keysession_service.h
74
MediaKeyType
mediaKeyType
;
member
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H
A
D
key_session_napi.cpp
255
int32_t
mediaKeyType
= 0;
in GenerateMediaKeyRequest()
256
context->status = NapiParamUtils::GetValueInt32(env,
mediaKeyType
, argv[PARAM2]);
in GenerateMediaKeyRequest()
258
context->mediaKeyRequestInfo.
mediaKeyType
= (IMediaKeySessionService::MediaKeyType)
mediaKeyType
;
in GenerateMediaKeyRequest()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H
A
D
native_mediakeysession.cpp
73
licenseRequestInfo.
mediaKeyType
= (IMediaKeySessionService::MediaKeyType)info->type;
in OH_MediaKeySession_GenerateMediaKeyRequest()
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H
A
D
key_session_service_proxy.cpp
122
if (!data.WriteInt32(licenseRequestInfo.
mediaKeyType
)) {
in GenerateMediaKeyRequest()
Completed in 5 milliseconds