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:backgroundMode
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
background_task_helper_ohos.cpp
34
uint32_t
backgroundMode
= BackgroundTaskMgr::BackgroundMode::AUDIO_PLAYBACK;
in HasBackgroundTask()
local
50
auto it = std::find_if(bgModeIds.begin(), bgModeIds.end(), [
backgroundMode
](auto mode) {
in HasBackgroundTask()
51
return (mode ==
backgroundMode
);
in HasBackgroundTask()
/foundation/multimedia/av_session/services/session/server/
H
A
D
background_audio_controller.h
50
bool IsBackgroundMode(int32_t creatorUid, BackgroundMode
backgroundMode
) const;
H
A
D
background_audio_controller.cpp
151
bool BackgroundAudioController::IsBackgroundMode(int32_t creatorUid, BackgroundMode
backgroundMode
) const
in IsBackgroundMode()
170
uint32_t uMode = static_cast<uint32_t>(
backgroundMode
);
in IsBackgroundMode()
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
bkgr_audio_controller_test.cpp
183
OHOS::AppExecFwk::BackgroundMode
backgroundMode
= OHOS::AppExecFwk::BackgroundMode::DATA_TRANSFER;
in HWTEST()
local
185
bool ret = backgroundaudiocontroller.IsBackgroundMode(creatorUid,
backgroundMode
);
in HWTEST()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H
A
D
module_profile.cpp
1517
uint32_t
backgroundMode
= 0;
in GetBackgroundModes()
local
1520
backgroundMode
|= Profile::BACKGROUND_MODES_MAP.at(item);
in GetBackgroundModes()
1523
return
backgroundMode
;
in GetBackgroundModes()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_profile.cpp
2099
uint32_t
backgroundMode
= 0;
in GetBackgroundModes()
local
2105
backgroundMode
|= ProfileReader::BACKGROUND_MODE_MAP_VALUE[i];
in GetBackgroundModes()
2110
return
backgroundMode
;
in GetBackgroundModes()
H
A
D
module_profile.cpp
2020
uint32_t
backgroundMode
= 0;
in GetBackgroundModes()
local
2026
backgroundMode
|= Profile::BACKGROUND_MODES_MAP_VALUE[i];
in GetBackgroundModes()
2031
return
backgroundMode
;
in GetBackgroundModes()
Completed in 10 milliseconds