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:MtpService
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H
A
D
mtp_service.cpp
27
std::shared_ptr<
MtpService
>
MtpService
::mtpServiceInstance_{nullptr};
28
std::mutex
MtpService
::instanceLock_;
65
MtpService
::
MtpService
(void) : monitorPtr_(nullptr), isMonitorRun_(false)
in MtpService()
function in OHOS::Media::MtpService
69
std::shared_ptr<
MtpService
>
MtpService
::GetInstance()
in GetInstance()
73
mtpServiceInstance_ = std::shared_ptr<
MtpService
>(new
MtpService
());
in GetInstance()
82
void
MtpService
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H
A
D
mtp_service.h
22
class
MtpService
{
class
24
~
MtpService
() = default;
25
MTP_API_EXPORT static std::shared_ptr<
MtpService
> GetInstance();
30
MtpService
();
33
static std::shared_ptr<
MtpService
> mtpServiceInstance_;
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
mtp_service_napi.cpp
79
std::shared_ptr<OHOS::Media::
MtpService
> mtpService = OHOS::Media::
MtpService
::GetInstance();
in StartMtpService()
96
std::shared_ptr<OHOS::Media::
MtpService
> mtpService = OHOS::Media::
MtpService
::GetInstance();
in StopMtpService()
126
.nm_modname = "multimedia.
MtpService
",
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H
A
D
mtp_service_test.cpp
26
MtpService
mtpService;
in HWTEST_F()
H
A
D
mtp_native_test.cpp
2111
MtpService
::GetInstance()->StartService();
in HWTEST_F()
2112
MtpService
::GetInstance()->StopService();
in HWTEST_F()
2113
MtpService
mtpService;
in HWTEST_F()
Completed in 5 milliseconds