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:dllHandle_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/all_connect/
H
A
D
all_connect_manager.cpp
80
dlclose(
dllHandle_
);
in UnInitAllConnectManager()
81
dllHandle_
= nullptr;
in UnInitAllConnectManager()
91
if (
dllHandle_
== nullptr) {
in PublishServiceState()
92
LOGE("
dllHandle_
is nullptr, all connect not support.");
in PublishServiceState()
115
if (
dllHandle_
== nullptr) {
in ApplyAdvancedResource()
116
LOGE("
dllHandle_
is nullptr, all connect not support.");
in ApplyAdvancedResource()
159
dllHandle_
= dlopen(path, RTLD_LAZY);
in GetAllConnectSoLoad()
160
if (
dllHandle_
== nullptr) {
in GetAllConnectSoLoad()
166
dlsym(
dllHandle_
, "ServiceCollaborationManager_Export"));
in GetAllConnectSoLoad()
168
dlclose(
dllHandle_
);
in GetAllConnectSoLoad()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/
H
A
D
all_connect_manager_test.cpp
171
allConnectManager.
dllHandle_
= nullptr;
in HWTEST_F()
185
* @tc.desc: verify PublishServiceState
dllHandle_
is nullptr.
196
allConnectManager.
dllHandle_
= nullptr;
in HWTEST_F()
219
allConnectManager.
dllHandle_
= (void *)0x1;
in HWTEST_F()
243
allConnectManager.
dllHandle_
= (void *)0x1;
in HWTEST_F()
273
allConnectManager.
dllHandle_
= (void *)0x1;
in HWTEST_F()
292
* @tc.desc: verify ApplyAdvancedResource
dllHandle_
is nullptr.
302
allConnectManager.
dllHandle_
= nullptr;
in HWTEST_F()
324
allConnectManager.
dllHandle_
= (void *)0x1;
in HWTEST_F()
347
allConnectManager.
dllHandle_
in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H
A
D
dsched_all_connect_manager.cpp
75
dlclose(
dllHandle_
);
in UninitAllConnectManager()
77
dllHandle_
= nullptr;
in UninitAllConnectManager()
104
dllHandle_
= dlopen(resolvedPath.c_str(), RTLD_LAZY);
in GetServiceCollaborationManagerProxy()
105
if (
dllHandle_
== nullptr) {
in GetServiceCollaborationManagerProxy()
115
dlsym(
dllHandle_
, "ServiceCollaborationManager_Export"));
in GetServiceCollaborationManagerProxy()
133
dlclose(
dllHandle_
);
in GetServiceCollaborationManagerProxy()
135
dllHandle_
= nullptr;
in GetServiceCollaborationManagerProxy()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/
H
A
D
all_connect_manager.h
51
void *
dllHandle_
= nullptr;
member in OHOS::Storage::DistributedFile::AllConnectManager
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/allconnectmgr/
H
A
D
dsched_all_connect_manager.h
63
void *
dllHandle_
= nullptr;
member in OHOS::DistributedSchedule::DSchedAllConnectManager
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_service.cpp
177
dlclose(
dllHandle_
);
in OnStop()
178
dllHandle_
= nullptr;
in OnStop()
460
dllHandle_
= dlopen(resolvedPath, RTLD_LAZY);
in GetDmsInteractiveAdapterProxy()
461
if (
dllHandle_
== nullptr) {
in GetDmsInteractiveAdapterProxy()
469
IDmsInteractiveAdapter &dmsAdpHandle)>(dlsym(
dllHandle_
, "GetDmsInteractiveAdapter"));
in GetDmsInteractiveAdapterProxy()
488
dlclose(
dllHandle_
);
in GetDmsInteractiveAdapterProxy()
489
dllHandle_
= nullptr;
in GetDmsInteractiveAdapterProxy()
498
if (
dllHandle_
== nullptr) {
in StartRemoteAbilityAdapter()
518
if (
dllHandle_
== nullptr) {
in ConnectRemoteAbilityAdapter()
538
if (
dllHandle_
in DisconnectRemoteAbilityAdapter()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
distributed_sched_service.h
360
void *
dllHandle_
= nullptr;
member in OHOS::DistributedSchedule::DistributedSchedService
Completed in 7 milliseconds