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:FaAppInfo
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H
A
D
fa_app_info.cpp
19
void
FaAppInfo
::Parse(const std::unique_ptr<JsonValue>& root)
in Parse()
42
uint32_t
FaAppInfo
::GetMinAPIVersion() const
in GetMinAPIVersion()
47
const std::string&
FaAppInfo
::GetApiReleaseType() const
in GetApiReleaseType()
52
uint32_t
FaAppInfo
::GetTargetAPIVersion() const
in GetTargetAPIVersion()
57
const std::string&
FaAppInfo
::GetBundleName() const
in GetBundleName()
62
const std::string&
FaAppInfo
::GetVendor() const
in GetVendor()
67
uint32_t
FaAppInfo
::GetVersionCode() const
in GetVersionCode()
72
const std::string&
FaAppInfo
::GetVersionName() const
in GetVersionName()
H
A
D
fa_app_info.h
27
class
FaAppInfo
: public AceType {
class
28
DECLARE_ACE_TYPE(
FaAppInfo
, AceType);
31
FaAppInfo
() = default;
32
~
FaAppInfo
() override = default;
50
ACE_DISALLOW_COPY_AND_MOVE(
FaAppInfo
);
H
A
D
fa_context.h
37
const RefPtr<
FaAppInfo
>& GetAppInfo() const;
41
RefPtr<
FaAppInfo
> appInfo_;
H
A
D
fa_context.cpp
20
: appInfo_(Referenced::MakeRefPtr<
FaAppInfo
>()), hapModuleInfo_(Referenced::MakeRefPtr<FaHapModuleInfo>())
in FaContext()
34
const RefPtr<
FaAppInfo
>& FaContext::GetAppInfo() const
in GetAppInfo()
Completed in 1 milliseconds