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:TYPE_MISMATCH
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H
A
D
kv_store_errno.cpp
61
{ -E_TYPE_MISMATCH,
TYPE_MISMATCH
},
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H
A
D
store_types.h
68
TYPE_MISMATCH
, // for row record, get value with mismatch func.
enumerator
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H
A
D
js_launcher.cpp
36
const std::string
TYPE_MISMATCH
= "type mismatch";
member
769
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in JSGetAllLauncherAbilityInfos()
775
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in JSGetAllLauncherAbilityInfos()
787
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in JSGetAllLauncherAbilityInfos()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H
A
D
bundle_mgr.cpp
112
const char*
TYPE_MISMATCH
= "type misMatch";
member
1184
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetApplicationInfos()
1190
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetApplicationInfos()
1711
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetBundleInfos()
1814
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetPermissionDef()
3444
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetAllApplicationInfo()
3450
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetAllApplicationInfo()
3564
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetApplicationInfo()
3569
asyncCallbackInfo->message =
TYPE_MISMATCH
;
in GetApplicationInfo()
3871
result[0] = BusinessError::CreateError(env, asyncCallbackInfo->err,
TYPE_MISMATCH
);
in GetLaunchWantForBundleComplete()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
distributeddb_interfaces_relational_test.cpp
1782
* @tc.expected: step3. Return
TYPE_MISMATCH
.
in HWTEST_F()
1785
EXPECT_EQ(status,
TYPE_MISMATCH
);
in HWTEST_F()
1820
* @tc.expected: step6. Return
TYPE_MISMATCH
.
in HWTEST_F()
1823
EXPECT_EQ(status,
TYPE_MISMATCH
);
in HWTEST_F()
Completed in 14 milliseconds