Home
last modified time | relevance | path

Searched defs:flag (Results 501 - 525 of 2533) sorted by relevance

1...<<21222324252627282930>>...102

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_counter_bridge.cpp30 bool flag = flagArg->ToBoolean(vm)->Value(); in SetEnableInc() local
56 bool flag = flagArg->ToBoolean(vm)->Value(); in SetEnableDec() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drating_model_impl.cpp90 void RatingModelImpl::SetForegroundSrc(const std::string& value, bool flag) in SetForegroundSrc() argument
97 void RatingModelImpl::SetSecondarySrc(const std::string& value, bool flag) in SetSecondarySrc() argument
104 void RatingModelImpl::SetBackgroundSrc(const std::string& value, bool flag) in SetBackgroundSrc() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dtoggle_model.h50 virtual void SetBackgroundColor(const Color& color, bool flag) {}; in SetBackgroundColor() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.cpp217 uint32_t flag = offset > 0 ? TouchRestrict::SWIPE_RIGHT : TouchRestrict::SWIPE_LEFT; in IsDragGestureAccept() local
222 uint32_t flag = offset > 0 ? TouchRestrict::SWIPE_DOWN : TouchRestrict::SWIPE_UP; in IsDragGestureAccept() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_model_ng.cpp61 void RatingModelNG::SetForegroundSrc(const std::string& value, bool flag) in SetForegroundSrc() argument
70 void RatingModelNG::SetSecondarySrc(const std::string& value, bool flag) in SetSecondarySrc() argument
79 void RatingModelNG::SetBackgroundSrc(const std::string& value, bool flag) in SetBackgroundSrc() argument
124 void RatingModelNG::SetForegroundSrc(FrameNode* frameNode, const std::string& value, bool flag) in SetForegroundSrc() argument
135 void RatingModelNG::SetSecondarySrc(FrameNode* frameNode, const std::string& value, bool flag) in SetSecondarySrc() argument
146 SetBackgroundSrc(FrameNode* frameNode, const std::string& value, bool flag) SetBackgroundSrc() argument
[all...]
/foundation/barrierfree/accessibility/services/test/mock/common/
H A Daccessibility_common_helper.h73 void SetRemoteObjectNotNullFlag(bool flag) in SetRemoteObjectNotNullFlag() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view_group.h199 void SetDisallowIntercept(bool flag) in SetDisallowIntercept() argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_group_test.cpp253 bool flag = false; in HWTEST_F() local
277 bool flag = false; in HWTEST_F() local
303 bool flag = false; in HWTEST_F() local
330 bool flag in HWTEST_F() local
353 bool flag = false; HWTEST_F() local
391 bool flag = false; HWTEST_F() local
421 bool flag = false; HWTEST_F() local
461 bool flag = false; HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile_callback.h55 virtual void OnExecuteWriteValueEvent(uint16_t connectHandle, bool flag){}; in OnExecuteWriteValueEvent() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundlecloneinstaller_fuzzer/
H A Dbundlecloneinstaller_fuzzer.cpp59 static std::once_flag flag; in Init() local
/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp110 int32_t flag = fcntl(fd, F_GETFL, 0); in InitWithFD() local
/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager_listener_stub.cpp51 int32_t flag = data.ReadInt32(); in ReadAudioDeviceChangeData() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_node_cmd_test.cpp303 bool flag = false; in HWTEST_F() local
H A Drs_node_command_test.cpp303 bool flag = false; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp124 bool flag = true; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_command_test.cpp318 bool flag = false; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsrootnode_fuzzer/
H A Drsrootnode_fuzzer.cpp122 bool flag = GetData<bool>(); in DoSetEnableRender() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcanvas.cpp100 void Canvas::SetRecordingState(bool flag) in SetRecordingState() argument
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dshadow_test.h58 ShadowFlags flag = ShadowFlags::TRANSPARENT_OCCLUDER; in TestDrawShadow() local
75 ShadowFlags flag = ShadowFlags::TRANSPARENT_OCCLUDER; in TestDrawShadowStyle() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dinterface_test.cpp134 bool flag = pixelMapManager.Invalid(); in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp60 (void)flag; variable
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h241 uint64_t flag; member in OHOS::Media::Plugin::Buffer
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerInterfaceDependCheckTest.cpp95 AVCodecBufferFlag flag; in QueueInputBuffer() local
/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_plugin_manager_test.cpp278 bool flag = true; in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/demuxer_test/inner/
H A Ddemuxer_inner_buffer_mock.cpp50 ReadSample(uint32_t trackIndex, std::shared_ptr<AVMemoryMock> sample, AVCodecBufferInfo *bufferInfo, uint32_t &flag, bool checkBufferInfo) ReadSample() argument

Completed in 19 milliseconds

1...<<21222324252627282930>>...102