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:isNapiInstance
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastublocal_fuzzer/
H
A
D
avmetadata_service_proxy_local_fuzzer.h
93
void SetIsNapiInstance(bool
isNapiInstance
) override
95
(void)
isNapiInstance
;
variable
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H
A
D
avmetadata_service_proxy_fuzzer.h
93
void SetIsNapiInstance(bool
isNapiInstance
) override
95
(void)
isNapiInstance
;
variable
/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H
A
D
avmetadatahelper_client.cpp
184
void AVMetadataHelperClient::SetIsNapiInstance(bool
isNapiInstance
)
in SetIsNapiInstance()
argument
187
return avMetadataHelperProxy_->SetIsNapiInstance(
isNapiInstance
);
in SetIsNapiInstance()
H
A
D
avmetadatahelper_client.h
47
void SetIsNapiInstance(bool
isNapiInstance
) override;
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H
A
D
avmetadatahelper_service_proxy.h
44
void SetIsNapiInstance(bool
isNapiInstance
) override;
H
A
D
i_standard_avmetadatahelper_service.h
48
virtual void SetIsNapiInstance(bool
isNapiInstance
) = 0;
H
A
D
avmetadatahelper_service_stub.cpp
411
bool
isNapiInstance
= data.ReadBool();
in SetIsNapiInstance()
local
413
avMetadateHelperServer_->SetIsNapiInstance(
isNapiInstance
);
in SetIsNapiInstance()
H
A
D
avmetadatahelper_service_proxy.cpp
340
void AVMetadataHelperServiceProxy::SetIsNapiInstance(bool
isNapiInstance
)
in SetIsNapiInstance()
argument
349
(void)data.WriteBool(
isNapiInstance
);
in SetIsNapiInstance()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
avmetadatahelper.h
500
* @param
isNapiInstance
: IsNapiInstance, bool
502
virtual void SetIsNapiInstance(bool
isNapiInstance
) = 0;
/foundation/multimedia/player_framework/services/include/
H
A
D
i_avmetadatahelper_service.h
199
* @param
isNapiInstance
: IsNapiInstance, bool
201
virtual void SetIsNapiInstance(bool
isNapiInstance
) = 0;
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H
A
D
avmetadatahelper_server.h
49
void SetIsNapiInstance(bool
isNapiInstance
) override;
H
A
D
avmetadatahelper_server.cpp
406
void AVMetadataHelperServer::SetIsNapiInstance(bool
isNapiInstance
)
in SetIsNapiInstance()
argument
408
isNapiInstance_ =
isNapiInstance
;
in SetIsNapiInstance()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H
A
D
avmetadatahelper_impl.h
54
void SetIsNapiInstance(bool
isNapiInstance
) override;
H
A
D
avmetadatahelper_impl.cpp
812
void AVMetadataHelperImpl::SetIsNapiInstance(bool
isNapiInstance
)
in SetIsNapiInstance()
argument
815
avMetadataHelperService_->SetIsNapiInstance(
isNapiInstance
);
in SetIsNapiInstance()
Completed in 8 milliseconds