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:DeleteAll
(Results
1 - 25
of
36
) sorted by relevance
1
2
/base/update/updateservice/services/core/ability/sqlite/core/include/
H
A
D
table_base_operator.h
39
bool
DeleteAll
();
40
bool
DeleteAll
(int32_t &deletedRows) final;
83
bool TableBaseOperator<Table, T>::
DeleteAll
()
in DeleteAll()
function in OHOS::UpdateEngine::TableBaseOperator
86
return
DeleteAll
(deletedRows);
in DeleteAll()
90
bool TableBaseOperator<Table, T>::
DeleteAll
(int32_t &deletedRows)
in DeleteAll()
function in OHOS::UpdateEngine::TableBaseOperator
H
A
D
itable_operator.h
31
virtual bool
DeleteAll
(int32_t &deletedRows) = 0;
/base/update/updateservice/services/firmware/data/db/src/
H
A
D
firmware_component_operator_empty.cpp
32
bool FirmwareComponentOperator::
DeleteAll
()
in DeleteAll()
function in OHOS::UpdateEngine::FirmwareComponentOperator
H
A
D
firmware_task_operator_empty.cpp
31
bool FirmwareTaskOperator::
DeleteAll
()
in DeleteAll()
function in OHOS::UpdateEngine::FirmwareTaskOperator
/base/update/updateservice/services/firmware/data/db/include/
H
A
D
firmware_component_operator.h
44
bool
DeleteAll
();
H
A
D
firmware_task_operator.h
45
bool
DeleteAll
();
/base/useriam/user_auth_framework/services/core/inc/
H
A
D
resource_node_pool.h
41
virtual void
DeleteAll
() = 0;
/base/useriam/user_auth_framework/test/unittest/services/src/
H
A
D
resource_node_pool_test.cpp
44
ResourceNodePool::Instance().
DeleteAll
();
in TearDown()
110
pool.
DeleteAll
();
in HWTEST_F()
218
pool.
DeleteAll
();
in HWTEST_F()
244
pool.
DeleteAll
();
in HWTEST_F()
H
A
D
resource_node_utils_test.cpp
98
ResourceNodePool::Instance().
DeleteAll
();
in HWTEST_F()
131
ResourceNodePool::Instance().
DeleteAll
();
in HWTEST_F()
153
ResourceNodePool::Instance().
DeleteAll
();
in HWTEST_F()
167
ResourceNodePool::Instance().
DeleteAll
();
in HWTEST_F()
H
A
D
schedule_node_helper_test.cpp
96
ResourceNodePool::Instance().
DeleteAll
();
in HWTEST_F()
/base/update/updateservice/services/firmware/common/src/
H
A
D
firmware_update_helper.cpp
42
firmwareTaskOperator.
DeleteAll
();
in ClearFirmwareInfo()
43
FirmwareComponentOperator().
DeleteAll
();
in ClearFirmwareInfo()
/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H
A
D
resource_node_pool_fuzzer.cpp
52
ResourceNodePool::Instance().
DeleteAll
();
in FuzzResourcePoolDeleteAll()
/base/useriam/user_auth_framework/services/core/src/
H
A
D
resource_node_pool_impl.cpp
36
void
DeleteAll
() override;
121
void ResourceNodePoolImpl::
DeleteAll
()
in DeleteAll()
function in OHOS::UserIam::UserAuth::ResourceNodePoolImpl
/base/useriam/user_auth_framework/services/ipc/src/
H
A
D
co_auth_service.cpp
234
ResourceNodePool::Instance().
DeleteAll
();
in AuthServiceInit()
/base/notification/distributed_notification_service/frameworks/core/include/
H
A
D
ans_manager_interface.h
361
virtual ErrCode
DeleteAll
() = 0;
H
A
D
ans_manager_proxy.h
348
ErrCode
DeleteAll
() override;
H
A
D
ans_manager_stub.h
352
virtual ErrCode
DeleteAll
() override;
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_stub_invalid.cpp
241
ErrCode AnsManagerStub::
DeleteAll
()
in DeleteAll()
function in OHOS::Notification::AnsManagerStub
243
ANS_LOGE("AnsManagerStub::
DeleteAll
called!");
in DeleteAll()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H
A
D
advancednotificationservice_fuzzer.cpp
96
service->
DeleteAll
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H
A
D
ansmanagerstubannexthree_fuzzer.cpp
363
ansManagerStub.
DeleteAll
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H
A
D
ans_notification_branch_test.cpp
207
ErrCode
DeleteAll
() override
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_service_branch_test.cpp
298
* @tc.desc : Test
DeleteAll
function return ERR_ANS_PERMISSION_DENIED.
306
ASSERT_EQ(advancedNotificationService_->
DeleteAll
(), ERR_ANS_PERMISSION_DENIED);
in HWTEST_F()
H
A
D
advanced_notification_service_test.cpp
409
* @tc.desc : Test
DeleteAll
function
413
ASSERT_EQ(advancedNotificationService_->
DeleteAll
(), ERR_OK);
in HWTEST_F()
645
* @tc.desc : Test
DeleteAll
function
649
ASSERT_EQ(advancedNotificationService_->
DeleteAll
(), ERR_OK);
in HWTEST_F()
1489
ASSERT_EQ(advancedNotificationService_->
DeleteAll
(), ERR_OK);
in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H
A
D
ansmanagerstubannex_fuzzer.cpp
371
ansManagerStub.
DeleteAll
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H
A
D
ansmanagerstub_fuzzer.cpp
372
ansManagerStub.
DeleteAll
();
in DoSomethingInterestingWithMyAPI()
Completed in 22 milliseconds
1
2