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:CleanResource
(Results
1 - 16
of
16
) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupserviceb_fuzzer/
H
A
D
abilityautostartupserviceb_fuzzer.cpp
80
service->
CleanResource
(nullptr); // branch nullptr token
in AbilityStartupServiceFuzztest1()
81
service->
CleanResource
(token1); // branch clean exists token
in AbilityStartupServiceFuzztest1()
82
service->
CleanResource
(token2); // branch clean not exists token
in AbilityStartupServiceFuzztest1()
/foundation/ability/form_fwk/services/src/
H
A
D
form_router_proxy_mgr.cpp
99
void FormRouterProxyMgr::
CleanResource
(const wptr<IRemoteObject> &remote)
in CleanResource()
function in OHOS::AppExecFwk::FormRouterProxyMgr
131
FormRouterProxyMgr::GetInstance().
CleanResource
(remote);
in OnRemoteDied()
H
A
D
form_observer_record.cpp
118
void FormObserverRecord::
CleanResource
(const wptr<IRemoteObject> &remote)
in CleanResource()
function in OHOS::AppExecFwk::FormObserverRecord
173
FormObserverRecord::GetInstance().
CleanResource
(remote);
in OnRemoteDied()
H
A
D
form_host_record.cpp
218
void FormHostRecord::
CleanResource
()
in CleanResource()
function in OHOS::AppExecFwk::FormHostRecord
H
A
D
form_data_mgr.cpp
642
iter->
CleanResource
();
in DeleteHostRecord()
712
itHostRecord->
CleanResource
();
in HandleHostDied()
743
itFormStateRecord->second.
CleanResource
();
in HandleHostDied()
1289
itHostRecord->
CleanResource
();
in ClearHostDataByUId()
1477
iter->second.
CleanResource
();
in AcquireFormDataBack()
1499
iter->second.
CleanResource
();
in AcquireFormStateBack()
1800
itHostRecord->
CleanResource
();
in ClearHostDataByInvalidForms()
H
A
D
form_mgr_adapter.cpp
3338
void FormMgrAdapter::
CleanResource
(const wptr<IRemoteObject> &remote)
in CleanResource()
function in OHOS::AppExecFwk::FormMgrAdapter
3378
FormMgrAdapter::GetInstance().
CleanResource
(remote);
in OnRemoteDied()
/foundation/ability/form_fwk/services/include/
H
A
D
form_router_proxy_mgr.h
65
void
CleanResource
(const wptr<IRemoteObject> &remote);
H
A
D
form_host_record.h
142
void
CleanResource
();
H
A
D
form_observer_record.h
122
void
CleanResource
(const wptr<IRemoteObject> &remote);
H
A
D
form_mgr_adapter.h
1039
void
CleanResource
(const wptr<IRemoteObject> &remote);
/foundation/ability/form_fwk/test/unittest/fms_form_router_proxy_mgr_test/
H
A
D
fms_form_router_proxy_mgr_test.cpp
237
* @tc.desc: Verify that the
CleanResource
interface is called normally
244
formRouterProxyMgr.
CleanResource
(nullptr);
in HWTEST_F()
250
formRouterProxyMgr.
CleanResource
(object);
in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_observer_record_test/
H
A
D
fms_observer_record_test.cpp
120
* @tc.name:
CleanResource
.
129
formObserverRecord.
CleanResource
(remote);
in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H
A
D
formhostrecord_fuzzer.cpp
61
formHostRecord.
CleanResource
();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_auto_startup_service.h
140
void
CleanResource
(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_auto_startup_service.cpp
344
void AbilityAutoStartupService::
CleanResource
(const wptr<IRemoteObject> &remote)
in CleanResource()
function in OHOS::AbilityRuntime::AbilityAutoStartupService
398
abilityAutoStartupService->
CleanResource
(remote);
in OnRemoteDied()
/foundation/ability/ability_runtime/test/unittest/ability_auto_startup_service_test/
H
A
D
ability_auto_startup_service_test.cpp
318
* Function:
CleanResource
320
* FunctionPoints: AbilityAutoStartupService
CleanResource
328
abilityAutoStartupService->
CleanResource
(remote);
in HWTEST_F()
Completed in 19 milliseconds