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:SetSyncMode
(Results
1 - 25
of
25
) sorted by relevance
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
sync_options_test.cpp
75
* @tc.desc:
SetSyncMode
and GetSyncMode succeed.
81
syncPtr->
SetSyncMode
(SyncMode::PUSH);
in HWTEST_F()
97
syncPtr->
SetSyncMode
(SyncMode::PUSH);
in HWTEST_F()
118
syncPtr->
SetSyncMode
(SyncMode::PUSH);
in HWTEST_F()
H
A
D
distributed_device_profile_client_kv_test.cpp
422
syncOptions.
SetSyncMode
(SyncMode::MIN);
in HWTEST_F()
H
A
D
device_profile_manager_test.cpp
1282
syncOptions.
SetSyncMode
(SyncMode::MIN);
in HWTEST_F()
1301
syncOptions.
SetSyncMode
(SyncMode::MAX);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H
A
D
sync_options.h
41
void
SetSyncMode
(SyncMode mode);
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
dp_sync_options.h
37
void
SetSyncMode
(SyncMode mode);
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H
A
D
sync_options.cpp
48
void SyncOptions::
SetSyncMode
(SyncMode mode)
in SetSyncMode()
function in OHOS::DeviceProfile::SyncOptions
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H
A
D
image_base.cpp
108
image.
SetSyncMode
(true);
in CreateSyncImageNode()
123
image.
SetSyncMode
(true);
in CreateSyncWebImageNode()
H
A
D
image_testone_ng.cpp
616
image.
SetSyncMode
(true);
in HWTEST_F()
833
image.
SetSyncMode
(true);
in HWTEST_F()
902
image.
SetSyncMode
(true);
in HWTEST_F()
1136
image.
SetSyncMode
(true);
in HWTEST_F()
1687
ImageModelNG::
SetSyncMode
(frameNode, SYNCMODE_DEFAULT);
in ImageModelNGTest001_MixedProperties03()
1914
image.
SetSyncMode
(true);
in ImageModelNGFailedTest001_Properties03()
1917
ImageModelNG::
SetSyncMode
(frameNodeNull, true);
in ImageModelNGFailedTest001_Properties03()
H
A
D
image_testtwo_ng.cpp
1767
image.
SetSyncMode
(frameNode, SYNCMODE_DEFAULT);
in HWTEST_F()
H
A
D
image_test_ng.cpp
629
image.
SetSyncMode
(SYNCMODE_DEFAULT);
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
dp_sync_options.cpp
42
void DpSyncOptions::
SetSyncMode
(SyncMode mode)
in SetSyncMode()
function in OHOS::DistributedDeviceProfile::DpSyncOptions
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
image_model_impl.h
55
void
SetSyncMode
(bool syncMode) override;
H
A
D
image_model_impl.cpp
183
void ImageModelImpl::
SetSyncMode
(bool syncMode)
in SetSyncMode()
function in OHOS::Ace::Framework::ImageModelImpl
187
image->
SetSyncMode
(syncMode);
in SetSyncMode()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_image.cpp
65
imageChild_->
SetSyncMode
(StringToBool(attr.second));
in SetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H
A
D
image_model_ng.h
56
void
SetSyncMode
(bool syncMode) override;
90
static void
SetSyncMode
(FrameNode *frameNode, bool syncMode);
H
A
D
image_model.h
90
virtual void
SetSyncMode
(bool syncMode) = 0;
H
A
D
image_model_ng.cpp
483
void ImageModelNG::
SetSyncMode
(bool syncMode)
in SetSyncMode()
function in OHOS::Ace::NG::ImageModelNG
703
void ImageModelNG::
SetSyncMode
(FrameNode *frameNode, bool syncMode)
in SetSyncMode()
function in OHOS::Ace::NG::ImageModelNG
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
image_component.h
68
void
SetSyncMode
(bool syncMode);
H
A
D
image_component.cpp
188
void ImageComponent::
SetSyncMode
(bool syncMode)
in SetSyncMode()
function in OHOS::Ace::ImageComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_image_ffi.cpp
146
ImageModel::GetInstance()->
SetSyncMode
(syncLoad);
in FfiOHOSAceFrameworkImageSetSyncLoad()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_image_modifier.cpp
290
ImageModelNG::
SetSyncMode
(frameNode, syncLoadValue);
in SetSyncLoad()
297
ImageModelNG::
SetSyncMode
(frameNode, DEFAULT_SYNC_LOAD_VALUE);
in ResetSyncLoad()
495
ImageModelNG::
SetSyncMode
(frameNode, syncLoadValue);
in SetImageSyncLoad()
502
ImageModelNG::
SetSyncMode
(frameNode, DEFAULT_SYNC_LOAD_VALUE);
in ResetImageSyncLoad()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H
A
D
dp_command.cpp
281
syncOption.
SetSyncMode
((OHOS::DeviceProfile::SyncMode)mode);
in SyncCommand()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
render_text_field.cpp
2052
imageComponent->
SetSyncMode
(true);
in UpdateIcon()
2092
showImage->
SetSyncMode
(true);
in UpdatePasswordIcon()
2112
hideImage->
SetSyncMode
(true);
in UpdatePasswordIcon()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_image.cpp
648
ImageModel::GetInstance()->
SetSyncMode
(tmpInfo->ToBoolean());
in SetSyncLoad()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
profile_crud_test.cpp
881
syncOption.
SetSyncMode
((OHOS::DeviceProfile::SyncMode)mode);
in HWTEST_F()
Completed in 29 milliseconds