/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_key.cpp | 281 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 D | native_view.cpp | 93 .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 D | native_view.h | 55 void Reload(bool deep);
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_maker_note.cpp | 493 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 D | exif_maker_note_test.cpp | 444 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 D | custom_node_base.h | 88 void FireReloadFunction(bool deep) in FireReloadFunction() argument 91 reloadFunc_(deep); in FireReloadFunction()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | exif_maker_note.h | 132 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 D | tls_key.h | 59 void Clear(bool deep);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_functions.h | 48 void ExecuteReload(bool deep);
|
H A D | js_view_functions.cpp | 112 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 D | js_view.cpp | 585 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 D | root_view.cpp | 804 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 D | cj_common_ffi.h | 275 void (*atCOHOSAceFrameworkRemoteViewForceCompleteRerender)(int64_t self, bool deep) = nullptr;
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 297 RefPtr<RenderNode> DragTest(const TouchEvent& point, const RefPtr<RenderNode>& renderNode, int32_t deep);
|
H A D | pipeline_context.cpp | 1505 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
|