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
defs:workContext
(Results
1 - 22
of
22
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H
A
D
js_photo_editor_extension_impl.cpp
58
auto
workContext
= new (std::nothrow) std::weak_ptr<PhotoEditorExtensionContext>(ptr);
in AttachUIExtensionContext()
local
114
auto
workContext
= new (std::nothrow) std::shared_ptr<PhotoEditorExtensionContext>(context_);
in BindContext()
local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H
A
D
js_ability_stage_context.cpp
106
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityStageContext>(ptr);
in AttachAbilityStageContext()
local
H
A
D
js_ability_stage.cpp
769
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::Context>(context);
in SetJsAbilityStage()
local
/foundation/ability/ability_runtime/test/sample/demo_ui_extension/native/demo_ui_extension_ability/src/
H
A
D
js_demo_ui_extension.cpp
88
auto
workContext
= new (std::nothrow) std::weak_ptr<UIExtensionContext>(ptr);
in AttachUIExtensionBaseContext()
local
137
auto
workContext
= new (std::nothrow) std::weak_ptr<UIExtensionContext>(context);
in BindContext()
local
/foundation/ability/ability_runtime/frameworks/js/napi/app/sendable_context_manager/
H
A
D
js_sendable_context_manager.cpp
113
auto
workContext
= new (std::nothrow) std::weak_ptr<Context>(contextPtr);
in CreateJsBaseContextFromSendable()
local
171
auto
workContext
= new (std::nothrow) std::weak_ptr<ApplicationContext>(applicationContext);
in CreateJsApplicationContextFromSendable()
local
229
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityStageContext>(abilitystageContext);
CreateJsAbilityStageContextFromSendable()
local
287
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityContext>(uiAbilityContext);
CreateJsUIAbilityContextFromSendable()
local
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/application/
H
A
D
js_application.cpp
310
auto
workContext
= new (std::nothrow) std::weak_ptr<Context>(context);
in CreateJsContext()
local
/foundation/window/window_manager/extension/window_extension/src/
H
A
D
js_window_extension.cpp
79
auto
workContext
= new (std::nothrow) std::weak_ptr<WindowExtensionContext>(ptr);
in AttachWindowExtensionContext()
local
164
auto
workContext
= new (std::nothrow) std::weak_ptr<WindowExtensionContext>(context);
in BindContext()
local
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H
A
D
js_form_extension.cpp
63
auto
workContext
= new (std::nothrow) std::weak_ptr<FormExtensionContext>(ptr);
in AttachFormExtensionContext()
local
148
auto
workContext
= new (std::nothrow) std::weak_ptr<FormExtensionContext>(context);
in BindContext()
local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H
A
D
js_ui_service_extension.cpp
104
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::UIServiceExtensionContext>(ptr);
in AttachUIServiceExtensionContext()
local
218
auto
workContext
= new (std::nothrow) std::weak_ptr<UIServiceExtensionContext>(context);
in BindContext()
local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
js_service_extension.cpp
126
auto
workContext
= new (std::nothrow) std::weak_ptr<ServiceExtensionContext>(ptr);
in AttachServiceExtensionContext()
local
271
auto
workContext
= new (std::nothrow) std::weak_ptr<ServiceExtensionContext>(context);
in BindContext()
local
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H
A
D
js_auto_fill_extension.cpp
84
auto
workContext
= new (std::nothrow) std::weak_ptr<AutoFillExtensionContext>(ptr);
in AttachAutoFillExtensionContext()
local
195
auto
workContext
= new (std::nothrow) std::weak_ptr<AutoFillExtensionContext>(context);
in BindContext()
local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H
A
D
js_context_utils.cpp
218
auto
workContext
= new (std::nothrow) std::weak_ptr<Context>(moduleContext);
in CreateJsModuleContext()
local
571
auto
workContext
= new (std::nothrow) std::weak_ptr<Context>(bundleContext);
in CreateJsBundleContext()
local
625
auto
workContext
= new (std::nothrow) std::weak_ptr<ApplicationContext>(applicationContext);
in CreateJSApplicationContext()
local
678
auto
workContext
in AttachBaseContext()
local
713
auto
workContext
= new (std::nothrow) std::weak_ptr<ApplicationContext>(ptr);
AttachApplicationContext()
local
[all...]
H
A
D
js_application_context_utils.cpp
110
auto
workContext
= new (std::nothrow) std::weak_ptr<Context>(bundleContext);
in OnCreateBundleContext()
local
230
auto
workContext
= new (std::nothrow) std::weak_ptr<Context>(moduleContext);
in CreateJsModuleContext()
local
1552
auto
workContext
= new (std::nothrow) std::weak_ptr<ApplicationContext>(applicationContext);
in OnGetApplicationContext()
local
[all...]
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H
A
D
js_work_scheduler_extension.cpp
71
auto
workContext
= new (std::nothrow) std::weak_ptr<WorkSchedulerExtensionContext>(ptr);
in AttachWorkSchedulerExtensionContext()
local
141
auto
workContext
= new (std::nothrow) std::weak_ptr<WorkSchedulerExtensionContext>(context);
in BindContext()
local
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H
A
D
js_vpn_extension.cpp
101
auto
workContext
= new (std::nothrow) std::weak_ptr<VpnExtensionContext>(ptr);
in AttachVpnExtensionContext()
local
234
auto
workContext
= new (std::nothrow) std::weak_ptr<VpnExtensionContext>(context);
in BindContext()
local
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
ext_backup_js.cpp
435
auto
workContext
= new (std::nothrow) std::weak_ptr<ExtBackupContext>(ptr);
in AttachBackupExtensionContext()
local
495
auto
workContext
= new (std::nothrow) std::weak_ptr<ExtBackupContext>(context);
in ExportJsContext()
local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H
A
D
js_ability.cpp
82
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::AbilityContext>(ptr);
in AttachJsAbilityContext()
local
196
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::AbilityContext>(context);
in BindContext()
local
H
A
D
js_ui_ability.cpp
131
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::AbilityContext>(ptr);
in AttachJsAbilityContext()
local
242
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::AbilityContext>(abilityContext_);
in SetAbilityContext()
local
H
A
D
js_ability_context.cpp
2085
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityContext>(ptr);
in AttachJsUIAbilityContext()
local
/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H
A
D
js_ability_delegator.cpp
110
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::Context>(ptr);
in AttachAppContext()
local
727
auto
workContext
= new (std::nothrow) std::weak_ptr<AbilityRuntime::Context>(context);
in OnGetAppContext()
local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H
A
D
js_ui_extension.cpp
83
auto
workContext
= new (std::nothrow) std::weak_ptr<UIExtensionContext>(ptr);
in AttachUIExtensionContext()
local
207
auto
workContext
= new (std::nothrow) std::weak_ptr<UIExtensionContext>(context);
in BindContext()
local
H
A
D
js_ui_extension_base.cpp
89
auto
workContext
= new (std::nothrow) std::weak_ptr<UIExtensionContext>(ptr);
in AttachUIExtensionBaseContext()
local
194
auto
workContext
= new (std::nothrow) std::weak_ptr<UIExtensionContext>(context_);
in BindContext()
local
Completed in 31 milliseconds