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:providerId_
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/av_session/services/session/server/
H
A
D
avcast_provider_manager.cpp
28
providerId_
= providerId;
in Init()
37
deviceInfos[i].
providerId_
=
providerId_
;
in OnDeviceAvailable()
83
AVRouter::GetInstance().OnCastServerDied(
providerId_
);
in OnCastServerDied()
H
A
D
avrouter_impl.cpp
283
CHECK_AND_RETURN_RET_LOG(providerManagerMap_.find(outputDeviceInfo.deviceInfos_[0].
providerId_
) !=
in StartCast()
285
CHECK_AND_RETURN_RET_LOG(providerManagerMap_[outputDeviceInfo.deviceInfos_[0].
providerId_
] != nullptr
in StartCast()
286
&& providerManagerMap_[outputDeviceInfo.deviceInfos_[0].
providerId_
]->provider_ != nullptr,
in StartCast()
289
providerId_
]->provider_->StartCastSession();
in StartCast()
290
int64_t tempId = outputDeviceInfo.deviceInfos_[0].
providerId_
;
in StartCast()
301
bool ret = providerManagerMap_[outputDeviceInfo.deviceInfos_[0].
providerId_
]->provider_->AddCastDevice(castId,
in AddDevice()
H
A
D
avcast_provider_manager.h
48
int32_t
providerId_
= 0;
member in OHOS::AVSession::AVCastProviderManager
H
A
D
avsession_service_ext.cpp
338
deviceInfo.
providerId_
= 1;
in MirrorToStreamCast()
/foundation/multimedia/av_session/frameworks/common/src/
H
A
D
avsession_descriptor.cpp
56
CHECK_AND_RETURN_RET_LOG(out.WriteInt32(deviceInfo.
providerId_
), false, "write providerId failed");
in WriteToParcel()
95
CHECK_AND_RETURN_RET_LOG(in.ReadInt32(deviceInfo.
providerId_
), false, "Read providerId failed");
in CheckBeforReadFromParcel()
155
CHECK_AND_RETURN_RET_LOG(out.WriteInt32(
providerId_
), false, "write providerId failed");
in WriteToParcel()
180
CHECK_AND_RETURN_RET_LOG(in.ReadInt32(
providerId_
), false, "Read providerId failed");
in ReadFromParcel()
216
CHECK_AND_RETURN_RET_LOG(out.WriteInt32(deviceInfo.
providerId_
), false, "write providerId failed");
in WriteToParcel()
249
CHECK_AND_RETURN_RET_LOG(in.ReadInt32(deviceInfo.
providerId_
), false, "Read providerId failed");
in ReadFromParcel()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
avsession_descriptor.h
35
int32_t
providerId_
;
member
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionservicestub_fuzzer/
H
A
D
avsession_servicestub_fuzzer.cpp
100
deviceInfo.
providerId_
= 1;
in FuzzTests()
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H
A
D
avcast_controller_test.cpp
759
deviceInfo1.
providerId_
= 1;
in HWTEST_F()
781
deviceInfo1.
providerId_
= 1;
in HWTEST_F()
/foundation/multimedia/av_session/services/session/ipc/proxy/
H
A
D
avcontroller_callback_proxy.cpp
221
CHECK_AND_RETURN_LOG(parcel.WriteInt32(deviceInfo.
providerId_
), "write providerId failed");
in OnOutputDeviceChange()
H
A
D
avsession_callback_proxy.cpp
245
CHECK_AND_RETURN_LOG(data.WriteInt32(deviceInfo.
providerId_
), "write providerId failed");
in OnOutputDeviceChange()
H
A
D
avsession_service_proxy.cpp
682
CHECK_AND_RETURN_RET_LOG(data.WriteInt32(deviceInfo.
providerId_
), ERR_MARSHALLING, "write providerId failed");
in StartCast()
/foundation/multimedia/av_session/services/session/ipc/stub/
H
A
D
avcontroller_callback_stub.cpp
174
CHECK_AND_RETURN_RET_LOG(data.ReadInt32(deviceInfo.
providerId_
), false, "Read providerId failed");
in HandleOnOutputDeviceChange()
H
A
D
avsession_callback_stub.cpp
192
CHECK_AND_RETURN_RET_LOG(data.ReadInt32(deviceInfo.
providerId_
), false, "Read providerId failed");
in HandleOnOutputDeviceChange()
H
A
D
avsession_service_stub.cpp
734
CHECK_AND_RETURN_RET_LOG(data.ReadInt32(deviceInfo.
providerId_
), false, "Read providerId failed");
in CheckBeforeHandleStartCast()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H
A
D
napi_utils.cpp
1061
status = SetValue(env, in.
providerId_
, property);
in SetValue()
1515
status = GetValue(env, value, out.
providerId_
);
in GetValue()
1518
out.
providerId_
= 0;
in GetValue()
Completed in 14 milliseconds