Searched defs:onBreakpointChange (Results 1 – 6 of 6) sorted by relevance
198 ### onBreakpointChange subsection
284 …auto onBreakpointChange = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = … in JsBreakpointEvent() local
245 …auto onBreakpointChange = [func = std::move(onHover)](const std::string& value) { func(value.c_str… in FfiOHOSAceFrameworkGridRowBreakpointEvent() local
183 … auto onBreakpointChange = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetOnBreakpointChange() local
5804 onBreakpointChange(callback) { method in ArkGridRowComponent