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:FRS_BUNDLE_NAME
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ability/form_fwk/services/src/
H
A
D
form_sandbox_render_mgr_inner.cpp
49
Constants::
FRS_BUNDLE_NAME
, Constants::DEFAULT_SANDBOX_FRS_APP_INDEX, Constants::DEFAULT_USER_ID, info);
in IsSandboxFRSInstalled()
63
Constants::
FRS_BUNDLE_NAME
, DLP_TYPE, GetUserId(), appIndex);
in InstallSandboxFRS()
H
A
D
form_render_mgr_inner.cpp
505
want.SetElementName(Constants::
FRS_BUNDLE_NAME
, "ServiceExtension");
in ConnectRenderService()
571
want.SetElementName(Constants::
FRS_BUNDLE_NAME
, "ServiceExtension");
in OnRenderingBlock()
H
A
D
form_render_mgr.cpp
379
want.SetElementName(Constants::
FRS_BUNDLE_NAME
, "ServiceExtension");
in OnRenderingBlock()
H
A
D
form_mgr_adapter.cpp
3598
if (callBundleName == Constants::
FRS_BUNDLE_NAME
) {
in IsFormRenderServiceCall()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_cache_manager.cpp
23
const std::string
FRS_BUNDLE_NAME
= "com.ohos.formrenderservice";
member
254
if (
FRS_BUNDLE_NAME
== (*it)->GetAbilityInfo().bundleName) {
in FindRecordByServiceKey()
H
A
D
ability_connect_manager.cpp
49
const std::string
FRS_BUNDLE_NAME
= "com.ohos.formrenderservice";
member
343
if (
FRS_BUNDLE_NAME
== abilityRequest.abilityInfo.bundleName) {
in StopServiceAbilityLocked()
407
if (
FRS_BUNDLE_NAME
== abilityRequest.abilityInfo.bundleName) {
in GetOrCreateServiceRecord()
1042
if (
FRS_BUNDLE_NAME
== eliminateRecord->GetAbilityInfo().bundleName) {
in ProcessEliminateAbilityRecord()
1061
if (
FRS_BUNDLE_NAME
== abilityInfo.bundleName) {
in TerminateOrCacheAbility()
2413
if (
FRS_BUNDLE_NAME
== service->GetAbilityInfo().bundleName) {
in GetServiceKey()
2809
if (
FRS_BUNDLE_NAME
== abilityInfo.bundleName) {
in MoveToTerminatingMap()
H
A
D
ability_manager_service.cpp
170
constexpr const char*
FRS_BUNDLE_NAME
= "com.ohos.formrenderservice";
member
9885
if (callingUid == FOUNDATION_UID &&
FRS_BUNDLE_NAME
== bundleName) {
in CheckDlpForExtension()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H
A
D
form_constants.h
73
constexpr const char*
FRS_BUNDLE_NAME
= "com.ohos.formrenderservice";
member
/foundation/ability/form_fwk/services/form_render_service/src/
H
A
D
form_render_impl.cpp
323
eventInfo.bundleName = Constants::
FRS_BUNDLE_NAME
;
in OnConfigurationUpdatedInner()
Completed in 45 milliseconds