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:ContextDeal
(Results
1 - 25
of
31
) sorted by relevance
1
2
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
context_deal.cpp
38
const std::string
ContextDeal
::CONTEXT_DEAL_FILE_SEPARATOR("/");
39
const std::string
ContextDeal
::CONTEXT_DEAL_Files("files");
40
const int64_t
ContextDeal
::CONTEXT_CREATE_BY_SYSTEM_APP(0x00000001);
41
const std::string
ContextDeal
::CONTEXT_DATA_STORAGE("/data/storage/");
42
const std::string
ContextDeal
::CONTEXT_DEAL_DATA_APP("/data/app/");
43
const std::string
ContextDeal
::CONTEXT_DEAL_BASE("base");
44
const std::string
ContextDeal
::CONTEXT_DEAL_DATABASE("database");
45
const std::string
ContextDeal
::CONTEXT_DEAL_PREFERENCES("preferences");
46
const std::string
ContextDeal
::CONTEXT_DEAL_DATA("data");
48
ContextDeal
function in OHOS::AppExecFwk::ContextDeal
[all...]
H
A
D
context_container.cpp
35
void ContextContainer::AttachBaseContext(const std::shared_ptr<
ContextDeal
> &base)
in AttachBaseContext()
274
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>(true);
in CreateBundleContext()
284
void ContextContainer::InitResourceManager(BundleInfo &bundleInfo, std::shared_ptr<
ContextDeal
> &deal)
in InitResourceManager()
327
std::unique_ptr<Global::Resource::ResConfig> &resConfig, std::shared_ptr<
ContextDeal
> &deal)
in LoadResources()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
context_deal_interface1_test.cpp
63
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<MockAbilityContextDeal>();
in HWTEST_F()
79
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
95
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<MockAbilityContextDeal>();
in HWTEST_F()
111
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
130
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
147
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
H
A
D
context_container_by_mock_bms_test.cpp
50
std::shared_ptr<
ContextDeal
> contextDeal_ = nullptr;
72
contextDeal_ = std::make_shared<
ContextDeal
>();
in SetUp()
H
A
D
context_deal_test.cpp
53
std::shared_ptr<
ContextDeal
> context_ = nullptr;
74
context_ = std::make_shared<
ContextDeal
>();
in SetUp()
234
context_->flags_ =
ContextDeal
::CONTEXT_CREATE_BY_SYSTEM_APP;
in HWTEST_F()
467
context_->flags_ =
ContextDeal
::CONTEXT_CREATE_BY_SYSTEM_APP;
in HWTEST_F()
488
context_->flags_ =
ContextDeal
::CONTEXT_CREATE_BY_SYSTEM_APP;
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
ability_context_test.cpp
187
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
204
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
221
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
238
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
256
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
H
A
D
ability_permission_test.cpp
90
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
114
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
H
A
D
ability_impl_active_test.cpp
132
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
172
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
212
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
251
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
291
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
H
A
D
service_ability_impl_test.cpp
83
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
124
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
159
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
195
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
H
A
D
data_ability_impl_test.cpp
136
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
221
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
304
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
390
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
473
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
H
A
D
ui_ability_impl_test.cpp
90
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
138
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
194
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
285
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
324
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
H
A
D
ability_impl_test.cpp
97
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
145
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
202
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
296
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
335
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
H
A
D
page_ability_impl_test.cpp
82
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
115
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
147
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
181
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
214
std::shared_ptr<
ContextDeal
> contextDeal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H
A
D
ability_context_test.cpp
96
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
122
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
173
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
197
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
221
std::shared_ptr<
ContextDeal
> deal = std::make_shared<
ContextDeal
>();
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
context_deal.h
25
class
ContextDeal
: public std::enable_shared_from_this<
ContextDeal
> {
class
27
ContextDeal
() = default;
28
explicit
ContextDeal
(bool isCreateBySystemApp);
29
virtual ~
ContextDeal
() = default;
208
* @brief init the ResourceManager for
ContextDeal
.
H
A
D
context_container.h
36
void AttachBaseContext(const std::shared_ptr<
ContextDeal
> &base);
233
void InitResourceManager(BundleInfo &bundleInfo, std::shared_ptr<
ContextDeal
> &deal);
351
std::unique_ptr<Global::Resource::ResConfig> &resConfig, std::shared_ptr<
ContextDeal
> &deal);
353
std::shared_ptr<
ContextDeal
> baseContext_ = nullptr;
H
A
D
main_thread.h
57
class
ContextDeal
;
703
bool InitCreate(std::shared_ptr<
ContextDeal
> &contextDeal, ApplicationInfo &appInfo, ProcessInfo &processInfo);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_context_deal.h
23
class MockContextDeal : public
ContextDeal
{
H
A
D
mock_ability_manager_client_interface1.h
50
class MockAbilityContextDeal : public
ContextDeal
{
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
H
A
D
mock_ability_manager_client_interface1.h
73
class MockAbilityContextDeal : public
ContextDeal
{
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H
A
D
abilitycontext_fuzzer.cpp
102
std::shared_ptr<
ContextDeal
> base = nullptr;
in DoSomethingInterestingWithMyAPI()
112
std::shared_ptr<
ContextDeal
> deal = nullptr;
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
ui_ability_thread.cpp
76
std::shared_ptr<AppExecFwk::
ContextDeal
> UIAbilityThread::CreateAndInitContextDeal(
in CreateAndInitContextDeal()
82
std::shared_ptr<AppExecFwk::
ContextDeal
> contextDeal = nullptr;
in CreateAndInitContextDeal()
88
contextDeal = std::make_shared<AppExecFwk::
ContextDeal
>();
in CreateAndInitContextDeal()
145
std::shared_ptr<AppExecFwk::
ContextDeal
> contextDeal =
in Attach()
218
std::shared_ptr<AppExecFwk::
ContextDeal
> contextDeal =
in Attach()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
ui_ability_thread.h
162
std::shared_ptr<AppExecFwk::
ContextDeal
> CreateAndInitContextDeal(
H
A
D
ability_impl.h
491
std::shared_ptr<
ContextDeal
> contextDeal_;
H
A
D
fa_ability_thread.h
428
std::shared_ptr<AppExecFwk::
ContextDeal
> CreateAndInitContextDeal(
Completed in 22 milliseconds
1
2