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:GetType
(Results
1 - 6
of
6
) sorted by relevance
/applications/standard/contacts_data/ability/common/utils/src/
H
A
D
sql_analyzer.cpp
43
if (value.
GetType
() == NativeRdb::ValueObjectType::TYPE_STRING) {
in CheckValuesBucket()
/applications/standard/contacts_data/dataBusiness/contacts/include/
H
A
D
contacts_datashare_stub_impl.h
40
std::string
GetType
(const Uri &uri) override;
/applications/standard/contacts_data/dataBusiness/contacts/src/
H
A
D
contacts_datashare_stub_impl.cpp
187
std::string ContactsDataShareStubImpl::
GetType
(const Uri &uri)
in GetType()
function in OHOS::DataShare::ContactsDataShareStubImpl
189
HILOG_INFO("
GetType
not supported");
in GetType()
H
A
D
contacts_database.cpp
194
if (value.
GetType
() == OHOS::NativeRdb::ValueObjectType::TYPE_NULL) {
in GetContactByValue()
199
if (value.
GetType
() == OHOS::NativeRdb::ValueObjectType::TYPE_INT) {
in GetContactByValue()
203
if (value.
GetType
() == OHOS::NativeRdb::ValueObjectType::TYPE_DOUBLE) {
in GetContactByValue()
209
if (value.
GetType
() == OHOS::NativeRdb::ValueObjectType::TYPE_STRING) {
in GetContactByValue()
/applications/standard/contacts_data/contacts/include/
H
A
D
contacts_api.h
103
int
GetType
(napi_env env, napi_value value);
/applications/standard/contacts_data/contacts/src/
H
A
D
contacts_api.cpp
52
int type =
GetType
(env, object);
in ObjectInit()
77
int type =
GetType
(env, object);
in ObjectInitId()
96
int type =
GetType
(env, object);
in ObjectInitString()
114
int
GetType
(napi_env env, napi_value value)
in GetType()
function
Completed in 8 milliseconds