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:CommandSendLimit
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_session/services/session/adapter/
H
A
D
command_send_limit.cpp
21
std::shared_ptr<
CommandSendLimit
>
CommandSendLimit
::instance_;
22
std::once_flag
CommandSendLimit
::onceFlag_;
24
CommandSendLimit
&
CommandSendLimit
::GetInstance()
in GetInstance()
27
instance_ = std::make_shared<
CommandSendLimit
>();
in GetInstance()
32
CommandSendLimit
::
CommandSendLimit
()
in CommandSendLimit()
function in OHOS::AVSession::CommandSendLimit
34
SLOGD("
CommandSendLimit
construct");
in CommandSendLimit()
37
CommandSendLimit
[all...]
H
A
D
command_send_limit.h
26
class
CommandSendLimit
: public std::enable_shared_from_this<
CommandSendLimit
> {
class
28
static
CommandSendLimit
& GetInstance();
30
CommandSendLimit
();
31
~
CommandSendLimit
();
39
static std::shared_ptr<
CommandSendLimit
> instance_;
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
command_send_limit_test.cpp
61
bool ret =
CommandSendLimit
::GetInstance().IsCommandSendEnable(0);
in HWTEST_F()
74
CommandSendLimit
::GetInstance().timer_ = std::make_unique<OHOS::Utils::Timer>("EventStatisticTimer");
in HWTEST_F()
75
bool ret =
CommandSendLimit
::GetInstance().IsCommandSendEnable(0);
in HWTEST_F()
88
CommandSendLimit
::GetInstance().commandLimits_[1] = 11;
in HWTEST_F()
89
bool ret =
CommandSendLimit
::GetInstance().IsCommandSendEnable(1);
in HWTEST_F()
102
CommandSendLimit
::GetInstance().commandLimits_[2] = 5;
in HWTEST_F()
103
bool ret =
CommandSendLimit
::GetInstance().IsCommandSendEnable(2);
in HWTEST_F()
116
CommandSendLimit
::GetInstance().timer_ = std::make_unique<OHOS::Utils::Timer>("EventStatisticTimer");
in HWTEST_F()
117
CommandSendLimit
::GetInstance().StopTimer();
in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/
H
A
D
avcontroller_item.cpp
138
CHECK_AND_RETURN_RET_LOG(
CommandSendLimit
::GetInstance().IsCommandSendEnable(OHOS::IPCSkeleton::GetCallingPid()),
in GetExtras()
187
CHECK_AND_RETURN_RET_LOG(
CommandSendLimit
::GetInstance().IsCommandSendEnable(OHOS::IPCSkeleton::GetCallingPid()),
in SendControlCommand()
198
CHECK_AND_RETURN_RET_LOG(
CommandSendLimit
::GetInstance().IsCommandSendEnable(OHOS::IPCSkeleton::GetCallingPid()),
in SendCommonCommand()
H
A
D
avsession_service.cpp
129
CommandSendLimit
::GetInstance().StartTimer();
in OnStart()
197
CommandSendLimit
::GetInstance().StopTimer();
in OnStop()
1896
CHECK_AND_RETURN_RET_LOG(
CommandSendLimit
::GetInstance().IsCommandSendEnable(GetCallingPid()),
in SendSystemControlCommand()
Completed in 7 milliseconds