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:tmpSurfaceId
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/
H
A
D
controlcamera_fuzzer.cpp
62
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetPreviewWindow()
local
63
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetPreviewWindow()
94
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetDisplayWindow()
local
95
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetDisplayWindow()
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H
A
D
setpreviewwindow_fuzzer.cpp
93
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetPreviewWindow()
local
94
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetPreviewWindow()
131
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetDisplayWindow()
local
132
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetDisplayWindow()
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims_test.cpp
213
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetPreviewWindow()
local
214
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetPreviewWindow()
228
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetDisplayWindow()
local
229
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetDisplayWindow()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H
A
D
call_fuzzer.cpp
332
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in IMSVideoCallWindowFunc()
local
333
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in IMSVideoCallWindowFunc()
445
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in OttVideoCallWindowFunc()
local
446
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in OttVideoCallWindowFunc()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager_connect.cpp
459
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetPreviewWindow()
local
460
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetPreviewWindow()
480
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in SetDisplayWindow()
local
481
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in SetDisplayWindow()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H
A
D
imsclient_fuzzer.cpp
128
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in TestImsCallClientWithSlotAndType()
local
129
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in TestImsCallClientWithSlotAndType()
304
uint64_t
tmpSurfaceId
= std::stoull(subSurfaceId);
in TestImsCallProxyWithSlotAndType()
local
305
auto surface = SurfaceUtils::GetInstance()->GetSurface(
tmpSurfaceId
);
in TestImsCallProxyWithSlotAndType()
Completed in 6 milliseconds