Home
last modified time | relevance | path

Searched refs:deep (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp281 void TLSKey::Clear(bool deep) in Clear() argument
286 if (deep) { in Clear()
292 if (deep) { in Clear()
298 if (deep) { in Clear()
304 if (deep) { in Clear()
310 if (deep) { in Clear()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.cpp93 .reloadFunc = [weakThis](bool deep) { in CreateUI()
97 self->cjView_->Reload(deep); in CreateUI()
252 void RemoteView::Reload(bool deep) in Reload() argument
260 forceCompleteRerenderFunc(GetID(), deep); in Reload() local
H A Dnative_view.h55 void Reload(bool deep);
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp493 bool ExifMakerNote::ParserIFD(uint32_t offset, uint32_t ifd, uint32_t deep) in ParserIFD() argument
495 IMAGE_LOGD("ParserIFD enter, offset=%{public}u, ifd=%{public}u, deep=%{public}u", offset, ifd, deep); in ParserIFD()
505 if (ParserItem(offset, ifd, deep)) { in ParserIFD()
523 bool ExifMakerNote::ParserItem(uint32_t offset, uint32_t ifd, uint32_t deep) in ParserItem() argument
525 IMAGE_LOGD("ParserItem enter, offset=%{public}u, deep=%{public}u", offset, deep); in ParserItem()
557 if (deep > 0) { in ParserItem()
558 IMAGE_LOGD("ParserItem leave, deep=%{public}u", deep); in ParserItem()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dexif_maker_note_test.cpp444 uint32_t deep = 0; in HWTEST_F() local
445 bool result = exifMakerNote.ParserIFD(offset, ifd, deep); in HWTEST_F()
475 uint32_t deep = 0; in HWTEST_F() local
476 bool result = exifMakerNote.ParserItem(offset, ifd, deep); in HWTEST_F()
962 uint32_t deep = 0; in HWTEST_F() local
963 bool result = exifMakerNote.ParserItem(offset, ifd, deep); in HWTEST_F()
967 result = exifMakerNote.ParserItem(offset, ifd, deep); in HWTEST_F()
970 result = exifMakerNote.ParserItem(offset, ifd, deep); in HWTEST_F()
989 uint32_t deep = 0; in HWTEST_F() local
990 bool result = exifMakerNote.ParserIFD(offset, ifd, deep); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h88 void FireReloadFunction(bool deep) in FireReloadFunction() argument
91 reloadFunc_(deep); in FireReloadFunction()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dexif_maker_note.h132 bool ParserIFD(uint32_t offset, uint32_t ifd, uint32_t deep = 0);
133 bool ParserItem(uint32_t offset, uint32_t ifd, uint32_t deep = 0);
/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_key.h59 void Clear(bool deep);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h48 void ExecuteReload(bool deep);
H A Djs_view_functions.cpp112 void ViewFunctions::ExecuteReload(bool deep) in ExecuteReload() argument
119 params[0] = JSRef<JSVal>(JSVal(JsiValueConvertor::toJsiValue(deep))); in ExecuteReload()
223 void ViewFunctions::ExecuteReload(bool deep) {} in ExecuteReload() argument
H A Djs_view.cpp585 auto reloadFunction = [weak = AceType::WeakClaim(this)](bool deep) { in CreateViewNode()
590 jsView->jsViewFunction_->ExecuteReload(deep); in CreateViewNode()
/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp804 int8_t deep = 1; in Render() local
805 while (deep > 0) { in Render()
815 deep--; in Render()
819 deep++; in Render()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_common_ffi.h275 void (*atCOHOSAceFrameworkRemoteViewForceCompleteRerender)(int64_t self, bool deep) = nullptr;
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h297 RefPtr<RenderNode> DragTest(const TouchEvent& point, const RefPtr<RenderNode>& renderNode, int32_t deep);
H A Dpipeline_context.cpp1505 const TouchEvent& point, const RefPtr<RenderNode>& renderNode, int32_t deep) in DragTest()
1513 RefPtr<RenderNode> tmp = DragTest(point, *it, deep + 1); in DragTest()
1504 DragTest( const TouchEvent& point, const RefPtr<RenderNode>& renderNode, int32_t deep) DragTest() argument

Completed in 18 milliseconds