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:DeleteRawContact
(Results
1 - 5
of
5
) sorted by relevance
/applications/standard/contacts_data/test/unittest/src/
H
A
D
mergecontact_test.cpp
26
void MergeContactTest::
DeleteRawContact
()
in DeleteRawContact()
function in Contacts::Test::MergeContactTest
159
DeleteRawContact
();
in HWTEST_F()
198
DeleteRawContact
();
in HWTEST_F()
230
DeleteRawContact
();
in HWTEST_F()
272
DeleteRawContact
();
in HWTEST_F()
307
DeleteRawContact
();
in HWTEST_F()
352
DeleteRawContact
();
in HWTEST_F()
398
DeleteRawContact
();
in HWTEST_F()
437
DeleteRawContact
();
in HWTEST_F()
486
DeleteRawContact
();
in HWTEST_F()
[all...]
/applications/standard/contacts_data/test/unittest/include/
H
A
D
mergecontact_test.h
34
void
DeleteRawContact
();
/applications/standard/contacts_data/dataBusiness/contacts/include/
H
A
D
contacts_database.h
53
int
DeleteRawContact
(OHOS::NativeRdb::RdbPredicates &rdbPredicates);
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
contacts_data_ability.cpp
474
retCode = contactDataBase_->
DeleteRawContact
(rdbPredicates);
in DeleteExecute()
H
A
D
contacts_database.cpp
732
int ContactsDataBase::
DeleteRawContact
(OHOS::NativeRdb::RdbPredicates &rdbPredicates)
in DeleteRawContact()
function in OHOS::Contacts::ContactsDataBase
735
HILOG_ERROR("ContactsDataBase
DeleteRawContact
store_ is nullptr");
in DeleteRawContact()
Completed in 6 milliseconds