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:model_
(Results
1 - 17
of
17
) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H
A
D
object_provider_base.cpp
29
if (!index.IsValid() || !
model_
) {
in CreateObject()
34
if (auto data =
model_
->GetModelData(index)) {
in CreateObject()
71
return
model_
?
model_
->GetSize() : 0;
in GetObjectCount()
76
if (
model_
) {
in SetDataModel()
77
model_
->OnDataAdded()->RemoveHandler(uintptr_t(this));
in SetDataModel()
78
model_
->OnDataRemoved()->RemoveHandler(uintptr_t(this));
in SetDataModel()
79
model_
->OnDataMoved()->RemoveHandler(uintptr_t(this));
in SetDataModel()
81
model_
= model;
in SetDataModel()
82
if (
model_
) {
in SetDataModel()
[all...]
H
A
D
object_provider_base.h
55
IDataModel::Ptr
model_
;
member in ObjectProviderBase
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
spring_motion.cpp
32
if (
model_
== nullptr) {
in GetType()
36
return
model_
->GetType();
in GetType()
79
model_
= SpringModel::Build(start - end, velocity, spring);
in Reset()
84
if (
model_
== nullptr) {
in Move()
90
currentPosition_ = endPosition_ +
model_
->Position(offsetTimeInSecond);
in Move()
91
currentVelocity_ =
model_
->Velocity(offsetTimeInSecond);
in Move()
H
A
D
spring_motion.h
63
RefPtr<SpringModel>
model_
;
member in OHOS::Ace::SpringMotion
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H
A
D
get_device_info_data.cpp
116
model_
= DEFAULT_PRODUCT_MODEL;
in GetDeviceInfoData()
129
model_
= DEFAULT_PRODUCT_MODEL;
in GetDeviceInfoData()
157
MtpPacketTool::PutString(outBuffer,
model_
);
in Maker()
182
model_
= model;
in SetModel()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/common/pluginadapter/
H
A
D
plugin_adapter_test.cpp
111
systemPro.
model_
= "test";
in HWTEST_F()
141
systemPro.
model_
= "test";
in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H
A
D
get_device_info_data.h
45
std::string
model_
;
member in OHOS::Media::GetDeviceInfoData
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H
A
D
trigger_helper.cpp
75
model_
= model;
in SetModel()
76
model_
->Print();
in SetModel()
81
return
model_
;
in GetModel()
86
if (model == nullptr ||
model_
== nullptr) {
in SameModel()
89
return
model_
->GetData() == model->GetData();
in SameModel()
H
A
D
trigger_helper.h
67
std::shared_ptr<GenericTriggerModel>
model_
= nullptr;
member in OHOS::IntellVoiceTrigger::TriggerModelData
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
system_properties.h
229
return
model_
;
in GetModel()
628
static std::string
model_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
system_properties.cpp
64
std::string SystemProperties::
model_
= UNDEFINED_PARAM;
member in OHOS::Ace::SystemProperties
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
system_properties.cpp
392
std::string SystemProperties::
model_
= INVALID_PARAM;
member in OHOS::Ace::SystemProperties
553
model_
= ::GetProductModel();
in InitDeviceInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H
A
D
exif_info.h
87
std::string
model_
;
member in OHOS::ImagePlugin::EXIFInfo
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
exif_info.cpp
379
model_
(DEFAULT_EXIF_VALUE),
in EXIFInfo()
552
model_
= value;
in SetExifTagValuesEx()
H
A
D
jpeg_decoder.cpp
866
value = exifInfo_.
model_
;
in GetImagePropertyString()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
jpeg_decoder_ex_test.cpp
206
ASSERT_EQ(value, exifInfo_.
model_
);
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H
A
D
plugin_libjpeg_test.cpp
877
ASSERT_EQ(exinfo.
model_
, val);
in HWTEST_F()
Completed in 18 milliseconds