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:owner
(Results
1 - 25
of
99
) sorted by relevance
1
2
3
4
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H
A
D
connection_observer_stub_impl.h
30
explicit ConnectionObserverStubImpl(const std::shared_ptr<ConnectionObserverClientImpl>&
owner
) : owner_(
owner
) {}
in ConnectionObserverStubImpl()
argument
H
A
D
connection_observer_client_impl.h
55
explicit ServiceDeathRecipient(const std::shared_ptr<ConnectionObserverClientImpl>&
owner
) : owner_(
owner
) {}
in ServiceDeathRecipient()
argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
user_event_handler.cpp
30
auto
owner
= controller_.lock();
in ProcessEvent()
local
22
UserEventHandler( const std::shared_ptr<TaskHandlerWrap> &taskHandler, const std::weak_ptr<UserController> &
owner
)
UserEventHandler()
argument
/foundation/communication/ipc/ipc/native/src/napi_common/include/
H
A
D
napi_message_parcel.h
113
bool
owner
;
member in OHOS::NAPI_MessageParcel
H
A
D
napi_message_sequence.h
148
bool
owner
;
member in OHOS::NAPI_MessageSequence
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H
A
D
b_file_info.h
29
BundleName
owner
;
member
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
window_focus_changed_listener.cpp
26
WindowFocusChangedListener::WindowFocusChangedListener(const std::shared_ptr<AppMgrServiceInner> &
owner
,
in WindowFocusChangedListener()
argument
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H
A
D
connection_observer_stub_impl.cpp
24
auto
owner
= owner_.lock();
in OnExtensionConnected()
local
33
auto
owner
= owner_.lock();
in OnExtensionDisconnected()
local
43
auto
owner
= owner_.lock();
in OnDlpAbilityOpened()
local
52
auto
owner
in OnDlpAbilityClosed()
local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
window_focus_changed_listener.h
28
WindowFocusChangedListener(const std::shared_ptr<AbilityManagerService>&
owner
,
in WindowFocusChangedListener()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
extension_mgr_proxy.h
38
explicit ServiceDeathRecipient(std::weak_ptr<ExtensionMgrProxy>
owner
) : owner_(
owner
)
in ServiceDeathRecipient()
argument
43
auto
owner
= owner_.lock();
variable
/foundation/ability/ability_runtime/test/unittest/user_event_handler_test/
H
A
D
user_event_handler_test.cpp
53
std::weak_ptr<UserController>
owner
;
in HWTEST_F()
local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_ability.h
39
explicit AceWindowListener(std::shared_ptr<AceAbility>
owner
) : callbackOwner_(
owner
) {}
in AceWindowListener()
argument
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H
A
D
file_descriptor_listener.h
83
inline void SetOwner(const std::shared_ptr<EventHandler> &
owner
)
in SetOwner()
argument
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H
A
D
video_processing_native.h
86
explicit ConsumerListener(const std::shared_ptr<VideoProcessingNative>&
owner
) : owner_(
owner
) {}
in ConsumerListener()
argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H
A
D
video_capture_plugin.h
57
explicit SurfaceConsumerListener(VideoCapturePlugin &
owner
) : owner_(
owner
) {}
in SurfaceConsumerListener()
argument
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H
A
D
interface_manager.cpp
56
void InterfaceManager::LockInterface(InterfaceInfo::InterfaceType type, const std::string &
owner
)
in LockInterface()
argument
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H
A
D
ams_mgr_proxy.h
35
explicit ServiceDeathRecipient(AmsMgrProxy*
owner
) : owner_(
owner
)
in ServiceDeathRecipient()
argument
H
A
D
data_share_manager_impl.h
54
explicit ServiceDeathRecipient(DataShareManagerImpl *
owner
) : owner_(
owner
)
in ServiceDeathRecipient()
argument
70
explicit DataShareClientStatusChangeStub(DataShareManagerImpl *
owner
) : owner_(
owner
)
in DataShareClientStatusChangeStub()
argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
rdb_manager_impl.h
47
explicit ServiceDeathRecipient(RdbManagerImpl*
owner
) : owner_(
owner
) {}
in ServiceDeathRecipient()
argument
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H
A
D
abilityms_client.cpp
29
static int32_t Callback(void *
owner
, int code, IpcIo *reply)
in Callback()
argument
/foundation/ability/ability_runtime/test/unittest/window_focus_changed_listener_test/
H
A
D
window_focus_changed_listener_test.cpp
65
std::shared_ptr<AbilityManagerService>
owner
;
in HWTEST_F()
local
82
std::shared_ptr<AbilityManagerService>
owner
;
in HWTEST_F()
local
102
std::shared_ptr<AbilityManagerService>
owner
;
in HWTEST_F()
local
124
std::shared_ptr<AbilityManagerService>
owner
;
in HWTEST_F()
local
141
std::shared_ptr<AbilityManagerService>
owner
;
in HWTEST_F()
local
161
std::shared_ptr<AbilityManagerService>
owner
;
HWTEST_F()
local
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
extension_impl.h
218
ExtensionWindowLifeCycleImpl(const sptr<IRemoteObject>& token, const std::shared_ptr<ExtensionImpl>&
owner
)
in ExtensionWindowLifeCycleImpl()
argument
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H
A
D
dataobs_mgr_client.h
123
explicit ServiceDeathRecipient(std::weak_ptr<DataObsMgrClient>
owner
) : owner_(
owner
) {}
in ServiceDeathRecipient()
argument
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H
A
D
interface_manager_test.cpp
120
std::string
owner
= "
owner
";
in HWTEST_F()
local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H
A
D
group_negotiation_state_test.cpp
55
WifiP2pDevice
owner
;
in AddGroupManager()
local
Completed in 8 milliseconds
1
2
3
4