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:iPolicyProvider_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
policy_handler.cpp
52
iPolicyProvider_
= nullptr;
in ~PolicyHandler()
59
if (
iPolicyProvider_
== nullptr || policyVolumeMap_ == nullptr || volumeVector_ == nullptr) {
in Dump()
85
if (
iPolicyProvider_
== nullptr) {
in ConfigPolicyProvider()
86
iPolicyProvider_
= policyProvider;
in ConfigPolicyProvider()
99
CHECK_AND_RETURN_RET_LOG(
iPolicyProvider_
!= nullptr, false, "GetProcessDeviceInfo failed with null provider.");
in GetProcessDeviceInfo()
100
int32_t ret =
iPolicyProvider_
->GetProcessDeviceInfo(config, lockFlag, deviceInfo);
in GetProcessDeviceInfo()
107
CHECK_AND_RETURN_RET_LOG(
iPolicyProvider_
!= nullptr, false, "InitVolumeMap failed with null provider.");
in InitVolumeMap()
108
iPolicyProvider_
->InitSharedVolume(policyVolumeMap_);
in InitVolumeMap()
123
CHECK_AND_RETURN_RET_LOG((
iPolicyProvider_
!= nullptr && volumeVector_ != nullptr), false,
in GetSharedVolume()
162
CHECK_AND_RETURN_RET_LOG(
iPolicyProvider_
!
in SetWakeUpAudioCapturerFromAudioServer()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H
A
D
policy_handler.h
71
sptr<IPolicyProviderIpc>
iPolicyProvider_
= nullptr;
member in OHOS::AudioStandard::PolicyHandler
Completed in 1 milliseconds