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:appIdentifier_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H
A
D
inner_shared_bundle_installer.h
139
std::string
appIdentifier_
;
member in OHOS::AppExecFwk::InnerSharedBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H
A
D
app_service_fwk_installer.h
123
std::string
appIdentifier_
;
member in OHOS::AppExecFwk::AppServiceFwkInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H
A
D
inner_shared_bundle_installer.cpp
117
appIdentifier_
= (hapVerifyResults[0].GetProvisionInfo().type == Security::Verify::ProvisionType::DEBUG) ?
in ParseFiles()
607
result = VerifyCodeSignatureForHsp(tempHspPath,
appIdentifier_
, isEnterpriseBundle_,
in SaveHspToRealInstallationDir()
734
codeSignatureParam.appIdentifier =
appIdentifier_
;
in VerifyCodeSignatureForNativeFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H
A
D
app_service_fwk_installer.cpp
211
appIdentifier_
= "";
in ResetProperties()
436
appIdentifier_
= (hapVerifyResults[0].GetProvisionInfo().type == Security::Verify::ProvisionType::DEBUG) ?
in CheckAndParseFiles()
614
codeSignatureParam.appIdentifier =
appIdentifier_
;
in VerifyCodeSignatureForHsp()
1095
codeSignatureParam.appIdentifier =
appIdentifier_
;
in VerifyCodeSignatureForNativeFiles()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_running_record.h
1066
std::string
appIdentifier_
;
member in OHOS::AppExecFwk::AppRunningRecord
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
base_bundle_installer.h
805
std::string
appIdentifier_
= "";
member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_running_record.cpp
399
appIdentifier_
= appIdentifier;
in SetAppIdentifier()
404
return
appIdentifier_
;
in GetAppIdentifier()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
base_bundle_installer.cpp
337
CheckBundleNameAndStratAbility(bundleName,
appIdentifier_
);
in UninstallBundle()
1506
appIdentifier_
= oldInfo.GetAppIdentifier();
in ProcessBundleUninstall()
3721
appIdentifier_
= (hapVerifyRes[0].GetProvisionInfo().type == Security::Verify::ProvisionType::DEBUG) ?
in ParseHapFiles()
4879
appIdentifier_
.clear();
in ResetInstallProperties()
5262
codeSignatureParam.appIdentifier =
appIdentifier_
;
in VerifyCodeSignatureForNativeFiles()
5296
codeSignatureParam.appIdentifier =
appIdentifier_
;
in VerifyCodeSignatureForHap()
Completed in 20 milliseconds