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:selfName
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H
A
D
flatbuffer_schema.cpp
883
auto
selfName
= eachSelfField->name();
in CompareTableOrStructDefine()
local
884
CHECK_NULL_UNLIKELY_RETURN_ERROR(
selfName
);
in CompareTableOrStructDefine()
885
auto correspondOtherField = otherFields->LookupByKey(
selfName
->c_str());
in CompareTableOrStructDefine()
939
std::string
selfName
= SchemaUtils::StripNameSpace(selfStructName->str());
in CompareStruct()
local
941
if (
selfName
!= otherName) {
in CompareStruct()
945
if (compared.count(
selfName
) != 0) { // This struct-type had already been compared, no need to do recurse again
in CompareStruct()
948
compared.insert(
selfName
);
in CompareStruct()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/feature/
H
A
D
feature_system.h
41
std::string
selfName
;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
feature_test.cpp
144
bindInfo.
selfName
= "Feature1";
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_service_impl.cpp
517
saveMeta.bundleName = binderInfo.
selfName
;
518
saveMeta.appId = binderInfo.
selfName
;
Completed in 4 milliseconds